From 41a6448918edeae911e3e0cbcb43f20b7de24877 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 5 Oct 2016 12:19:12 +1100 Subject: gl: GST_GL_TYPE -> GST_TYPE_GL Some deprecated symbols are kept for backwards compatibility --- sys/applemedia/glcontexthelper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/applemedia/glcontexthelper.c') diff --git a/sys/applemedia/glcontexthelper.c b/sys/applemedia/glcontexthelper.c index 4e6f6175e..044f04234 100644 --- a/sys/applemedia/glcontexthelper.c +++ b/sys/applemedia/glcontexthelper.c @@ -34,14 +34,14 @@ _find_local_gl_context (GstGLContextHelper * ctxh) gst_query_parse_context (query, &context); if (context) { s = gst_context_get_structure (context); - gst_structure_get (s, "context", GST_GL_TYPE_CONTEXT, &gl_context, NULL); + gst_structure_get (s, "context", GST_TYPE_GL_CONTEXT, &gl_context, NULL); } } if (!gl_context && gst_gl_run_query (ctxh->element, query, GST_PAD_SINK)) { gst_query_parse_context (query, &context); if (context) { s = gst_context_get_structure (context); - gst_structure_get (s, "context", GST_GL_TYPE_CONTEXT, &gl_context, NULL); + gst_structure_get (s, "context", GST_TYPE_GL_CONTEXT, &gl_context, NULL); } } -- cgit v1.2.1