summaryrefslogtreecommitdiff
path: root/ext/gtk/gstgtkglsink.c
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2015-09-19 11:46:37 +0200
committerThibault Saunier <tsaunier@gnome.org>2015-09-19 12:31:49 +0200
commita2bdce8df3ba76587cb273d7d5aaed0d6dd39fbc (patch)
tree998468c21b0c3b08163b0a0488f8131701b4747a /ext/gtk/gstgtkglsink.c
parent07203364cb444360e4ecb320e3c7a5dab61af5ee (diff)
downloadgstreamer-plugins-bad-a2bdce8df3ba76587cb273d7d5aaed0d6dd39fbc.tar.gz
gtkglsink: Hide and clean the GtkWindow we might create
When stopping the sink we should always hide the window. https://bugzilla.gnome.org/show_bug.cgi?id=755249
Diffstat (limited to 'ext/gtk/gstgtkglsink.c')
-rw-r--r--ext/gtk/gstgtkglsink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gtk/gstgtkglsink.c b/ext/gtk/gstgtkglsink.c
index d59880c53..ceba7bda1 100644
--- a/ext/gtk/gstgtkglsink.c
+++ b/ext/gtk/gstgtkglsink.c
@@ -212,7 +212,7 @@ gst_gtk_gl_sink_stop (GstBaseSink * bsink)
gtk_sink->gtk_context = NULL;
}
- return TRUE;
+ return GST_BASE_SINK_CLASS (parent_class)->stop (bsink);
}
static gboolean