Add missing fix

This commit is contained in:
Xavi Artigas 2012-09-14 16:08:37 +02:00
parent f81f2c4347
commit f780c13852

View file

@ -291,7 +291,7 @@ void gst_native_surface_init (JNIEnv *env, jobject thiz, jobject surface) {
data->native_window = ANativeWindow_fromSurface(env, surface);
GST_DEBUG ("Got Native Window %p", data->native_window);
gst_x_overlay_set_window_handle (GST_X_OVERLAY (data->pipeline), (guintptr)data->native_window);
gst_x_overlay_set_window_handle (GST_X_OVERLAY (data->vsink), (guintptr)data->native_window);
}
void gst_native_surface_finalize (JNIEnv *env, jobject thiz) {