Changeset 1200:7ab8a2d1c9a5 in roaraudio


Ignore:
Timestamp:
02/04/09 16:58:01 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

primary outputs are sync to there self

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r1156 r1200  
    212212 client_stream_add(g_source_client, stream); 
    213213 
    214  if ( prim ) 
     214 if ( prim ) { 
    215215  streams_mark_primary(stream); 
     216  s->pos_rel_id = stream; 
     217 } 
    216218 
    217219 if ( sync ) { 
Note: See TracChangeset for help on using the changeset viewer.