]> git.sesse.net Git - vlc/blobdiff - modules/control/http/rpn.c
For consistency, remove references to vlc from libvlc
[vlc] / modules / control / http / rpn.c
index ee86775335ffe7ad157b71650481fab21587639f..1efe2bf4a849d81076b4aeb2faed04d4a785c5bf 100644 (file)
@@ -39,8 +39,8 @@ static vlc_object_t *GetVLCObject( intf_thread_t *p_intf,
 
     if( !strcmp( psz_object, "VLC_OBJECT_ROOT" ) )
         i_object_type = VLC_OBJECT_ROOT;
-    else if( !strcmp( psz_object, "VLC_OBJECT_VLC" ) )
-        p_object = VLC_OBJECT(p_intf->p_vlc);
+    else if( !strcmp( psz_object, "VLC_OBJECT_LIBVLC" ) )
+        p_object = VLC_OBJECT(p_intf->p_libvlc);
     else if( !strcmp( psz_object, "VLC_OBJECT_INTF" ) )
         p_object = VLC_OBJECT(p_intf);
     else if( !strcmp( psz_object, "VLC_OBJECT_PLAYLIST" ) )