examples/gl/gtk: fix chaining up GObject's constructed virtual method

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8416>
This commit is contained in:
Alexander Slobodeniuk 2025-02-06 11:39:02 +01:00 committed by GStreamer Marge Bot
parent 7ae94a4bd0
commit 3cae6af025

View File

@ -198,6 +198,8 @@ gst_mview_widget_constructed (GObject * o)
GtkGrid *g = GTK_GRID (mv);
GtkWidget *w;
G_OBJECT_CLASS (gst_mview_widget_parent_class)->constructed (o);
gtk_widget_set_has_window (GTK_WIDGET (mv), FALSE);
if (mv->is_output) {