From df69943726566a3dda0dac9625b1a328c58bf645 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Sun, 8 Nov 2015 22:14:01 +1100 Subject: [PATCH] glcolorconvert: use the correct oes target string in the template caps --- gst-libs/gst/gl/gstglcolorconvert.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/gstglcolorconvert.h b/gst-libs/gst/gl/gstglcolorconvert.h index 89e49fc..f06bb5c 100644 --- a/gst-libs/gst/gl/gstglcolorconvert.h +++ b/gst-libs/gst/gl/gstglcolorconvert.h @@ -100,7 +100,7 @@ struct _GstGLColorConvertClass "width = " GST_VIDEO_SIZE_RANGE ", " \ "height = " GST_VIDEO_SIZE_RANGE ", " \ "framerate = " GST_VIDEO_FPS_RANGE ", " \ - "texture-target = (string) { 2D, rectangle, oes } " \ + "texture-target = (string) { 2D, rectangle, external-oes } " \ " ; " \ "video/x-raw(" GST_CAPS_FEATURE_MEMORY_GL_MEMORY "," \ GST_CAPS_FEATURE_META_GST_VIDEO_OVERLAY_COMPOSITION "), " \ @@ -108,7 +108,7 @@ struct _GstGLColorConvertClass "width = " GST_VIDEO_SIZE_RANGE ", " \ "height = " GST_VIDEO_SIZE_RANGE ", " \ "framerate = " GST_VIDEO_FPS_RANGE ", " \ - "texture-target = (string) { 2D, rectangle, oes }" + "texture-target = (string) { 2D, rectangle, external-oes }" GstGLColorConvert * gst_gl_color_convert_new (GstGLContext * context); -- 2.7.4