[Bug 790709] h264parse: early set src caps when input is avc
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Mar 15 15:45:50 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=790709
--- Comment #18 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
I've learn a lot since I first look at this patch, I'm not going to say this
how it's implemented, but this is clearly a lie. I won't split anything in for
1.14 because this requires more work.
The case that is not handled here is if there is multiple SPS. If this is the
case, you cannot do that, you have to wait for the frame, and look at which SPS
is to be used in order to update the caps (if you don't want to cause a
renegotiation). We just need code to catch this case, and also make sure we do
check the SPS index in the frame header.
--
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