Home
last modified time | relevance | path

Searched refs:GST_APP_SRC (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dappsrc.c91 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 …]
Daudiorate.c523 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/
Dbenchmark-appsrc.c50 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/
Dappsrc_ex.c86 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()
Dappsink-src2.c58 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()
Dappsink-src.c63 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/
Dassrender.c217 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/
Dtest-accurate-seek.c153 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/
Dwebrtcdatachannel.c480 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/
Dgstappsrc.h32 #define GST_APP_SRC(obj) \ macro
Dgstappsrc.c841 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/
Drtp-gstreamer.c300 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/
Dsplitmuxsrc.c474 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()
Drtph265.c263 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()
Drtph264.c307 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/
Dtcp.c66 st->sink_src = GST_APP_SRC (gst_element_factory_make ("appsrc", NULL)); in symmetry_test_setup()