vaapipostproc: Don't create filter on caps query
authorOlivier Crete <olivier.crete@collabora.com>
Wed, 15 Apr 2015 19:26:12 +0000 (15:26 -0400)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Thu, 16 Apr 2015 10:36:28 +0000 (12:36 +0200)
commit6f298f6182614cfaf9f3d043207ebe8a6141ffaf
tree56b83c89f8632536b3a43fa4529a2b1b9496cd3f
parent0adb36b6587b099724453bc4ef0aafb1b65a392f
vaapipostproc: Don't create filter on caps query

The problem with this is that creating the filter causes the display to
be selected, and the caps query happens while linking the element. So,
if the downstream or upstream element is using a specific display
object, it won't be propagated correctly to the postproc as it already
has a display at this point.

https://bugzilla.gnome.org/show_bug.cgi?id=747945
gst/vaapi/gstvaapipostproc.c