[Bug 740118] h264parse: not correctly parsing or passing through avc

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 7 11:42:22 PST 2015


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |t.i.m at zen.co.uk
            Version|1.4.4                       |git
            Summary|h264: not correct parsing   |h264parse: not correctly
                   |video                       |parsing or passing through
                   |                            |avc
     Ever Confirmed|0                           |1
         OS/Version|Windows                     |All

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2015-01-07 19:42:14 UTC ---
Appears to be an issue with h264parse at first glance.

Works:
gst-launch-1.0 filesrc location=
/home/tpm/samples/misc/740118-CH9Hstream00001-rtph264depay.gdp ! gdpdepay !
rtph264depay ! video/x-h264,stream-format=avc ! avdec_h264 ! xvimagesink

Works:
gst-launch-1.0 filesrc location=
/home/tpm/samples/misc/740118-CH9Hstream00001-rtph264depay.gdp ! gdpdepay !
rtph264depay ! video/x-h264,stream-format=byte-stream ! avdec_h264 !
xvimagesink

Works:
gst-launch-1.0 filesrc location=
/home/tpm/samples/misc/740118-CH9Hstream00001-rtph264depay.gdp ! gdpdepay !
rtph264depay ! video/x-h264,stream-format=byte-stream ! h264parse ! avdec_h264
! xvimagesink

Fails:
gst-launch-1.0 filesrc location=
/home/tpm/samples/misc/740118-CH9Hstream00001-rtph264depay.gdp ! gdpdepay !
rtph264depay ! video/x-h264,stream-format=avc ! h264parse ! avdec_h264 !
xvimagesink

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