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 776175 - vaapidecodebin: capsfilter to optimize negotiation
vaapidecodebin: capsfilter to optimize negotiation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer-vaapi
unspecified
Other All
: Normal normal
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-12-16 17:57 UTC by Víctor Manuel Jáquez Leal
Modified: 2016-12-21 11:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vaapidecodebin: capsfilter to optimize negotiation (3.58 KB, patch)
2016-12-16 17:57 UTC, Víctor Manuel Jáquez Leal
none Details | Review
vaapidecodebin: capsfilter to optimize negotiation (3.41 KB, patch)
2016-12-21 11:07 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description Víctor Manuel Jáquez Leal 2016-12-16 17:57:32 UTC
Add a capsfilter forcing the caps
"video/x-raw(memory:VASurface), format=(string)NV12" between the
queue and the vaapipostproc so no renegotiation is required.
Comment 1 Víctor Manuel Jáquez Leal 2016-12-16 17:57:39 UTC
Created attachment 342080 [details] [review]
vaapidecodebin: capsfilter to optimize negotiation
Comment 2 Víctor Manuel Jáquez Leal 2016-12-21 11:07:15 UTC
Created attachment 342313 [details] [review]
vaapidecodebin: capsfilter to optimize negotiation

Add a capsfilter forcing the caps
"video/x-raw(memory:VASurface), format=(string)NV12" between the
queue and the vaapipostproc so no renegotiation is required.