mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
Remove video sink debug
This commit is contained in:
parent
a00f4d59d3
commit
2f602601f0
1 changed files with 0 additions and 1 deletions
|
@ -244,7 +244,6 @@ static void gst_native_init (JNIEnv* env, jobject thiz) {
|
|||
SET_CUSTOM_DATA (env, thiz, custom_data_field_id, data);
|
||||
GST_DEBUG_CATEGORY_INIT (debug_category, "tutorial-3", 0, "Android tutorial 3");
|
||||
gst_debug_set_threshold_for_name("tutorial-3", GST_LEVEL_DEBUG);
|
||||
gst_debug_set_threshold_for_name("eglgles*", GST_LEVEL_DEBUG);
|
||||
GST_DEBUG ("Created CustomData at %p", data);
|
||||
data->app = (*env)->NewGlobalRef (env, thiz);
|
||||
GST_DEBUG ("Created GlobalRef for app object at %p", data->app);
|
||||
|
|
Loading…
Reference in a new issue