[Bug 650228] New: Fix h264parse negotiation

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun May 15 04:24:05 PDT 2011


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

           Summary: Fix h264parse negotiation
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: alessandro.d at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Negotiation in h264parse is currently broken. It negotiates caps with
downstream only if the incoming stream is packetized and the split-packetized
properties is set to TRUE (the default is FALSE).

These are two pipelines that fail to negotiate because of this:

gst-launch videotestsrc ! x264enc byte-stream=false ! h264parse ! avimux !
fakesink

gst-launch videotestsrc ! x264enc byte-stream=false ! h264parse ! mpegtsmux !
fakesink

-- 
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