[Bug 766803] h264parse: add support for config-interval=-1 to re-send SPS/PPS on I/IDR frames
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed May 25 06:23:48 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766803
--- Comment #7 from Mats Lindestam <mats.lindestam at axis.com> ---
Hi,
I did consider putting the (h264parse->interval == -1) option int the existing
if/else. I guess I did that consideration before I added the
gst_h264_parse_handle_sps_pps_nals help function, when there were a lot more
code to take into account. Anyhow I ended up with this solution since I found
it a bit cleaner. It doesn't bother with time-intervals at all. There are some
duplication of code but I didn't think it was too much.
I guess I could check for (h264parse->interval == -1) twice and make the
existing if/else work. Should I change it?
--
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