[gstreamer-bugs] [Bug 631313] [h264parse] avc -> byte format conversion problem
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Oct 5 04:47:22 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=631313
GStreamer | gst-plugins-bad | 0.10.18
Mark Nauwelaerts <mnauw> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |mnauw at users.sourceforge.net
Resolution| |NOTABUG
--- Comment #2 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2010-10-05 11:47:19 UTC ---
The above problems are likely due to h264parse being reluctant to split
packetized input into separate NALs, unless specifically requested to do so
using split-packetized=true.
In particular, using following pipeline (with recent git):
----
gst-launch-0.10 souphttpsrc
location='https://bugzilla.gnome.org/attachment.cgi?id=171698' ! matroskademux
! h264parse output-format=byte split-packetized=true ! filesink
location=output.h264
----
leads to output.h264 which plays well using playbin2 and mplayer (give or take
minor complaints). The subsequent NALs consist of SEI, SPS, PPS, IDR-I,
NIDR-P, etc, which is also fine.
--
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