[Bug 645412] New: [h264parse] h264parse doesn't set framed=True on src caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 21 08:25:20 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=645412
  GStreamer | gst-plugins-bad | git

           Summary: [h264parse] h264parse doesn't set framed=True on src
                    caps
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: andreas.frisch at multimedia-labs.de
         QAContact: gstreamer-bugs at lists.freedesktop.org
      GNOME target: ---
     GNOME version: ---


diff --git a/gst/videoparsers/gsth264parse.c b/gst/videoparsers/gsth264parse.c
index 799303e..cbe0ac5 100644
--- a/gst/videoparsers/gsth264parse.c
+++ b/gst/videoparsers/gsth264parse.c
@@ -688,6 +688,7 @@ gst_h264_parse_update_src_caps (GstH264Parse * h264parse)
   }

   if (caps) {
+    gst_caps_set_simple (caps, "parsed", G_TYPE_BOOLEAN, TRUE, NULL);
     gst_caps_set_simple (caps, "stream-format", G_TYPE_STRING,
         gst_h264_parse_get_string (h264parse, TRUE, h264parse->format),
         "alignment", G_TYPE_STRING,

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list