[Bug 790709] h264parse: early set src caps when input is avc

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 22 16:29:45 UTC 2017


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

--- Comment #3 from Guillaume Desmottes <gdesmott at gnome.org> ---
Created attachment 364212
  --> https://bugzilla.gnome.org/attachment.cgi?id=364212&action=edit
h265parse: early set src caps when input not byte-stream

When input is not in byte-stream format there is no need to wait for the first
buffer before setting src caps. We already have all the information from the
input codec_data.

This allow us to already configure downstream elements allowing them,
for example, to already allocate their internal buffers as they know
the format of the input they are about to receive.

Same change as the one I just did in h264parse.

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