[Bug 754124] h265parse/h264parse: Resync these two parsers
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Aug 13 16:53:02 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=754124
--- Comment #12 from Seungha Yang <pudding8757 at gmail.com> ---
Created attachment 373313
--> https://bugzilla.gnome.org/attachment.cgi?id=373313&action=edit
[4/12] h265parse: Introduce new state tracking variables
Direct applying the commit 7bb6443. This could fix also unexpected
nal dropping when nonzero "config-interval" is set.
(e.g., gst-launch-1.0 videotestsrc ! x265enc key-int-max=30 !
h265parse config-interval=30 ! avdec_h265 ! videoconvert ! autovideosink)
Similar to the h264parse, have_{vps,sps,pps} variables will be used
for deciding on when to submit updated caps or not, and rather mean
"have new SPS/PPS to be submitted?"
See also https://bugzilla.gnome.org/show_bug.cgi?id=732203
--
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