[Bug 744860] New: H264 parser does not convert codec data to byte stream when input is avc and output is byte stream
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Feb 20 07:08:44 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=744860
Bug ID: 744860
Summary: H264 parser does not convert codec data to byte stream
when input is avc and output is byte stream
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: alfonso.sanchez-beato at canonical.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 297409
--> https://bugzilla.gnome.org/attachment.cgi?id=297409&action=edit
0001-h264parse-Copy-codec-data-for-byte-stream-format.patch
Codec specific data for avc format is not being passed down to the decoder when
the output format is byte-stream. It can happen that there is codec data even
for byte-stream if input for the parser is avc but the only accepted format by
the decoder is byte-stream. In that case, this patch translates the codec data
to byte-stream as we do with the other nals.
--
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