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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 28 12:35:50 PST 2009


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

--- Comment #2 from Ian Turner <vectro at vectro.org> 2009-11-28 20:35:47 UTC ---
I actually see the same behavior if the stream is decoded and reencoded; is
that expected? For example, consider the following pipeline:

filesrc ! oggdemux ! vorbisdec ! vorbisenc ! oggmux ! shout2send

This stream likewise fails to seek. However, if the output goes to a local
audio device, then seeking works fine:

filesrc ! oggdemux ! vorbisdec ! audioconvert ! audioresample ! alsasink

Is the issue with the first pipeline above that the stream passed between
oggmux and shout2send is not time based and therefore unseekable? If so, is
there any workaround to seek the input to a shout2send element, given that its
input will always be audio/mpeg or audio/ogg?

Thanks for your thoughts.

--Ian

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