summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth263parse.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-09-07 11:27:56 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-09-07 11:29:37 +0200
commite86e66e86cb2222274aaf69561669167683f836d (patch)
tree285fc358b3aa8fd0c87750f6bb56d5ec29055d44 /gst/videoparsers/gsth263parse.c
parent89aa5dae9d8d9ded8536b0b5d35e8285b5bcc40b (diff)
downloadgstreamer-plugins-bad-e86e66e86cb2222274aaf69561669167683f836d.tar.gz
h263parse: Add all always present fields to the src template caps
Diffstat (limited to 'gst/videoparsers/gsth263parse.c')
-rw-r--r--gst/videoparsers/gsth263parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoparsers/gsth263parse.c b/gst/videoparsers/gsth263parse.c
index 9e55efe99..d83f8ef2e 100644
--- a/gst/videoparsers/gsth263parse.c
+++ b/gst/videoparsers/gsth263parse.c
@@ -39,7 +39,7 @@ static GstStaticPadTemplate srctemplate =
GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("video/x-h263, variant = (string) itu, "
- "parsed = (boolean) true")
+ "parsed = (boolean) true, framerate=(fraction)[0/1,MAX]")
);
static GstStaticPadTemplate sinktemplate =