[gstreamer-bugs] [Bug 602885] shout2send plugin ignores seek events.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 28 12:44:34 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=602885
  GStreamer | gst-plugins-good | 0.10.14

--- Comment #3 from Wim Taymans <wim.taymans at gmail.com> 2009-11-28 20:44:30 UTC ---
I don't think oggmux supports seeking yet.

If you want time based seeking you either need to have some element that looks
at the timestamps in the file (like a parser) or perform the seek in bytes,
based on the (average) bitrate. 

If you know the length in time of the file and assume a constant bitrate, then
you can estimate the time position in bytes and perform a seek in bytes (which
should work fine).

-- 
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