Home
last modified time | relevance | path

Searched refs:wrap_glcontext (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc180 GstGLContext **wrap_glcontext, GstGLContext **context) argument
188 g_return_val_if_fail (display != NULL && wrap_glcontext != NULL, FALSE);
235 *wrap_glcontext = static_cast<GstGLContext *> (gst_object_ref (current));
239 *wrap_glcontext =
243 if (!*wrap_glcontext) {
248 gst_gl_context_activate(*wrap_glcontext, TRUE);
249 if (!gst_gl_context_fill_info (*wrap_glcontext, &error)) {
251 gst_clear_object (wrap_glcontext);
255 gst_gl_display_filter_gl_api (display, gst_gl_context_get_gl_api (*wrap_glcontext));
256 gst_gl_context_activate (*wrap_glcontext, FALSE);
[all …]
Dgstqtglutility.h45 GstGLContext **wrap_glcontext, GstGLContext **context);