[Bug 753917] gst-omx example build failure
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Aug 21 03:52:55 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753917
Matthew Waters <ystreet00 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #309793|none |needs-work
status| |
--- Comment #1 from Matthew Waters <ystreet00 at gmail.com> ---
Review of attachment 309793:
--> (https://bugzilla.gnome.org/review?bug=753917&attachment=309793)
state->context is not the same type as what gst_gl_handle_context_query expects
(EGLContext vs GstGLContext **). You'll have to wrap state->context with
gst_gl_context_new_wrapped().
The current code as it stands doesn't really fit that well with how libgstgl
propagates opengl contexts currently.
--
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