[Bug 739328] New: GstGLMixer pass incorrect parameter to gst_gl_handle_set_context
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Oct 28 17:36:53 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=739328
GStreamer | gst-plugins-bad | git
Summary: GstGLMixer pass incorrect parameter to
gst_gl_handle_set_context
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: comicfans44 at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=289557)
View: https://bugzilla.gnome.org/attachment.cgi?id=289557
Review: https://bugzilla.gnome.org/review?bug=739328&attachment=289557
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); ?
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list