Home
last modified time | relevance | path

Searched refs:gst_pad_query_duration (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gst_libav/ext/libav/
Dgstavprotocol.c156 if (gst_pad_query_duration (GST_PAD_PEER (info->pad), in gst_ffmpegdata_seek()
Dgstavdemux.c853 if (!gst_pad_query_duration (pad, format, &dur)) { in gst_ffmpegdemux_src_query()
/third_party/gstreamer/gstplugins_bad/ext/modplug/
Dgstmodplug.cc611 if (gst_pad_query_duration (peer, GST_FORMAT_BYTES, length) && *length >= 0) { in gst_modplug_get_upstream_size()
/third_party/gstreamer/gstreamer/gst/
Dgstutils.h1083 gboolean gst_pad_query_duration (GstPad *pad, GstFormat format, gint64 *dur…
Dgstutils.c2948 gst_pad_query_duration (GstPad * pad, GstFormat format, gint64 * duration) in gst_pad_query_duration() function
/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttypefindelement.c1261 if (!gst_pad_query_duration (peer, GST_FORMAT_BYTES, &size)) { in gst_type_find_element_loop()
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Djsseek.c1125 gst_pad_query_duration (pad, format, &total)) { in query_positions_pads()
1225 gst_pad_query_duration (pad, GST_FORMAT_TIME, &duration); in update_scale()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c3761 res = gst_pad_query_duration (peer, GST_FORMAT_BYTES, &length); in gst_ogg_demux_check_duration_push()
3772 res = gst_pad_query_duration (peer, GST_FORMAT_TIME, &length); in gst_ogg_demux_check_duration_push()
4467 res = gst_pad_query_duration (peer, GST_FORMAT_BYTES, &ogg->length); in gst_ogg_demux_find_chains()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiocdsrc.c1126 if (!gst_pad_query_duration (GST_BASE_SRC_PAD (src), GST_FORMAT_TIME, &dur)) { in gst_audio_cd_src_update_duration()
/third_party/gstreamer/gstreamer/docs/random/
Dporting-to-1.0.txt353 - gst_pad_query_duration()
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.c2846 res = gst_pad_query_duration (peer, format, &length); in gst_ps_sink_get_duration()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.c5523 if (!gst_pad_query_duration (pad, GST_FORMAT_TIME, &duration)) {
/third_party/gstreamer/gstreamer/
DChangeLog6202 …Otherwise an application cannot rely on a subsequent call to e.g. gst_pad_query_duration() succeed…
120500 (gst_pad_query_duration):