mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
GL: Remove annoying printf in the filterbin class_init
This commit is contained in:
parent
23e2d74112
commit
bf0440f97b
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ gst_gl_filter_bin_class_init (GstGLFilterBinClass * klass)
|
|||
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
|
||||
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
|
||||
|
||||
printf ("bin class_init klass %p\n", klass);
|
||||
|
||||
element_class->change_state = gst_gl_filter_bin_change_state;
|
||||
|
||||
gobject_class->set_property = gst_gl_filter_bin_set_property;
|
||||
|
|
Loading…
Reference in a new issue