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:
parent
7ae94a4bd0
commit
3cae6af025
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user