matroskademux: should not do I/O in seek handler
@tpm
Submitted by Tim Müller Link to original bug (#774315)
Description
+++ This bug was initially created as a clone of Bug 613351 +++
Matroska demux (and other parsers/demuxers) should not do any I/O in the seek handler, as currently done in gst_matroska_demux_search_pos(). This should be
done from the streaming thread instead, and the element should maybe also post PROGRESS messages on the bus about seek started/finished/failed.