Changeset 4893:71aaa430f609 in roaraudio


Ignore:
Timestamp:
04/28/11 22:17:21 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fix some more ckport warnings

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/introspect.c

    r4708 r4893  
    5353  return roar_pa_op_new_done(); 
    5454 
    55  if ( roar_server_oinfo(roar_pa_context_get_con(c), &stream) == -1 ) 
     55 if ( roar_server_oinfo2(roar_pa_context_get_con(c), &stream, ROAR_DIR_PLAY) == -1 ) 
    5656  return roar_pa_op_new_done(); 
    5757 
     
    102102  return roar_pa_op_new_done(); 
    103103 
    104  if ( roar_server_oinfo(roar_pa_context_get_con(c), &stream) == -1 ) 
     104 if ( roar_server_oinfo2(roar_pa_context_get_con(c), &stream, ROAR_DIR_PLAY) == -1 ) 
    105105  return roar_pa_op_new_done(); 
    106106 
  • libroarrsound/libroarrsound.c

    r4708 r4893  
    500500  return -1; 
    501501 
    502  return roar_stream_set_flags(&(self->con), &(self->stream), ROAR_FLAG_PAUSE, enable ? ROAR_SET_FLAG : ROAR_RESET_FLAG); 
     502 return roar_stream_set_flags2(&(self->con), &(self->stream), ROAR_FLAG_PAUSE, enable ? ROAR_SET_FLAG : ROAR_RESET_FLAG); 
    503503} 
    504504 
Note: See TracChangeset for help on using the changeset viewer.