From: Matthew Waters Date: Wed, 3 Jul 2013 04:37:13 +0000 (+1000) Subject: [764/906] filter: fix pad template caps X-Git-Tag: 1.19.3~511^2~1989^2~1780 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c6f8de51676eb34efcbe49f8cde28f726fc8388;p=platform%2Fupstream%2Fgstreamer.git [764/906] filter: fix pad template caps upload is for the sink template download is form the src template --- diff --git a/gst-libs/gst/gl/gstglfilter.c b/gst-libs/gst/gl/gstglfilter.c index 38d144c..31cceab 100644 --- a/gst-libs/gst/gl/gstglfilter.c +++ b/gst-libs/gst/gl/gstglfilter.c @@ -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 */