Home
last modified time | relevance | path

Searched refs:pipe1 (Results 151 – 175 of 609) sorted by relevance

12345678910>>...25

/dports/graphics/gstreamer1-plugins-opencv/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtc.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
151 pipe1 = in main()
156 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
157 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
159 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
162 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
164 pipe1); in main()
171 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
175 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
182 gst_object_unref (pipe1); in main()
/dports/www/gstreamer1-plugins-neon/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtc.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
151 pipe1 = in main()
156 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
157 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
159 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
162 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
164 pipe1); in main()
171 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
175 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
182 gst_object_unref (pipe1); in main()
/dports/ftp/gstreamer1-plugins-curl/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtc.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
151 pipe1 = in main()
156 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
157 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
159 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
162 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
164 pipe1); in main()
171 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
175 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
182 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtc.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
151 pipe1 = in main()
156 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
157 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
159 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
162 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
164 pipe1); in main()
171 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
175 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
182 gst_object_unref (pipe1); in main()
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtc.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
151 pipe1 = in main()
156 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
157 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
159 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
162 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
164 pipe1); in main()
171 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
175 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
182 gst_object_unref (pipe1); in main()
/dports/mail/qmail-autoresponder/qmail-autoresponder-2.0/
H A Dqmail.c37 int pipe1[2]; /* Pipe into -inject for the message body */ in qmail_start() local
41 if (pipe(pipe1) == -1 in qmail_start()
52 close(pipe1[1]); in qmail_start()
57 exec_qmail_inject(pipe1[0], pipe2[1]); in qmail_start()
60 close(pipe1[0]); in qmail_start()
62 msgfd = pipe1[1]; in qmail_start()
70 close(pipe1[1]); in qmail_start()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/tests/examples/webrtc/
H A Dwebrtctransceiver.c8 static GstElement *pipe1, *webrtc1, *webrtc2; variable
178 pipe1 = in main()
183 bus1 = gst_pipeline_get_bus (GST_PIPELINE (pipe1)); in main()
184 gst_bus_add_watch (bus1, (GstBusFunc) _bus_watch, pipe1); in main()
186 webrtc1 = gst_bin_get_by_name (GST_BIN (pipe1), "send"); in main()
191 webrtc2 = gst_bin_get_by_name (GST_BIN (pipe1), "recv"); in main()
193 pipe1); in main()
202 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_PLAYING); in main()
206 gst_element_set_state (GST_ELEMENT (pipe1), GST_STATE_NULL); in main()
213 gst_object_unref (pipe1); in main()

12345678910>>...25