Home
last modified time | relevance | path

Searched defs:appsink (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsink.c551 gst_app_sink_init (GstAppSink * appsink) in gst_app_sink_init()
573 GstAppSink *appsink = GST_APP_SINK_CAST (obj); in gst_app_sink_dispose() local
607 GstAppSink *appsink = GST_APP_SINK_CAST (obj); in gst_app_sink_finalize() local
621 GstAppSink *appsink = GST_APP_SINK_CAST (object); in gst_app_sink_set_property() local
653 GstAppSink *appsink = GST_APP_SINK_CAST (object); in gst_app_sink_get_property() local
694 GstAppSink *appsink = GST_APP_SINK_CAST (bsink); in gst_app_sink_unlock_start() local
709 GstAppSink *appsink = GST_APP_SINK_CAST (bsink); in gst_app_sink_unlock_stop() local
722 gst_app_sink_flush_unlocked (GstAppSink * appsink) in gst_app_sink_flush_unlocked()
741 GstAppSink *appsink = GST_APP_SINK_CAST (psink); in gst_app_sink_start() local
764 GstAppSink *appsink = GST_APP_SINK_CAST (psink); in gst_app_sink_stop() local
[all …]
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/
Dflacdec.c67 GstElement *appsink; in GST_START_TEST() local
117 GstElement *appsink; in GST_START_TEST() local
177 GstElement *appsink; in GST_START_TEST() local
/third_party/gstreamer/gstreamer/tests/examples/stepping/
Dframestep1.c76 new_preroll (GstElement * appsink, gpointer user_data) in new_preroll()
93 GstElement *bin, *videotestsrc, *appsink; in main() local
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dappsink.c40 GstElement *appsink; in setup_appsink() local
56 cleanup_appsink (GstElement * appsink) in cleanup_appsink()
75 callback_function (GstAppSink * appsink, gpointer callback_data) in callback_function()
230 callback_function_sample_fallback (GstAppSink * appsink, gpointer p_counter) in callback_function_sample_fallback()
267 callback_function_sample (GstAppSink * appsink, gpointer p_counter) in callback_function_sample()
563 GstAppSink *appsink; member
718 new_event_cb (GstAppSink * appsink, gpointer callback_data) in new_event_cb()
1014 pull_and_check_sample (GstElement * appsink, gint expected_buffer_number, in pull_and_check_sample()
Dcompositor.c1730 _buffer_recvd (GstElement * appsink, gint * buffers_recvd) in _buffer_recvd()
1774 GstElement *bin, *src, *src2, *src3, *compositor, *appsink; in run_test_repeat_after_eos() local
2004 first_buffer_received_cb (GstElement * appsink, gpointer user_data) in first_buffer_received_cb()
2033 GstElement *bin, *src, *compositor, *appsink; in run_test_start_time() local
/third_party/gstreamer/gstplugins_good/tests/examples/rtsp/
Dtest-onvif.c10 new_sample (GstElement * appsink, GstElement * rtspsrc) in new_sample()
32 GstElement *appsink; in setup_backchannel_shoveler() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsplitmuxsrc.c151 receive_sample (GstAppSink * appsink, gpointer user_data G_GNUC_UNUSED) in receive_sample()
223 GstElement *appsink; in test_playback() local
366 new_sample_verify_continuous_timestamps (GstAppSink * appsink, in new_sample_verify_continuous_timestamps()
391 new_sample_verify_1sec_offset (GstAppSink * appsink, gpointer user_data) in new_sample_verify_1sec_offset()
Dsplitmuxsinktimecode.c157 receive_sample (GstAppSink * appsink, gpointer user_data) in receive_sample()
235 GstElement *appsink; in test_playback() local
459 GstElement *appsink; in count_frames() local
Dsplitmuxsink.c151 receive_sample (GstAppSink * appsink, gpointer user_data) in receive_sample()
229 GstElement *appsink; in test_playback() local
Dmpg123audiodec.c167 GstElement ** appsink) in setup_input_pipeline()
Drtph265.c174 GstAppSink appsink; member
179 GstAppSinkClass appsink; member
Drtph264.c171 GstAppSink appsink; member
176 GstAppSinkClass appsink; member
/third_party/pulseaudio/src/modules/rtp/
Drtp-gstreamer.c54 GstElement *appsink; member
377 GstElement *udpsrc = NULL, *rtpbin = NULL, *depay = NULL, *appsink = NULL; in init_receive_pipeline() local
457 static void appsink_eos(GstAppSink *appsink, gpointer userdata) { in appsink_eos()
464 static GstFlowReturn appsink_new_sample(GstAppSink *appsink, gpointer userdata) { in appsink_new_sample()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/basecamerabinsrc/
Dgstcamerabinpreview.h42 GstElement *appsink; member
Dgstcamerabinpreview.c86 gst_camerabin_preview_pipeline_new_sample (GstAppSink * appsink, in gst_camerabin_preview_pipeline_new_sample()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare.c328 on_new_sample (GstElement * appsink, gpointer data) in on_new_sample()
529 GstElement *appsink; in main() local
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dadaptive_demux_engine.c56 GstAppSink * appsink) in getTestOutputDataByAppsink()
113 on_appSinkNewSample (GstAppSink * appsink, gpointer user_data) in on_appSinkNewSample()
152 on_appSinkEOS (GstAppSink * appsink, gpointer user_data) in on_appSinkEOS()
Dadaptive_demux_engine.h36 GstAppSink *appsink; member
/third_party/gstreamer/gstplugins_base/tests/icles/
Dplaybin-text.c85 have_subtitle (GstElement * appsink, App * app) in have_subtitle()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcdatachannel.h50 GstElement *appsink; member
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dtcp.c256 GstAppSink *appsink = NULL; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_base/docs/plugins/
Dgst_plugins_cache.json245 "appsink": { object