/third_party/gstreamer/gstplugins_bad/ext/wpe/wpe-extension/ |
D | gstwpeaudiosink.c | 194 unlock_stop (GstBaseSink * sink) in unlock_stop() function 308 gstbasesink_class->unlock_stop = GST_DEBUG_FUNCPTR (unlock_stop); in gst_wpe_audio_sink_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfsourceobject.c | 250 if (klass->unlock_stop) in gst_mf_source_object_set_flushing() 251 klass->unlock_stop (object); in gst_mf_source_object_set_flushing()
|
D | gstmfsourceobject.h | 77 gboolean (*unlock_stop) (GstMFSourceObject * object); member
|
D | gstmfvideosrc.c | 181 basesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_mf_video_src_unlock_stop); in gst_mf_video_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | basesink | 51 base_sink_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_replace_unlock_stop); 167 GST_DEBUG_OBJECT (replace, "unlock_stop");
|
D | basesrc | 54 base_src_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_replace_unlock_stop); 213 GST_DEBUG_OBJECT (replace, "unlock_stop");
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11window.h | 150 gboolean (*unlock_stop) (GstD3D11Window * window); member
|
D | gstd3d11window.cpp | 1105 if (klass->unlock_stop) in gst_d3d11_window_unlock_stop() 1106 ret = klass->unlock_stop (window); in gst_d3d11_window_unlock_stop()
|
D | gstd3d11window_corewindow.cpp | 259 window_class->unlock_stop = in gst_d3d11_window_core_window_class_init()
|
D | gstd3d11window_swapchainpanel.cpp | 225 window_class->unlock_stop = in gst_d3d11_window_swap_chain_panel_class_init()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesrc.h | 234 gboolean (*unlock_stop) (GstBaseSrc *src); member
|
D | gstbasesink.h | 200 gboolean (*unlock_stop) (GstBaseSink *sink); member
|
/third_party/gstreamer/gstplugins_base/gst/gio/ |
D | gstgiobasesink.c | 68 gstbasesink_class->unlock_stop = in gst_gio_base_sink_class_init()
|
D | gstgiobasesrc.c | 74 gstbasesrc_class->unlock_stop = in gst_gio_base_src_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gsttcpclientsink.c | 133 gstbasesink_class->unlock_stop = gst_tcp_client_sink_unlock_stop; in gst_tcp_client_sink_class_init()
|
D | gstsocketsrc.c | 169 gstbasesrc_class->unlock_stop = gst_socket_src_unlock_stop; in gst_socket_src_class_init()
|
D | gsttcpclientsrc.c | 170 gstbasesrc_class->unlock_stop = gst_tcp_client_src_unlock_stop; in gst_tcp_client_src_class_init()
|
D | gsttcpserversrc.c | 165 gstbasesrc_class->unlock_stop = gst_tcp_server_src_unlock_stop; in gst_tcp_server_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtsink.c | 383 gstbasesink_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_srt_sink_unlock_stop); in gst_srt_sink_class_init()
|
D | gstsrtsrc.c | 438 gstbasesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_srt_src_unlock_stop); in gst_srt_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/shm/ |
D | gstshmsrc.c | 119 gstbasesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_shm_src_unlock_stop); in gst_shm_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/bluez/ |
D | gstavdtpsrc.c | 102 basesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_avdtp_src_unlock_stop); in gst_avdtp_src_class_init()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsink.c | 163 gstbasesink_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_fd_sink_unlock_stop); in gst_fd_sink_class_init()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2sink.c | 193 basesink_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_v4l2sink_unlock_stop); in gst_v4l2sink_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstdynudpsink.c | 147 gstbasesink_class->unlock_stop = gst_dynudpsink_unlock_stop; in gst_dynudpsink_class_init()
|