[Bug 695206] New: Negotiation failed ( h264parse -> avimux )

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 5 04:08:04 PST 2013


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

           Summary: Negotiation failed ( h264parse -> avimux )
    Classification: Platform
           Product: GStreamer
           Version: 1.0.5
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: kishore.arepalli at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The below pipeline fails to go to pause because of negotiation problem between
h264parse and avimux.

gst-launch-1.0 avimux name=mux ! filesink location=test.avi filesrc
location=test.ts ! tsdemux ! queue ! h264parse ! mux.video_0 -v 

h264parse0.GstPad:sink: caps = video/x-h264, stream-format=(string)byte-stream,
alignment=(string)nal

h264parse0.GstPad:src: caps = video/x-h264, stream-format=(string)byte-stream,
alignment=(string)au

avimux video pad caps =       

video/x-h264
          stream-format: byte-stream
              alignment: au
                  width: [ 16, 4096 ]
                 height: [ 16, 4096 ]
              framerate: [ 0/1, 2147483647/1 ]

h264parse doesn't include width, height & framerate before pushing to the
downstream. It leads to caps negotiation failure.

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