[764/906] filter: fix pad template caps
authorMatthew Waters <ystreet00@gmail.com>
Wed, 3 Jul 2013 04:37:13 +0000 (14:37 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:30 +0000 (19:31 +0000)
upload is for the sink template
download is form the src template

gst-libs/gst/gl/gstglfilter.c

index 38d144c..31cceab 100644 (file)
@@ -34,14 +34,14 @@ static GstStaticPadTemplate gst_gl_filter_src_pad_template =
 GST_STATIC_PAD_TEMPLATE ("src",
     GST_PAD_SRC,
     GST_PAD_ALWAYS,
-    GST_STATIC_CAPS (GST_GL_UPLOAD_VIDEO_CAPS)
+    GST_STATIC_CAPS (GST_GL_DOWNLOAD_VIDEO_CAPS)
     );
 
 static GstStaticPadTemplate gst_gl_filter_sink_pad_template =
 GST_STATIC_PAD_TEMPLATE ("sink",
     GST_PAD_SINK,
     GST_PAD_ALWAYS,
-    GST_STATIC_CAPS (GST_GL_DOWNLOAD_VIDEO_CAPS)
+    GST_STATIC_CAPS (GST_GL_UPLOAD_VIDEO_CAPS)
     );
 
 /* Properties */