Changeset 2603:c296658fe59f in roaraudio for roard/streams.c


Ignore:
Timestamp:
09/11/09 14:39:50 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

send a stream_ctl to parent stream in case of a virtual stream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r2597 r2603  
    167167  streams_thru_num--; 
    168168 
     169 if ( streams_get_flag(id, ROAR_FLAG_VIRTUAL) == 1 ) { 
     170  streams_ctl(ROAR_STREAM(s)->pos_rel_id, ROAR_CODECFILTER_CTL_VIRTUAL_DELETE, &id); 
     171 } 
     172 
    169173#ifdef ROAR_SUPPORT_META 
    170174 // delete meta data form other meta streams if needed 
Note: See TracChangeset for help on using the changeset viewer.