diff options
author | Thijs Vermeir <thijsvermeir@gmail.com> | 2010-06-21 11:13:20 +0200 |
---|---|---|
committer | Thijs Vermeir <thijsvermeir@gmail.com> | 2010-06-21 11:13:20 +0200 |
commit | 1244738bc1b499e9fe0ba217e66679f8501655a3 (patch) | |
tree | 63f266c2379b49f8e0409753ab8ccacaf35379f1 /gst/h264parse | |
parent | 2ed73a6ad0074fb7e747fe10ca3d4f039a276632 (diff) |
Revert "h264parse: add parsed field to src caps"
This reverts commit 54edae4f1f2119cf492ffe44f936f99e133af7dc.
See this bug for more information:
https://bugzilla.gnome.org/show_bug.cgi?id=606662
Diffstat (limited to 'gst/h264parse')
-rw-r--r-- | gst/h264parse/gsth264parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/h264parse/gsth264parse.c b/gst/h264parse/gsth264parse.c index 49b3f3a9f..1f8b92477 100644 --- a/gst/h264parse/gsth264parse.c +++ b/gst/h264parse/gsth264parse.c @@ -43,7 +43,7 @@ static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC, GST_PAD_ALWAYS, - GST_STATIC_CAPS ("video/x-h264, parsed = (boolean) true")); + GST_STATIC_CAPS ("video/x-h264")); GST_DEBUG_CATEGORY_STATIC (h264_parse_debug); #define GST_CAT_DEFAULT h264_parse_debug |