[Bug 770921] vaapidecoder loses input caps info

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 14 15:23:14 UTC 2016


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

--- Comment #9 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 335518
  --> https://bugzilla.gnome.org/attachment.cgi?id=335518&action=edit
vaapidecode: reset decoder hard when set_format()

set_format() is called by upstream when the stream capabilites has changed.
Before, if the new stream is compatible with the old one the VA decoder was
not destroyed. Nonetheless, with this behavoir, the VA decoder ignores
when the upstreamer parsers gets more details of the stream, such as the
framerate. Hence, when the src caps are negotiates, the further sink caps
updates are ignored.

This patch forces the VA decoder destroying and recreation when set_format()
is called.

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