[Bug 613351] gst_element_seek() should have async counterpart

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 9 09:27:51 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=613351
  GStreamer | gstreamer (core) | git

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-07-09 16:27:46 UTC ---
Same here, I think elements should not be doing I/O from the seeking thread
(i.e. the application thread).

The TRUE/FALSE notification from the seek handler is not really useful in
practice anyway, and to check seekability in principle we now have the SEEKING
query anyway.

If notification is a concern, we could use PROGRESS message to notify the
application of start/success/error, though perhaps that's more interesting for
when we're bisecting in push mode or so.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list