Changeset 4893:71aaa430f609 in roaraudio
- Timestamp:
- 04/28/11 22:17:21 (12 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libroarpulse/introspect.c
r4708 r4893 53 53 return roar_pa_op_new_done(); 54 54 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 ) 56 56 return roar_pa_op_new_done(); 57 57 … … 102 102 return roar_pa_op_new_done(); 103 103 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 ) 105 105 return roar_pa_op_new_done(); 106 106 -
libroarrsound/libroarrsound.c
r4708 r4893 500 500 return -1; 501 501 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); 503 503 } 504 504
Note: See TracChangeset
for help on using the changeset viewer.