Changeset 2115:16ddc6566cb2 in roaraudio


Ignore:
Timestamp:
07/22/09 16:41:14 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support to set name for output streams

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r2113 r2115  
    317317   } 
    318318 
     319  } else if ( strcmp(k, "name") == 0 ) { 
     320   if ( streams_set_name(stream, v) == -1 ) { 
     321    ROAR_ERR("add_output(*): Can not set Stream name"); 
     322    error++; 
     323   } 
    319324 
    320325  } else if ( strcmp(k, "meta") == 0 ) { 
Note: See TracChangeset for help on using the changeset viewer.