mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gl: be consistent in gobject boilerpate
GST_GL_IS_* vs GST_IS_GL_* git grep -l 'GST_GL_IS_' | xargs sed -i 's/GST_GL_IS_/GST_IS_GL_/g'
This commit is contained in:
parent
608cf31a25
commit
5f94356ce1
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ gtk_gst_gl_widget_init_winsys (GtkGstGLWidget * gst_widget)
|
||||||
GTK_GST_BASE_WIDGET_LOCK (gst_widget);
|
GTK_GST_BASE_WIDGET_LOCK (gst_widget);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!GST_GL_IS_CONTEXT (priv->other_context)) {
|
if (!GST_IS_GL_CONTEXT (priv->other_context)) {
|
||||||
GTK_GST_BASE_WIDGET_UNLOCK (gst_widget);
|
GTK_GST_BASE_WIDGET_UNLOCK (gst_widget);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue