After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 774315 - matroskademux: should not do I/O in seek handler
matroskademux: should not do I/O in seek handler
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-12 12:42 UTC by Tim-Philipp Müller
Modified: 2018-11-03 15:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2016-11-12 12:42:09 UTC
+++ 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.
Comment 1 GStreamer system administrator 2018-11-03 15:14:18 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/324.