Changeset 2490:444118969cb0 in roaraudio


Ignore:
Timestamp:
08/24/09 00:47:03 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use self not source client, needed in case source client is not set because sources support is disabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r2489 r2490  
    490490 } 
    491491 
    492  client_stream_add(g_source_client, stream); 
     492 client_stream_add(g_self_client, stream); 
    493493 
    494494 if ( prim ) { 
Note: See TracChangeset for help on using the changeset viewer.