mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
eglglessink: Remove debug function call from previous commit
This commit is contained in:
parent
17bf9dfd70
commit
673d262fe7
1 changed files with 0 additions and 3 deletions
|
@ -2439,9 +2439,6 @@ gst_eglglessink_init (GstEglGlesSink * eglglessink)
|
|||
eglglessink->render_region.h = -1;
|
||||
eglglessink->render_region_changed = TRUE;
|
||||
eglglessink->render_region_user = FALSE;
|
||||
|
||||
gst_eglglessink_set_render_rectangle (GST_VIDEO_OVERLAY (eglglessink), 100,
|
||||
100, 100, 100);
|
||||
}
|
||||
|
||||
/* entry point to initialize the plug-in
|
||||
|
|
Loading…
Reference in a new issue