gstreamer/gst
Víctor Manuel Jáquez Leal 99d404f1df 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.

https://bugzilla.gnome.org/show_bug.cgi?id=770921
2016-09-15 10:38:08 +02:00
..
vaapi vaapidecode: reset decoder hard when set_format() 2016-09-15 10:38:08 +02:00
Makefile.am build: use git.mk 2015-05-18 16:14:46 +02:00