Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgltestsrc.c252 GstGLBaseSrc *glbasesrc = GST_GL_BASE_SRC (src); in gst_gl_test_src_callback() local
268 if (!funcs->init (src->src_impl, glbasesrc->context, &glbasesrc->out_info)) { in gst_gl_test_src_callback()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasesrc.c204 GstGLBaseSrc *glbasesrc = GST_GL_BASE_SRC (bsrc); in gst_gl_base_src_setcaps() local
208 if (!gst_video_info_from_caps (&glbasesrc->out_info, caps)) in gst_gl_base_src_setcaps()
211 glbasesrc->priv->negotiated = TRUE; in gst_gl_base_src_setcaps()
213 gst_caps_replace (&glbasesrc->out_caps, caps); in gst_gl_base_src_setcaps()
/third_party/gstreamer/gstplugins_base/
DChangeLog9174 gl: Add since tags for new glbasesrc base class
9236 glbasesrc: avoid deadlock when querying for OpenGL context
10053 glbasesrc: add support for changing display's
12296 gl: New pushsrc-based glbasesrc base class
/third_party/gstreamer/gstplugins_bad/
DChangeLog20889 wpe: skip glbasesrc decide_allocation when non-GL caps are negotiated
20894 cleanup because in that situation glbasesrc won't call gl_stop.
33985 wpe: Rewrite wpesrc as a glbasesrc subclass
33988 needed thanks to the glbasesrc super-class.