Searched refs:GST_EVENT_RECONFIGURE (Results 1 – 25 of 28) sorted by relevance
12
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gsttestsrcbin.c | 233 case GST_EVENT_RECONFIGURE:{ in gst_test_src_event_function()
|
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/ |
D | gstautoconvert.c | 1183 if (GST_EVENT_TYPE (event) == GST_EVENT_RECONFIGURE) in gst_auto_convert_src_event() 1190 } else if (GST_EVENT_TYPE (event) != GST_EVENT_RECONFIGURE) { in gst_auto_convert_src_event()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstevent.h | 180 GST_EVENT_RECONFIGURE = GST_EVENT_MAKE_TYPE (240, _FLAG(UPSTREAM)), enumerator
|
D | gstevent.c | 126 {GST_EVENT_RECONFIGURE, "reconfigure", 0}, 1662 event = gst_event_new_custom (GST_EVENT_RECONFIGURE, NULL); in gst_event_new_reconfigure()
|
D | gstenumtypes.c | 592 { C_ENUM(GST_EVENT_RECONFIGURE), "GST_EVENT_RECONFIGURE", "reconfigure" }, in gst_event_type_get_type()
|
D | gstpad.c | 5484 case GST_EVENT_RECONFIGURE: in gst_pad_push_event_unchecked() 5826 case GST_EVENT_RECONFIGURE: in gst_pad_send_event_unchecked()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | gstsctpdec.c | 502 case GST_EVENT_RECONFIGURE: in gst_sctp_dec_src_event()
|
D | gstsctpenc.c | 781 case GST_EVENT_RECONFIGURE: in gst_sctp_enc_src_event()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpsession.c | 991 fail_unless_equals_int (GST_EVENT_RECONFIGURE, GST_EVENT_TYPE (ev)); in GST_START_TEST() 994 fail_unless_equals_int (GST_EVENT_RECONFIGURE, GST_EVENT_TYPE (ev)); in GST_START_TEST() 1031 fail_unless_equals_int (GST_EVENT_RECONFIGURE, GST_EVENT_TYPE (ev)); in GST_START_TEST() 1034 fail_unless_equals_int (GST_EVENT_RECONFIGURE, GST_EVENT_TYPE (ev)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/teletextdec/ |
D | gstteletextdec.c | 456 case GST_EVENT_RECONFIGURE: in gst_teletextdec_src_event()
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstwrappercamerabinsrc.c | 430 case GST_EVENT_RECONFIGURE: in gst_wrapper_camera_bin_src_src_event()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttypefindelement.c | 599 if (GST_EVENT_TYPE (event) == GST_EVENT_RECONFIGURE) { in gst_type_find_element_src_event()
|
D | gstdownloadbuffer.c | 1415 case GST_EVENT_RECONFIGURE: in gst_download_buffer_handle_src_event()
|
D | gstqueue.c | 1589 case GST_EVENT_RECONFIGURE: in gst_queue_handle_src_event()
|
D | gstmultiqueue.c | 3184 case GST_EVENT_RECONFIGURE:
|
D | gstqueue2.c | 3316 case GST_EVENT_RECONFIGURE: in gst_queue2_handle_src_event()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldownloadelement.c | 1392 if (GST_EVENT_TYPE (event) == GST_EVENT_RECONFIGURE) in gst_gl_download_element_src_event()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsrc.c | 1434 case GST_EVENT_RECONFIGURE:{ in splitmux_src_pad_event()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstaudiovisualizer.c | 1276 case GST_EVENT_RECONFIGURE: in gst_audio_visualizer_src_event()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesrc.c | 1394 case GST_EVENT_RECONFIGURE: in gst_pulsesrc_event()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstaggregator.c | 2434 case GST_EVENT_RECONFIGURE: in gst_aggregator_default_src_event()
|
D | gstbasesrc.c | 2136 case GST_EVENT_RECONFIGURE: in gst_base_src_default_event()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/ |
D | gstmpegdemux.c | 1440 case GST_EVENT_RECONFIGURE:{ in gst_ps_demux_src_event()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.c | 2268 case GST_EVENT_RECONFIGURE:{ in gst_adaptive_demux_src_event()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 452 case GST_EVENT_RECONFIGURE: in gst_ogg_pad_event()
|
12