gstreamer/gst-libs/gst/adaptivedemux
Thiago Santos 16a2f7f5c0 adaptivedemux: fix seeking that just updates stop position
Fixed adaptivedemux seeking without flushing that just wants
to update stop position. This required protecting the segment
variables with a new mutex so that the seeking thread and the
download threads could safely manipulate the segment and
events related to it.

This contention is only locked/unlocked when starting a new
download, when the first fragment of a segment is received and
when seeking so, hopefully, it won't damage performance.
2016-01-07 15:46:01 -03:00
..
gstadaptivedemux.c adaptivedemux: fix seeking that just updates stop position 2016-01-07 15:46:01 -03:00
gstadaptivedemux.h adaptivedemux: Send the bitrate of the stream as a tag 2015-12-02 22:29:38 +11:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00