[gst-cvs] gst-plugins-bad: Revert "h264parse: add parsed field to src caps"

Thijs Vermeir tvermeir at kemper.freedesktop.org
Mon Jun 21 02:14:13 PDT 2010


Module: gst-plugins-bad
Branch: master
Commit: 1244738bc1b499e9fe0ba217e66679f8501655a3
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=1244738bc1b499e9fe0ba217e66679f8501655a3

Author: Thijs Vermeir <thijsvermeir at gmail.com>
Date:   Mon Jun 21 11:13:20 2010 +0200

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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/h264parse/gsth264parse.c b/gst/h264parse/gsth264parse.c
index 49b3f3a..1f8b924 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





More information about the Gstreamer-commits mailing list