Home
last modified time | relevance | path

Searched refs:gst_context (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare.c49 static GstGLContext *gst_context; variable
342 if (!gst_context) { in on_new_sample()
344 gst_context = gst_object_ref (((GstGLBaseMemory *) mem)->context); in on_new_sample()
350 sync_meta = gst_buffer_add_gl_sync_meta (gst_context, buf); in on_new_sample()
352 gst_gl_sync_meta_set_sync_point (sync_meta, gst_context); in on_new_sample()
633 if (gst_context) in main()
634 gst_object_unref (gst_context); in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldisplay.c81 GST_DEBUG_CATEGORY_STATIC (gst_context);
117 GST_DEBUG_CATEGORY_GET (gst_context, "GST_CONTEXT");
583 GST_CAT_LOG (gst_context, in gst_context_set_gl_display()
614 GST_CAT_LOG (gst_context, "got GstGLDisplay(%p) from context(%p)", *display, in gst_context_get_gl_display()
/third_party/gstreamer/gstreamer/gst/
Dgstcontext.c81 GST_DEFINE_MINI_OBJECT_TYPE (GstContext, gst_context);
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstcontext.c455 GST_CHECK_MAIN (gst_context);