projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
608cf31
)
gl: be consistent in gobject boilerpate
author
Matthew Waters
<matthew@centricular.com>
Mon, 19 Oct 2015 04:15:30 +0000
(15:15 +1100)
committer
Matthew Waters
<matthew@centricular.com>
Mon, 19 Oct 2015 04:15:30 +0000
(15:15 +1100)
GST_GL_IS_* vs GST_IS_GL_*
git grep -l 'GST_GL_IS_' | xargs sed -i 's/GST_GL_IS_/GST_IS_GL_/g'
ext/gtk/gtkgstglwidget.c
patch
|
blob
|
history
diff --git
a/ext/gtk/gtkgstglwidget.c
b/ext/gtk/gtkgstglwidget.c
index
3e427a8
..
c4d53a2
100644
(file)
--- a/
ext/gtk/gtkgstglwidget.c
+++ b/
ext/gtk/gtkgstglwidget.c
@@
-505,7
+505,7
@@
gtk_gst_gl_widget_init_winsys (GtkGstGLWidget * 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);
return FALSE;
}