Home
last modified time | relevance | path

Searched refs:GST_FLOW_NOT_SUPPORTED (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/drmdec/
Dgstdrmdec.c448 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/
Dgstrtpvrawpay.c615 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/
Dgstgiobasesink.c230 ret = GST_FLOW_NOT_SUPPORTED; in gst_gio_base_sink_event()
Dgstgiobasesrc.c359 return GST_FLOW_NOT_SUPPORTED; in gst_gio_base_src_create()
/third_party/gstreamer/gstreamer/gst/
Dgstbufferpool.c308 return GST_FLOW_NOT_SUPPORTED; in do_alloc_buffer()
1291 result = GST_FLOW_NOT_SUPPORTED; in gst_buffer_pool_acquire_buffer()
Dgstpad.h177 GST_FLOW_NOT_SUPPORTED = -6, enumerator
Dgstpad.c222 {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()
Dgstenumtypes.c1113 { 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/
Dgstimagesequencesrc.c618 return GST_FLOW_NOT_SUPPORTED; in gst_image_sequence_src_create()
/third_party/gstreamer/gstplugins_good/ext/libpng/
Dgstpngdec.c332 ret = GST_FLOW_NOT_SUPPORTED; in gst_pngdec_caps_create_and_set()
/third_party/gstreamer/gstplugins_bad/gst/audiomixmatrix/
Dgstaudiomixmatrix.c530 return GST_FLOW_NOT_SUPPORTED; in gst_audio_mix_matrix_transform()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c1321 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()
Dgstbasetransform.c2194 ret = GST_FLOW_NOT_SUPPORTED; in default_generate_output()
2212 return GST_FLOW_NOT_SUPPORTED; in default_generate_output()
Dgstbasesrc.c1614 return GST_FLOW_NOT_SUPPORTED; in gst_base_src_default_create()
2755 return GST_FLOW_NOT_SUPPORTED; in gst_base_src_get_range()
Dgstbasesink.c3412 ret = GST_FLOW_NOT_SUPPORTED; in gst_base_sink_wait_event()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpad.c786 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/
Dgstvideodecoder.c3416 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/
Dgstoggdemux.c4529 return GST_FLOW_NOT_SUPPORTED; in gst_ogg_demux_find_chains()
/third_party/gstreamer/gstreamer/
DChangeLog101498 GST_FLOW_NOT_SUPPORTED, GST_FLOW_IS_FATAL, GstPadActivateFunction,