Home
last modified time | relevance | path

Searched refs:ttl_mc (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Drtpsink.c26 gint ttl, ttl_mc; in GST_START_TEST() local
34 g_object_get (rtpsink, "ttl", &ttl, "ttl_mc", &ttl_mc, NULL); in GST_START_TEST()
38 g_assert_cmpint (ttl_mc, ==, 9); in GST_START_TEST()
Drtpsrc.c25 guint latency, ttl, ttl_mc; in GST_START_TEST() local
34 "latency", &latency, "ttl-mc", &ttl_mc, "ttl", &ttl, NULL); in GST_START_TEST()
39 g_assert_cmpint (ttl_mc, ==, 9); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/rtp/
Dgstrtpsink.c152 self->ttl_mc = g_value_get_int (value); in gst_rtp_sink_set_property()
153 g_object_set (self->rtp_sink, "ttl-mc", self->ttl_mc, NULL); in gst_rtp_sink_set_property()
154 g_object_set (self->rtcp_sink, "ttl-mc", self->ttl_mc, NULL); in gst_rtp_sink_set_property()
195 g_value_set_int (value, self->ttl_mc); in gst_rtp_sink_get_property()
591 self->ttl_mc = DEFAULT_PROP_TTL_MC; in gst_rtp_sink_init()
Dgstrtpsink.h49 gint ttl_mc; member
Dgstrtpsrc.h51 gint ttl_mc; member
Dgstrtpsrc.c235 self->ttl_mc = g_value_get_int (value); in gst_rtp_src_set_property()
304 g_value_set_int (value, self->ttl_mc); in gst_rtp_src_get_property()
699 g_socket_set_multicast_ttl (socket, self->ttl_mc); in gst_rtp_src_start()
812 self->ttl_mc = DEFAULT_PROP_TTL_MC; in gst_rtp_src_init()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstmultiudpsink.h96 gint ttl_mc; member
Dgstmultiudpsink.c416 sink->ttl_mc = DEFAULT_TTL_MC; in gst_multiudpsink_init()
1071 udpsink->ttl_mc = g_value_get_int (value); in gst_multiudpsink_set_property()
1147 g_value_set_int (value, udpsink->ttl_mc); in gst_multiudpsink_get_property()
1207 GST_DEBUG_OBJECT (sink, "setting ttl to %d", sink->ttl_mc); in gst_multiudpsink_configure_client()
1208 g_socket_set_multicast_ttl (socket, sink->ttl_mc); in gst_multiudpsink_configure_client()
/third_party/gstreamer/gstplugins_bad/
DChangeLog39015 rtpmanagerbad: ttl_mc for ttl on dynudpsink