Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstmultiudpsink.c420 sink->send_duplicates = DEFAULT_SEND_DUPLICATES; in gst_multiudpsink_init()
722 gboolean send_duplicates; in gst_multiudpsink_render_buffers() local
733 send_duplicates = sink->send_duplicates; in gst_multiudpsink_render_buffers()
737 if (send_duplicates) { in gst_multiudpsink_render_buffers()
754 for (j = 1; send_duplicates && j < client->add_count; ++j) in gst_multiudpsink_render_buffers()
1085 udpsink->send_duplicates = g_value_get_boolean (value); in gst_multiudpsink_set_property()
1159 g_value_set_boolean (value, udpsink->send_duplicates); in gst_multiudpsink_get_property()
Dgstmultiudpsink.h101 gboolean send_duplicates; member