Changeset 2612:2dcb1c46464a in roaraudio


Ignore:
Timestamp:
09/11/09 15:44:06 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

correctly set type of data correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r2611 r2612  
    186186   streams_set_client(id, -1); 
    187187   ROAR_DBG("streams_delete(id=%i): Stream has flag virtual, notifying parent stream %i", id, i); 
    188    streams_ctl(i, ROAR_CODECFILTER_CTL_VIRTUAL_DELETE, &id); 
     188   streams_ctl(i, ROAR_CODECFILTER_CTL_VIRTUAL_DELETE|ROAR_STREAM_CTL_TYPE_INT, &id); 
    189189   ROAR_DBG("streams_delete(id=%i): Notify send to stream %i", id, i); 
    190190   streams_set_client(id, client); 
Note: See TracChangeset for help on using the changeset viewer.