Searched refs:gst_pad_query_duration (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavprotocol.c | 156 if (gst_pad_query_duration (GST_PAD_PEER (info->pad), in gst_ffmpegdata_seek()
|
D | gstavdemux.c | 853 if (!gst_pad_query_duration (pad, format, &dur)) { in gst_ffmpegdemux_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/modplug/ |
D | gstmodplug.cc | 611 if (gst_pad_query_duration (peer, GST_FORMAT_BYTES, length) && *length >= 0) { in gst_modplug_get_upstream_size()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstutils.h | 1083 gboolean gst_pad_query_duration (GstPad *pad, GstFormat format, gint64 *dur…
|
D | gstutils.c | 2948 gst_pad_query_duration (GstPad * pad, GstFormat format, gint64 * duration) in gst_pad_query_duration() function
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttypefindelement.c | 1261 if (!gst_pad_query_duration (peer, GST_FORMAT_BYTES, &size)) { in gst_type_find_element_loop()
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | jsseek.c | 1125 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/ |
D | gstoggdemux.c | 3761 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/ |
D | gstaudiocdsrc.c | 1126 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/ |
D | porting-to-1.0.txt | 353 - gst_pad_query_duration()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/ |
D | gstmpegdemux.c | 2846 res = gst_pad_query_duration (peer, format, &length); in gst_ps_sink_get_duration()
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfdemux.c | 5523 if (!gst_pad_query_duration (pad, GST_FORMAT_TIME, &duration)) {
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 6202 …Otherwise an application cannot rely on a subsequent call to e.g. gst_pad_query_duration() succeed… 120500 (gst_pad_query_duration):
|