After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 773589 - vaapidecodebin: honor the disable-vpp property
vaapidecodebin: honor the disable-vpp property
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer-vaapi
unspecified
Other All
: Normal normal
: 1.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-27 15:35 UTC by Víctor Manuel Jáquez Leal
Modified: 2016-10-31 14:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vaapidecodebin: remove unused variables (1.55 KB, patch)
2016-10-27 15:35 UTC, Víctor Manuel Jáquez Leal
committed Details | Review
vaapidecodebin: name the internal queue (995 bytes, patch)
2016-10-27 15:35 UTC, Víctor Manuel Jáquez Leal
committed Details | Review
vaapidecodebin: resurrect disable-vpp property (2.91 KB, patch)
2016-10-27 15:35 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description Víctor Manuel Jáquez Leal 2016-10-27 15:35:31 UTC
Since the codec-split, vaapidecodebin was adapted quickly to the new scheme,
but some crumbles and leftovers remained.

These patches clean up a bit the code.
Comment 1 Víctor Manuel Jáquez Leal 2016-10-27 15:35:35 UTC
Created attachment 338618 [details] [review]
vaapidecodebin: remove unused variables

Since vaapipostproc is only registered if the driver supports it, all the
support for dynamic loading were removed. Though some leftovers remained.
Comment 2 Víctor Manuel Jáquez Leal 2016-10-27 15:35:41 UTC
Created attachment 338619 [details] [review]
vaapidecodebin: name the internal queue
Comment 3 Víctor Manuel Jáquez Leal 2016-10-27 15:35:48 UTC
Created attachment 338620 [details] [review]
vaapidecodebin: resurrect disable-vpp property
Comment 4 Víctor Manuel Jáquez Leal 2016-10-27 15:37:00 UTC
The important bit is to bring back to live the property disable-vpp.
Comment 5 Víctor Manuel Jáquez Leal 2016-10-27 15:46:26 UTC
Attachment 338618 [details] pushed as 0db3e14 - vaapidecodebin: remove unused variables
Attachment 338619 [details] pushed as 4100e8d - vaapidecodebin: name the internal queue
Attachment 338620 [details] pushed as af0c2fa - vaapidecodebin: resurrect disable-vpp property