summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth263parse.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-09-07 11:22:07 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-09-07 11:29:37 +0200
commit2adf76eb5218d3d2e57fe618eed120cb0f37d86b (patch)
tree4528a626d0d800f6ccffaf9c146a4c9150e0df19 /gst/videoparsers/gsth263parse.c
parentd4147a279875dafe9ae79e3e02137eb1f8d89883 (diff)
downloadgstreamer-plugins-bad-2adf76eb5218d3d2e57fe618eed120cb0f37d86b.tar.gz
videoparsers: Allow parsed streams to be passed through the parsers
Diffstat (limited to 'gst/videoparsers/gsth263parse.c')
-rw-r--r--gst/videoparsers/gsth263parse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/videoparsers/gsth263parse.c b/gst/videoparsers/gsth263parse.c
index 877c75e44..9e55efe99 100644
--- a/gst/videoparsers/gsth263parse.c
+++ b/gst/videoparsers/gsth263parse.c
@@ -45,8 +45,7 @@ GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC,
static GstStaticPadTemplate sinktemplate =
GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK,
GST_PAD_ALWAYS,
- GST_STATIC_CAPS ("video/x-h263, variant = (string) itu, "
- "parsed = (boolean) false")
+ GST_STATIC_CAPS ("video/x-h263, variant = (string) itu")
);
GST_BOILERPLATE (GstH263Parse, gst_h263_parse, GstElement, GST_TYPE_BASE_PARSE);