Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgsttcpclientsink.c147 GST_OBJECT_FLAG_UNSET (this, GST_TCP_CLIENT_SINK_OPEN); in gst_tcp_client_sink_init()
186 g_return_val_if_fail (GST_OBJECT_FLAG_IS_SET (sink, GST_TCP_CLIENT_SINK_OPEN), in gst_tcp_client_sink_render()
290 if (GST_OBJECT_FLAG_IS_SET (this, GST_TCP_CLIENT_SINK_OPEN)) in gst_tcp_client_sink_start()
335 GST_OBJECT_FLAG_SET (this, GST_TCP_CLIENT_SINK_OPEN); in gst_tcp_client_sink_start()
372 GST_OBJECT_FLAG_SET (this, GST_TCP_CLIENT_SINK_OPEN); in gst_tcp_client_sink_start()
384 if (!GST_OBJECT_FLAG_IS_SET (this, GST_TCP_CLIENT_SINK_OPEN)) in gst_tcp_client_sink_stop()
398 GST_OBJECT_FLAG_UNSET (this, GST_TCP_CLIENT_SINK_OPEN); in gst_tcp_client_sink_stop()
Dgsttcpclientsink.h47 GST_TCP_CLIENT_SINK_OPEN = (GST_ELEMENT_FLAG_LAST << 0), enumerator