gl: be consistent in gobject boilerpate
authorMatthew Waters <matthew@centricular.com>
Mon, 19 Oct 2015 04:15:30 +0000 (15:15 +1100)
committerMatthew Waters <matthew@centricular.com>
Mon, 19 Oct 2015 04:15:30 +0000 (15:15 +1100)
commit5f94356ce1b6b8a77f17ed084230023fccaf395b
treebaa4bd51bf632b1cd656d318a9cf01757a35eff5
parent608cf31a253ac29e94d3d64dad4b533a1fbe3b73
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'
ext/gtk/gtkgstglwidget.c