[Bug 784329] h264parse: should not always add latency
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jul 25 16:30:39 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=784329
--- Comment #4 from Paolo Pr <paolo_pr at yahoo.com> ---
As said in IRC-freenode, tsdemux doesn't have au-alignment caps even if it
produces an au-aligned stream. Then, even if I "Drop the 1 fps latency when
h264parse->in_align == GST_H264_PARSE_ALIGN_AU", this won't work for this case.
The only workaround for that, IMHO, is a property on h264parse that
_reinterpret_ the input alignment.
Something like "reinterpret-input-alignment" [NAL/AU]. And THEN the the check
Nicolas said (h264parse->in_align == GST_H264_PARSE_ALIGN_AU)
It doesn't seem so bad to me, but it's a conceptual problem and before sending
the patch I need a feedback on that.
--
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