]> git.sesse.net Git - vlc/commitdiff
Java: More input->media_instance changes.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 19 Jun 2007 20:46:24 +0000 (20:46 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 19 Jun 2007 20:46:24 +0000 (20:46 +0000)
bindings/java/src/utils.h

index 371f9af62c6d323aad27503f7148861f7602ccf6..cdce3566f17e9d4e2d982f315a168b4e093899fd 100644 (file)
@@ -30,6 +30,6 @@ jlong getInstance ( JNIEnv* , jobject );
     instance = getInstance( env, _this );
 
 #define GET_INPUT_THREAD \
-    libvlc_input_t *input; \
-    input = libvlc_playlist_get_input( ( libvlc_instance_t *) instance, exception ); \
+    libvlc_media_instance_t *input; \
+    input = libvlc_playlist_get_media_instance( ( libvlc_instance_t *) instance, exception ); \
     CHECK_EXCEPTION ;