Searched refs:GST_APP_SRC (Results 1 – 16 of 16) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | appsrc.c | 91 fail_unless (gst_app_src_push_buffer (GST_APP_SRC (src), in GST_START_TEST() 95 fail_unless (gst_app_src_push_buffer (GST_APP_SRC (src), in GST_START_TEST() 99 fail_unless (gst_app_src_push_buffer (GST_APP_SRC (src), in GST_START_TEST() 103 fail_unless (gst_app_src_push_buffer (GST_APP_SRC (src), in GST_START_TEST() 106 fail_unless (gst_app_src_end_of_stream (GST_APP_SRC (src)) == GST_FLOW_OK); in GST_START_TEST() 144 gst_app_src_push_buffer (GST_APP_SRC (source), gst_buffer_ref (buffer)); in on_new_sample_from_source() 264 gst_app_src_set_caps (GST_APP_SRC (src), h.caps1); in GST_START_TEST() 265 caps = gst_app_src_get_caps (GST_APP_SRC (src)); in GST_START_TEST() 269 gst_app_src_set_caps (GST_APP_SRC (src), h.caps2); in GST_START_TEST() 270 caps = gst_app_src_get_caps (GST_APP_SRC (src)); in GST_START_TEST() [all …]
|
D | audiorate.c | 523 gst_app_src_set_caps (GST_APP_SRC (src), caps1); in GST_START_TEST() 529 gst_app_src_set_caps (GST_APP_SRC (src), caps2); in GST_START_TEST() 534 fail_unless_equals_int (gst_app_src_push_buffer (GST_APP_SRC (src), in GST_START_TEST() 540 gst_app_src_end_of_stream (GST_APP_SRC (src)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | benchmark-appsrc.c | 50 gst_app_src_push_buffer (GST_APP_SRC (src), gst_buffer_ref (buf)); in main() 52 gst_app_src_end_of_stream (GST_APP_SRC (src)); in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/app/ |
D | appsrc_ex.c | 86 gst_app_src_push_buffer (GST_APP_SRC (app->src), buf); in main() 90 gst_app_src_end_of_stream (GST_APP_SRC (app->src)); in main()
|
D | appsink-src2.c | 58 ret = gst_app_src_push_sample (GST_APP_SRC (source), sample); in on_new_sample_from_sink() 78 gst_app_src_end_of_stream (GST_APP_SRC (source)); in on_source_message()
|
D | appsink-src.c | 63 ret = gst_app_src_push_buffer (GST_APP_SRC (source), app_buffer); in on_new_sample_from_sink() 80 gst_app_src_end_of_stream (GST_APP_SRC (source)); in on_source_message()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | assrender.c | 217 gst_app_src_set_caps (GST_APP_SRC (appsrc), text_caps); \ 262 gst_app_src_push_buffer (GST_APP_SRC (appsrc), buf); \ 264 gst_app_src_end_of_stream (GST_APP_SRC (appsrc)); \
|
/third_party/gstreamer/gstplugins_good/tests/icles/ |
D | test-accurate-seek.c | 153 flow = gst_app_src_push_buffer (GST_APP_SRC (src), buf); in generate_test_sound() 156 gst_app_src_end_of_stream (GST_APP_SRC (src)); in generate_test_sound()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcdatachannel.c | 480 ret = gst_app_src_push_buffer (GST_APP_SRC (channel->appsrc), buffer); in _parse_control_packet() 709 if (gst_app_src_push_buffer (GST_APP_SRC (channel->appsrc), in webrtc_data_channel_start_negotiation() 793 ret = gst_app_src_push_buffer (GST_APP_SRC (channel->appsrc), buffer); in webrtc_data_channel_send_data() 856 ret = gst_app_src_push_buffer (GST_APP_SRC (channel->appsrc), buffer); in webrtc_data_channel_send_string()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/ |
D | gstappsrc.h | 32 #define GST_APP_SRC(obj) \ macro
|
D | gstappsrc.c | 841 GstAppSrc *appsrc = GST_APP_SRC (bsrc); in gst_app_src_internal_get_caps() 3003 GstAppSrc *appsrc = GST_APP_SRC (handler); in gst_app_src_uri_get_uri() 3012 GstAppSrc *appsrc = GST_APP_SRC (handler); in gst_app_src_uri_set_uri()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rtp-gstreamer.c | 300 if (gst_app_src_push_buffer(GST_APP_SRC(c->appsrc), buf) != GST_FLOW_OK) { in pa_rtp_send() 640 gst_app_src_end_of_stream(GST_APP_SRC(c->appsrc)); in pa_rtp_context_free()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | splitmuxsrc.c | 474 fail_if (gst_app_src_push_buffer (GST_APP_SRC (appsrc), buffer) in GST_START_TEST() 477 fail_if (gst_app_src_end_of_stream (GST_APP_SRC (appsrc)) != GST_FLOW_OK); in GST_START_TEST()
|
D | rtph265.c | 263 flow = gst_app_src_push_buffer (GST_APP_SRC (src), in GST_START_TEST() 275 gst_app_src_end_of_stream (GST_APP_SRC (src)); in GST_START_TEST()
|
D | rtph264.c | 307 flow = gst_app_src_push_buffer (GST_APP_SRC (src), in GST_START_TEST() 319 gst_app_src_end_of_stream (GST_APP_SRC (src)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | tcp.c | 66 st->sink_src = GST_APP_SRC (gst_element_factory_make ("appsrc", NULL)); in symmetry_test_setup()
|