[Bug 736213] h264parse: process NAL AU DELIMITER
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Sep 16 00:01:40 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=736213
GStreamer | gst-plugins-bad | git
--- Comment #9 from m][sko <xlazom00 at gmail.com> 2014-09-16 07:01:34 UTC ---
1. ok so I will change
h264parse->align == GST_H264_PARSE_ALIGN_AU
=>
h264parse->format == GST_H264_PARSE_FORMAT_BYTE
in gst_h264_parse_pre_push_frame
2. gst_pad_push should be enaught.
do you have problem with some muxers ?
for example if you generate hls with mpegtsmux I think that this should be ok
that is reason why I flagged buffer SPS+PPS+IDR NALs with
GST_BUFFER_FLAG_DELTA_UNIT
it is maybe useless btw
GST_BUFFER_FLAG_SET (buffer, GST_BUFFER_FLAG_DELTA_UNIT);
--
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