Searched refs:GST_FLOW_NOT_SUPPORTED (Results 1 – 19 of 19) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/drmdec/ |
D | gstdrmdec.c | 448 return GST_FLOW_NOT_SUPPORTED; in gst_drm_decrypt_get_iv() 451 return GST_FLOW_NOT_SUPPORTED; in gst_drm_decrypt_get_iv() 456 ret = GST_FLOW_NOT_SUPPORTED; in gst_drm_decrypt_get_iv() 462 ret = GST_FLOW_NOT_SUPPORTED; in gst_drm_decrypt_get_iv() 468 ret = GST_FLOW_NOT_SUPPORTED; in gst_drm_decrypt_get_iv() 492 ret = GST_FLOW_NOT_SUPPORTED; in gst_drm_decrypt_get_keyid() 498 ret = GST_FLOW_NOT_SUPPORTED; in gst_drm_decrypt_get_keyid() 504 ret = GST_FLOW_NOT_SUPPORTED; in gst_drm_decrypt_get_keyid() 522 return GST_FLOW_NOT_SUPPORTED; in gst_drm_decrypt_get_subsample_count() 526 return GST_FLOW_NOT_SUPPORTED; in gst_drm_decrypt_get_subsample_count() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvrawpay.c | 615 return GST_FLOW_NOT_SUPPORTED; in gst_rtp_vraw_pay_handle_buffer() 623 return GST_FLOW_NOT_SUPPORTED; in gst_rtp_vraw_pay_handle_buffer()
|
/third_party/gstreamer/gstplugins_base/gst/gio/ |
D | gstgiobasesink.c | 230 ret = GST_FLOW_NOT_SUPPORTED; in gst_gio_base_sink_event()
|
D | gstgiobasesrc.c | 359 return GST_FLOW_NOT_SUPPORTED; in gst_gio_base_src_create()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbufferpool.c | 308 return GST_FLOW_NOT_SUPPORTED; in do_alloc_buffer() 1291 result = GST_FLOW_NOT_SUPPORTED; in gst_buffer_pool_acquire_buffer()
|
D | gstpad.h | 177 GST_FLOW_NOT_SUPPORTED = -6, enumerator
|
D | gstpad.c | 222 {GST_FLOW_NOT_SUPPORTED, "not-supported", 0}, 4542 pad->ABI.abi.last_flowret = GST_FLOW_NOT_SUPPORTED; in gst_pad_chain_data_unchecked() 4548 return GST_FLOW_NOT_SUPPORTED; in gst_pad_chain_data_unchecked() 4986 return GST_FLOW_NOT_SUPPORTED; in gst_pad_get_range_unchecked() 6000 return GST_FLOW_NOT_SUPPORTED; in gst_pad_send_event_unchecked()
|
D | gstenumtypes.c | 1113 { C_ENUM(GST_FLOW_NOT_SUPPORTED), "GST_FLOW_NOT_SUPPORTED", "not-supported" }, in gst_flow_return_get_type()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstimagesequencesrc.c | 618 return GST_FLOW_NOT_SUPPORTED; in gst_image_sequence_src_create()
|
/third_party/gstreamer/gstplugins_good/ext/libpng/ |
D | gstpngdec.c | 332 ret = GST_FLOW_NOT_SUPPORTED; in gst_pngdec_caps_create_and_set()
|
/third_party/gstreamer/gstplugins_bad/gst/audiomixmatrix/ |
D | gstaudiomixmatrix.c | 530 return GST_FLOW_NOT_SUPPORTED; in gst_audio_mix_matrix_transform()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstcollectpads.c | 1321 g_return_val_if_fail (pads->priv->func != NULL, GST_FLOW_NOT_SUPPORTED); in gst_collect_pads_check_collected() 1525 g_return_val_if_fail (func != NULL, GST_FLOW_NOT_SUPPORTED); in gst_collect_pads_default_collected()
|
D | gstbasetransform.c | 2194 ret = GST_FLOW_NOT_SUPPORTED; in default_generate_output() 2212 return GST_FLOW_NOT_SUPPORTED; in default_generate_output()
|
D | gstbasesrc.c | 1614 return GST_FLOW_NOT_SUPPORTED; in gst_base_src_default_create() 2755 return GST_FLOW_NOT_SUPPORTED; in gst_base_src_get_range()
|
D | gstbasesink.c | 3412 ret = GST_FLOW_NOT_SUPPORTED; in gst_base_sink_wait_event()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstpad.c | 786 for (fl = GST_FLOW_NOT_SUPPORTED; fl <= GST_FLOW_OK; fl += 1) { in GST_START_TEST() 802 for (fl = GST_FLOW_NOT_SUPPORTED; fl <= GST_FLOW_OK; fl += 1) { in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideodecoder.c | 3416 GST_FLOW_NOT_SUPPORTED); in gst_video_decoder_drop_subframe() 3690 GST_FLOW_NOT_SUPPORTED); in gst_video_decoder_finish_subframe()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 4529 return GST_FLOW_NOT_SUPPORTED; in gst_ogg_demux_find_chains()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 101498 GST_FLOW_NOT_SUPPORTED, GST_FLOW_IS_FATAL, GstPadActivateFunction,
|