[Bug 736213] h264parse: process NAL AU DELIMITER

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 17 16:11:12 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=736213

--- Comment #17 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Review of attachment 346038:
 --> (https://bugzilla.gnome.org/review?bug=736213&attachment=346038)

Also, since AU delimiter is optional, there should be a property, imo.

::: gst/videoparsers/gsth264parse.c
@@ +2329,3 @@
+  gboolean ok;
+
+  gst_byte_writer_init_with_size (&bw, gst_buffer_get_size (buffer), FALSE);

Isn't there an overflow? because you are adding 48 bits to the original buffers

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