Changeset 5236:0a8740e27666 in roaraudio for plugins/gstreamer0.10


Ignore:
Timestamp:
11/12/11 16:42:21 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Removed roar_set_vol() and roar_server_oinfo(), as well as roar_exit().

Location:
plugins/gstreamer0.10
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/gstreamer0.10/roarmixer.c

    r5235 r5236  
    311311 m.scale = 65535; 
    312312 
    313  _LIBROAR_IGNORE_RET(roar_set_vol2(&(mixer->con), roartrack->stream_id, &m, channels, mode)); 
     313 _LIBROAR_IGNORE_RET(roar_set_vol(&(mixer->con), roartrack->stream_id, &m, channels, mode)); 
    314314} 
    315315 
  • plugins/gstreamer0.10/roarsink.c

    r5235 r5236  
    251251    goto couldnt_connect; 
    252252 
    253   if ( roar_server_oinfo2(roar_vs_connection_obj(roarsink->vss, NULL), &oinfo, ROAR_DIR_PLAY) == -1 ) 
     253  if ( roar_server_oinfo(roar_vs_connection_obj(roarsink->vss, NULL), &oinfo, ROAR_DIR_PLAY) == -1 ) 
    254254    goto no_server_info; 
    255255 
Note: See TracChangeset for help on using the changeset viewer.