Home
last modified time | relevance | path

Searched refs:gst_event_new_custom (Results 1 – 25 of 50) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstevent.c302 gst_event_new_custom (GstEventType type, GstStructure * structure) in gst_event_new_custom() function
532 return gst_event_new_custom (GST_EVENT_FLUSH_START, NULL); in gst_event_new_flush_start()
559 event = gst_event_new_custom (GST_EVENT_FLUSH_STOP, in gst_event_new_flush_stop()
631 event = gst_event_new_custom (GST_EVENT_SELECT_STREAMS, struc); in gst_event_new_select_streams()
694 return gst_event_new_custom (GST_EVENT_STREAM_GROUP_DONE, s); in gst_event_new_stream_group_done()
741 return gst_event_new_custom (GST_EVENT_EOS, NULL); in gst_event_new_eos()
769 event = gst_event_new_custom (GST_EVENT_GAP, in gst_event_new_gap()
822 event = gst_event_new_custom (GST_EVENT_CAPS, in gst_event_new_caps()
903 event = gst_event_new_custom (GST_EVENT_SEGMENT, in gst_event_new_segment()
984 return gst_event_new_custom (GST_EVENT_TAG, s); in gst_event_new_tag()
[all …]
Dgstevent.h493 GstEvent* gst_event_new_custom (GstEventType type, GstStructure *structure) G_GNUC…
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpfunnel.c43 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in GST_START_TEST()
51 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in GST_START_TEST()
59 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in GST_START_TEST()
67 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in GST_START_TEST()
75 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in GST_START_TEST()
Ddtmf.c344 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, s)) == FALSE); in GST_START_TEST()
351 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, s)) == FALSE); in GST_START_TEST()
358 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, s)) == FALSE); in GST_START_TEST()
365 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, s)) == FALSE); in GST_START_TEST()
373 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, s)) == FALSE); in GST_START_TEST()
394 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in GST_START_TEST()
409 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in GST_START_TEST()
507 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in GST_START_TEST()
522 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in GST_START_TEST()
Drtpssrcdemux.c231 gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM_OOB, NULL)); in GST_START_TEST()
Drtpcollision.c297 GstEvent *event = gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in rtpsession_sinkpad_probe2()
Drtpulpfec.c57 GstEvent *packet_loss_in = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, in push_lost_event()
Drtprtx.c56 return gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in create_rtx_event()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-event.c50 still_event = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, s); in gst_video_event_new_still_frame()
129 force_key_unit_event = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, s); in gst_video_event_new_downstream_force_key_unit()
163 force_key_unit_event = gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, s); in gst_video_event_new_upstream_force_key_unit()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dcameraevent.cpp44 calibrated_event = gst_event_new_custom (GST_EVENT_CUSTOM_BOTH, s); in gst_camera_event_new_calibrated()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtptheoradepay.c636 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in gst_rtp_theora_depay_process()
645 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in gst_rtp_theora_depay_process()
703 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in gst_rtp_theora_depay_packet_lost()
Dgstrtpgstdepay.c324 event = gst_event_new_custom (etype, s); in read_event()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstevent.c371 event = gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, structure); in GST_START_TEST()
390 event = gst_event_new_custom (GST_EVENT_CUSTOM_BOTH, structure); in GST_START_TEST()
410 event = gst_event_new_custom (GST_EVENT_CUSTOM_BOTH, structure); in GST_START_TEST()
560 event = gst_event_new_custom (type, in test_event()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Drtponviftimestamp.c72 return gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, structure); in create_ntp_offset_event()
82 event = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, in create_event()
87 event = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM_OOB, in create_event()
Dtest_http_src.c370 gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM_STICKY, http_headers); in gst_test_http_src_start()
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Ddataprotocol.c573 event = gst_event_new_custom (type, NULL); in gst_dp_event_from_packet_0_2()
636 event = gst_event_new_custom (type, s); in gst_dp_event_from_packet_1_0()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstlatency.c246 latency_probe = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, in send_latency_probe()
267 latency_probe = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, in send_latency_probe()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpdec.c446 gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, in gst_dtls_srtp_dec_remove_dtls_element()
Dgstdtlssrtpenc.c451 gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, in gst_dtls_srtp_enc_remove_dtls_element()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdsrc.c1880 e = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, s); in rsn_dvdsrc_prepare_audio_stream_event()
1910 e = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, s); in rsn_dvdsrc_prepare_spu_stream_event()
1970 e = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, s); in rsn_dvdsrc_prepare_streamsinfo_event()
2117 event = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, structure); in rsn_dvdsrc_prepare_clut_change_event()
2167 event = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM_OOB, s); in rsn_dvdsrc_update_highlight()
2205 event = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM_OOB, s); in rsn_dvdsrc_update_highlight()
Dgstmpegdemux.c652 v_format = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, v_struct); in gst_flups_demux_handle_dvd_event()
794 gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, s); in gst_flups_demux_handle_dvd_event()
821 gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, s); in gst_flups_demux_handle_dvd_event()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultisocketsink.c673 ev = gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in gst_multi_socket_sink_handle_client_read()
942 gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in gst_multi_socket_sink_handle_client_write()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpbasedepayload.c547 event = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, in packet_lost()
965 gst_harness_push_event (h, gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpsession.c396 event = gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, structure); in on_ssrc_collision()
2693 event = gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in gst_rtp_session_request_key_unit()
2724 event = gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM, in gst_rtp_session_notify_nack()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtssection.c343 event = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM, structure); in _mpegts_section_get_event()

12