Searched refs:GST_EVENT_RECONFIGURE (Results 1 – 23 of 23) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpsession.c | 877 fail_unless_equals_int (GST_EVENT_RECONFIGURE, GST_EVENT_TYPE (ev)); in GST_START_TEST() 880 fail_unless_equals_int (GST_EVENT_RECONFIGURE, GST_EVENT_TYPE (ev)); in GST_START_TEST() 917 fail_unless_equals_int (GST_EVENT_RECONFIGURE, GST_EVENT_TYPE (ev)); in GST_START_TEST() 920 fail_unless_equals_int (GST_EVENT_RECONFIGURE, GST_EVENT_TYPE (ev)); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstevent.h | 172 GST_EVENT_RECONFIGURE = GST_EVENT_MAKE_TYPE (240, FLAG(UPSTREAM)), enumerator
|
D | gstevent.c | 126 {GST_EVENT_RECONFIGURE, "reconfigure", 0}, 1581 event = gst_event_new_custom (GST_EVENT_RECONFIGURE, NULL); in gst_event_new_reconfigure()
|
D | gstenumtypes.c | 553 { C_ENUM(GST_EVENT_RECONFIGURE), "GST_EVENT_RECONFIGURE", "reconfigure" }, in gst_event_type_get_type()
|
D | gstpad.c | 5351 case GST_EVENT_RECONFIGURE: in gst_pad_push_event_unchecked() 5693 case GST_EVENT_RECONFIGURE: in gst_pad_send_event_unchecked()
|
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/ |
D | gstautoconvert.c | 1181 if (GST_EVENT_TYPE (event) == GST_EVENT_RECONFIGURE) in gst_auto_convert_src_event() 1188 } else if (GST_EVENT_TYPE (event) != GST_EVENT_RECONFIGURE) { in gst_auto_convert_src_event()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | gstsctpdec.c | 443 case GST_EVENT_RECONFIGURE: in gst_sctp_dec_src_event()
|
D | gstsctpenc.c | 706 case GST_EVENT_RECONFIGURE: in gst_sctp_enc_src_event()
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstwrappercamerabinsrc.c | 428 case GST_EVENT_RECONFIGURE: in gst_wrapper_camera_bin_src_src_event()
|
/third_party/gstreamer/gstplugins_bad/ext/teletextdec/ |
D | gstteletextdec.c | 457 case GST_EVENT_RECONFIGURE: in gst_teletextdec_src_event()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttypefindelement.c | 595 if (GST_EVENT_TYPE (event) == GST_EVENT_RECONFIGURE) { in gst_type_find_element_src_event()
|
D | gstdownloadbuffer.c | 1410 case GST_EVENT_RECONFIGURE: in gst_download_buffer_handle_src_event()
|
D | gstqueue.c | 1585 case GST_EVENT_RECONFIGURE: in gst_queue_handle_src_event()
|
D | gstmultiqueue.c | 2616 case GST_EVENT_RECONFIGURE: in gst_multi_queue_src_event()
|
D | gstqueue2.c | 3243 case GST_EVENT_RECONFIGURE: in gst_queue2_handle_src_event()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstaudiovisualizer.c | 1272 case GST_EVENT_RECONFIGURE: in gst_audio_visualizer_src_event()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesrc.c | 1391 case GST_EVENT_RECONFIGURE: in gst_pulsesrc_event()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesrc.c | 2071 case GST_EVENT_RECONFIGURE: in gst_base_src_default_event()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/ |
D | gstmpegdemux.c | 1368 case GST_EVENT_RECONFIGURE:{ in gst_ps_demux_src_event()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.c | 1977 case GST_EVENT_RECONFIGURE:{ in gst_adaptive_demux_src_event()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 451 case GST_EVENT_RECONFIGURE: in gst_ogg_pad_event()
|
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/ |
D | ipcpipeline.c | 3259 if (GST_EVENT_TYPE (info->data) == GST_EVENT_RECONFIGURE) { in reconfigure_source_probe()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 3878 Sometimes glimagesink emits GST_EVENT_RECONFIGURE event which results
|