/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglcolorscale.c | 106 base_filter_class->gl_stop = GST_DEBUG_FUNCPTR (gst_gl_colorscale_gl_stop); in gst_gl_colorscale_class_init() 175 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter); in gst_gl_colorscale_gl_stop()
|
D | gstglfilterapp.c | 93 GST_GL_BASE_FILTER_CLASS (klass)->gl_stop = gst_gl_filter_app_gl_stop; in gst_gl_filter_app_class_init() 178 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter); in gst_gl_filter_app_gl_stop()
|
D | gstglcolorconvertelement.c | 86 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (filter); in gst_gl_color_convert_element_gl_stop() 119 filter_class->gl_stop = gst_gl_color_convert_element_gl_stop; in gst_gl_color_convert_element_class_init()
|
D | gstglbasemixer.h | 93 void (*gl_stop) (GstGLBaseMixer * mix); member
|
D | gstgloverlaycompositorelement.c | 132 GST_GL_BASE_FILTER_CLASS (klass)->gl_stop = in gst_gl_overlay_compositor_element_class_init() 253 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base); in gst_gl_overlay_compositor_element_gl_stop()
|
D | gstglfiltercube.c | 145 GST_GL_BASE_FILTER_CLASS (klass)->gl_stop = gst_gl_filter_cube_gl_stop; in gst_gl_filter_cube_class_init() 307 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter); in gst_gl_filter_cube_gl_stop()
|
D | gstglalpha.c | 418 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter); in gst_gl_alpha_gl_stop() 547 base_filter_class->gl_stop = GST_DEBUG_FUNCPTR (gst_gl_alpha_gl_stop); in gst_gl_alpha_class_init()
|
D | gstglfiltershader.c | 175 GST_GL_BASE_FILTER_CLASS (klass)->gl_stop = gst_gl_filtershader_gl_stop; in gst_gl_filtershader_class_init() 293 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base); in gst_gl_filtershader_gl_stop()
|
D | gstgldifferencematte.c | 222 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter); in gst_gl_differencematte_gl_stop() 240 GST_GL_BASE_FILTER_CLASS (klass)->gl_stop = gst_gl_differencematte_gl_stop; in gst_gl_differencematte_class_init()
|
D | gstglcolorbalance.c | 355 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter); in gst_gl_color_balance_gl_stop() 469 base_filter_class->gl_stop = GST_DEBUG_FUNCPTR (gst_gl_color_balance_gl_stop); in gst_gl_color_balance_class_init()
|
D | gstglbasemixer.c | 389 klass->gl_stop = gst_gl_base_mixer_default_gl_stop; in gst_gl_base_mixer_class_init() 458 src_class->gl_stop (src); in gst_gl_base_mixer_gl_stop()
|
D | gstgleffects.c | 331 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter); in gst_gl_effects_gl_stop() 345 GST_GL_BASE_FILTER_CLASS (klass)->gl_stop = gst_gl_effects_gl_stop; in gst_gl_effects_class_init()
|
D | gstgltestsrc.c | 166 gstglbasesrc_class->gl_stop = gst_gl_test_src_gl_stop; in gst_gl_test_src_class_init()
|
D | gstglmixer.c | 434 base_class->gl_stop = gst_gl_mixer_gl_stop; in gst_gl_mixer_class_init() 558 GST_GL_BASE_MIXER_CLASS (parent_class)->gl_stop (base_mix); in gst_gl_mixer_gl_stop()
|
D | gstgloverlay.c | 192 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter); in gst_gl_overlay_gl_stop() 210 GST_GL_BASE_FILTER_CLASS (klass)->gl_stop = gst_gl_overlay_gl_stop; in gst_gl_overlay_class_init()
|
D | gstgltransformation.c | 147 GST_GL_BASE_FILTER_CLASS (klass)->gl_stop = gst_gl_transformation_gl_stop; in gst_gl_transformation_class_init() 793 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter); in gst_gl_transformation_gl_stop()
|
D | gstglvideomixer.c | 931 GST_GL_BASE_MIXER_CLASS (klass)->gl_stop = gst_gl_video_mixer_gl_stop; in gst_gl_video_mixer_class_init() 1217 GST_GL_BASE_MIXER_CLASS (parent_class)->gl_stop (base_mix); in gst_gl_video_mixer_gl_stop()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbasesrc.h | 91 void (*gl_stop) (GstGLBaseSrc *src); member
|
D | gstglbasefilter.h | 86 void (*gl_stop) (GstGLBaseFilter *filter); member
|
D | gstglbasefilter.c | 130 klass->gl_stop = gst_gl_base_filter_default_gl_stop; in gst_gl_base_filter_class_init() 377 filter_class->gl_stop (filter); in gst_gl_base_filter_gl_stop()
|
D | gstglbasesrc.c | 143 klass->gl_stop = GST_DEBUG_FUNCPTR (gst_gl_base_src_default_gl_stop); in gst_gl_base_src_class_init() 369 src_class->gl_stop (src); in gst_gl_base_src_gl_stop()
|
D | gstglfilter.c | 155 GST_GL_BASE_FILTER_CLASS (klass)->gl_stop = gst_gl_filter_gl_stop; in gst_gl_filter_class_init() 237 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter); in gst_gl_filter_gl_stop()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqtoverlay.cc | 202 glbasefilter_class->gl_stop = gst_qt_overlay_gl_stop; in gst_qt_overlay_class_init() 382 GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (bfilter); in gst_qt_overlay_gl_stop()
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | gstwpevideosrc.cpp | 718 gl_base_src_class->gl_stop = GST_DEBUG_FUNCPTR (gst_wpe_video_src_gl_stop); in gst_wpe_video_src_class_init()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 10307 gl/basesrc: call gl_stop when shutting down 12299 gl_stop and fill_gl_memory vfuncs, along with properly advertizing the GL APIs 24766 They are mirrors of GstGLBaseFilter's gl_start() and gl_stop() virtual methods 30594 Don't start multiple times without calling gl_stop.
|