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

use newer API functions

File:
1 edited

Legend:

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

    r4708 r5235  
    251251    goto couldnt_connect; 
    252252 
    253   if ( roar_server_oinfo(roar_vs_connection_obj(roarsink->vss, NULL), &oinfo) == -1 ) 
     253  if ( roar_server_oinfo2(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.