Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/proxy/
Dgstproxysink.c117 GstProxySink *self = GST_PROXY_SINK (element); in gst_proxy_sink_change_state()
136 GstProxySink *self = GST_PROXY_SINK (element); in gst_proxy_sink_send_event()
149 GstProxySink *self = GST_PROXY_SINK (element); in gst_proxy_sink_query()
161 GstProxySink *self = GST_PROXY_SINK (parent); in gst_proxy_sink_sink_query()
201 GstProxySink *self = GST_PROXY_SINK (parent); in gst_proxy_sink_sink_event()
242 GstProxySink *self = GST_PROXY_SINK (parent); in gst_proxy_sink_sink_chain()
278 GstProxySink *self = GST_PROXY_SINK (parent); in gst_proxy_sink_sink_chain_list()
Dgstproxysink.h30 #define GST_PROXY_SINK(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GST_TYPE_PROXY_SINK, Gst… macro