[gstreamer-bugs] [Bug 615410] New: x264 orders NALs differently than x264enc expects
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Apr 10 16:30:00 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=615410
GStreamer | gst-plugins-ugly | git
Summary: x264 orders NALs differently than x264enc expects
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-ugly
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: xqueralt at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
In [1] the order the NALs are returned by x264_encoder_headers is changed from
SEI, SPS and PPS to SPS, PPS and SEI. Thus, the header is incorrect and cannot
be handled.
This appears already in the version of libx264 in debian unstable (0.92).
The patch attached corrects the expected order. Maybe it should also handle the
old ordering by checking x264's version at configure time, what do you think?
[1]
http://git.videolan.org/?p=x264.git;a=commit;f=encoder/encoder.c;h=c6de86497cdd7b7f3cce7d8a95d723c7d0c9f505
--
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