Changeset 2958:df55bcb49a63 in roaraudio


Ignore:
Timestamp:
10/17/09 09:46:30 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

set SYNC flag on mixers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/mixer.c

    r2952 r2958  
    6565 } 
    6666 
     67 // the mixers are the most sync thing we have... 
     68 if ( streams_set_rawflag(stream, ROAR_FLAG_SYNC) == -1 ) { 
     69  _err(); 
     70 } 
     71 
    6772 if ( streams_set_flag(stream, ROAR_FLAG_IMMUTABLE) == -1 ) { 
    6873  _err(); 
Note: See TracChangeset for help on using the changeset viewer.