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().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.