Commit 72f9267e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Java: More input->media_instance changes.

parent 91827a02
...@@ -30,6 +30,6 @@ jlong getInstance ( JNIEnv* , jobject ); ...@@ -30,6 +30,6 @@ jlong getInstance ( JNIEnv* , jobject );
instance = getInstance( env, _this ); instance = getInstance( env, _this );
#define GET_INPUT_THREAD \ #define GET_INPUT_THREAD \
libvlc_input_t *input; \ libvlc_media_instance_t *input; \
input = libvlc_playlist_get_input( ( libvlc_instance_t *) instance, exception ); \ input = libvlc_playlist_get_media_instance( ( libvlc_instance_t *) instance, exception ); \
CHECK_EXCEPTION ; CHECK_EXCEPTION ;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment