Home
last modified time | relevance | path

Searched refs:pullmode (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c321 if (ogg->pullmode) { in gst_ogg_pad_src_query()
522 ogg->pullmode, ogg->push_state, GST_TIME_ARGS (ogg->push_time_length), in gst_ogg_demux_chain_peer()
532 if (!ogg->pullmode && ogg->push_state == PUSH_PLAYING in gst_ogg_demux_chain_peer()
1196 if (!ogg->pullmode && ogg->push_state == PUSH_LINEAR2) { in gst_ogg_pad_submit_packet()
1272 ret = gst_ogg_demux_chain_peer (pad, packet, !ogg->pullmode); in gst_ogg_pad_submit_packet()
1987 if (!ogg->pullmode && ogg->push_byte_length == -1) { in gst_ogg_demux_query_duration_push()
2055 if (!ogg->pullmode) { in gst_ogg_pad_submit_page()
2442 if (ogg->pullmode || ogg->push_state != PUSH_DURATION) { in gst_ogg_demux_sink_event()
2474 if (!ogg->pullmode && !(ogg->push_seek_flags & GST_SEEK_FLAG_FLUSH)) { in gst_ogg_demux_sink_event()
2497 if (!ogg->pullmode) { in gst_ogg_demux_sink_event()
[all …]
Dgstoggdemux.h138 gboolean pullmode; member
/third_party/gstreamer/gstreamer/
DChangeLog54191 later add srcpad pullmode this will be needed.
/third_party/gstreamer/gstplugins_base/
DChangeLog118085 Rename the 'seekable' variable to 'pullmode'. We might be able to seek in push