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 739328 - GstGLMixer pass incorrect parameter to gst_gl_handle_set_context
GstGLMixer pass incorrect parameter to gst_gl_handle_set_context
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-29 00:36 UTC by comicfans44
Modified: 2014-10-29 09:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
misc patch to fix incorrect parameter (844 bytes, patch)
2014-10-29 00:36 UTC, comicfans44
committed Details | Review

Description comicfans44 2014-10-29 00:36:49 UTC
Created attachment 289557 [details] [review]
misc patch to fix incorrect parameter

GstGLMixer.set_context 

 gst_gl_handle_set_context (element, context, &mix->display, &mix->context);

should it be 

 gst_gl_handle_set_context (element, context, &mix->display, &mix->other_context);  ?
Comment 1 Matthew Waters (ystreet00) 2014-10-29 09:44:32 UTC
Thanks!

commit a9d13db8c6d654148aec0079d86b420de1037893
Author: Wang Xin-yu (王昕宇) <comicfans44@gmail.com>
Date:   Wed Oct 29 08:27:57 2014 +0800

    glmixer:fix incorrect parameter passed to handle_set_context