From 1244738bc1b499e9fe0ba217e66679f8501655a3 Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Mon, 21 Jun 2010 11:13:20 +0200 Subject: [PATCH] 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 --- gst/h264parse/gsth264parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/h264parse/gsth264parse.c b/gst/h264parse/gsth264parse.c index 49b3f3a9fb..1f8b924778 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