GNOME Bugzilla – Bug 747945
vaapipostproc: Don't create filter on caps query
Last modified: 2015-04-16 10:52:46 UTC
Created attachment 301679 [details] [review] possible fix 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.
Comment on attachment 301679 [details] [review] possible fix commit 6f298f6182614cfaf9f3d043207ebe8a6141ffaf Author: Olivier Crete <olivier.crete@collabora.com> Date: Wed Apr 15 15:26:12 2015 -0400 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