Home
last modified time | relevance | path

Searched refs:socket_v6 (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstdynudpsink.c158 sink->socket_v6 = UDP_DEFAULT_SOCKET; in gst_dynudpsink_init()
179 if (sink->socket_v6) in gst_dynudpsink_finalize()
180 g_object_unref (sink->socket_v6); in gst_dynudpsink_finalize()
181 sink->socket_v6 = NULL; in gst_dynudpsink_finalize()
309 if (udpsink->socket_v6 != NULL in gst_dynudpsink_set_property()
310 && udpsink->socket_v6 != udpsink->used_socket_v6 in gst_dynudpsink_set_property()
314 if (!g_socket_close (udpsink->socket_v6, &err)) { in gst_dynudpsink_set_property()
315 GST_ERROR ("failed to close socket %p: %s", udpsink->socket_v6, in gst_dynudpsink_set_property()
320 if (udpsink->socket_v6) in gst_dynudpsink_set_property()
321 g_object_unref (udpsink->socket_v6); in gst_dynudpsink_set_property()
[all …]
Dgstmultiudpsink.c409 sink->socket_v6 = DEFAULT_SOCKET; in gst_multiudpsink_init()
537 if (sink->socket_v6) in gst_multiudpsink_finalize()
538 g_object_unref (sink->socket_v6); in gst_multiudpsink_finalize()
539 sink->socket_v6 = NULL; in gst_multiudpsink_finalize()
1034 if (udpsink->socket_v6 != NULL in gst_multiudpsink_set_property()
1035 && udpsink->socket_v6 != udpsink->used_socket_v6 in gst_multiudpsink_set_property()
1039 if (!g_socket_close (udpsink->socket_v6, &err)) { in gst_multiudpsink_set_property()
1040 GST_ERROR ("failed to close socket %p: %s", udpsink->socket_v6, in gst_multiudpsink_set_property()
1045 if (udpsink->socket_v6) in gst_multiudpsink_set_property()
1046 g_object_unref (udpsink->socket_v6); in gst_multiudpsink_set_property()
[all …]
Dgstdynudpsink.h47 GSocket *socket, *socket_v6; member
Dgstmultiudpsink.h88 GSocket *socket, *socket_v6; member