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 796564 - plugins: refactor gst_vaapi_create_display_from_gl_context()
plugins: refactor gst_vaapi_create_display_from_gl_context()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer-vaapi
unspecified
Other All
: Normal enhancement
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 795391
Blocks:
 
 
Reported: 2018-06-11 17:54 UTC by Víctor Manuel Jáquez Leal
Modified: 2018-06-12 15:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
plugins: refactor gst_vaapi_create_display_from_gl_context() (9.86 KB, patch)
2018-06-11 17:54 UTC, Víctor Manuel Jáquez Leal
none Details | Review
plugins: refactor gst_vaapi_create_display_from_gl_context() (10.34 KB, patch)
2018-06-12 10:56 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description Víctor Manuel Jáquez Leal 2018-06-11 17:54:20 UTC
gst_vaapi_create_display_from_gl_context() was a spaghetti mess.

This path refactors it, in order to make the code readable and
easy to follow.
Comment 1 Víctor Manuel Jáquez Leal 2018-06-11 17:54:26 UTC
Created attachment 372642 [details] [review]
plugins: refactor gst_vaapi_create_display_from_gl_context()
Comment 2 Víctor Manuel Jáquez Leal 2018-06-12 10:56:19 UTC
Created attachment 372652 [details] [review]
plugins: refactor gst_vaapi_create_display_from_gl_context()

gst_vaapi_create_display_from_gl_context() was a spaghetti mess.

This path refactors it, in order to make the code readable and
easy to follow.
Comment 3 Víctor Manuel Jáquez Leal 2018-06-12 11:07:44 UTC
Attachment 372652 [details] pushed as 94709d4 - plugins: refactor gst_vaapi_create_display_from_gl_context()