Home
last modified time | relevance | path

Searched refs:gapless_switch (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dxine_interface.c566 stream->gapless_switch = !!value; in xine_set_param()
567 if( stream->gapless_switch && !stream->early_finish_event ) { in xine_set_param()
741 ret = stream->gapless_switch; in xine_get_param()
H A Ddemux.c69 if (stream->gapless_switch || stream->finished_naturally) in _x_demux_flush_engine()
275 flags = (stream->gapless_switch || stream->finished_naturally) ? BUF_FLAG_GAPLESS_SW : 0; in _x_demux_control_start()
H A Dxine_private.h502 uint32_t gapless_switch:1; /*< next stream switch will be gapless */ member
H A Dxine.c831 int flush = !m->gapless_switch && !m->finished_naturally; in close_internal()
1049 stream->gapless_switch = 0; in xine_stream_new()
1296 s->gapless_switch = 0; in xine_get_side_stream()
2099 …flush = (stream->s.master == &stream->s) && !stream->gapless_switch && !stream->finished_naturally; in play_internal()
2315 m->gapless_switch = 0; in xine_play()
/dports/multimedia/libxine/xine-lib-1.2.11/
H A DChangeLog493 * Fix race conditions in gapless_switch (ref. kde bug #180339)