summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth263parse.c
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2015-08-14 11:43:18 -0300
committerThiago Santos <thiagoss@osg.samsung.com>2015-08-14 13:42:59 -0300
commitc4cd1ce4fde363bd4e22416cff32e0a15447a53f (patch)
treecee4bbdb2f78f2c2325ce4729f86ff11d63a9842 /gst/videoparsers/gsth263parse.c
parentb3418759d93fc0c757cf29f2419f1955addef874 (diff)
downloadgstreamer-plugins-bad-c4cd1ce4fde363bd4e22416cff32e0a15447a53f.tar.gz
videoparsers: enable accept-template flag
Do a quick check with the pad template caps as it is enough. Users should have figured the appropriate full caps on a previous caps query https://bugzilla.gnome.org/show_bug.cgi?id=753623
Diffstat (limited to 'gst/videoparsers/gsth263parse.c')
-rw-r--r--gst/videoparsers/gsth263parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/videoparsers/gsth263parse.c b/gst/videoparsers/gsth263parse.c
index 9b12997fa..18f9bf5f3 100644
--- a/gst/videoparsers/gsth263parse.c
+++ b/gst/videoparsers/gsth263parse.c
@@ -97,6 +97,7 @@ static void
gst_h263_parse_init (GstH263Parse * h263parse)
{
GST_PAD_SET_ACCEPT_INTERSECT (GST_BASE_PARSE_SINK_PAD (h263parse));
+ GST_PAD_SET_ACCEPT_TEMPLATE (GST_BASE_PARSE_SINK_PAD (h263parse));
}
static gboolean