[gstreamer-bugs] [Bug 412077] New: [speed] can't initially set speed > 1
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sun Feb 25 15:33:37 PST 2007
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=412077
GStreamer | gst-plugins-bad | Ver: 0.10.4
Summary: [speed] can't initially set speed > 1
Product: GStreamer
Version: 0.10.4
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: 4rsmkok02 at sneakemail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
If, before starting playback, you set the speed to a value over 1, no sound
will be output.
If you wait for a short time (I tried 100 ms) before doing that it works. If
you set the speed to a value < 1 it also works.
If you set the speed to a value over 1, start the sound, wait a little and then
change it, the program will crash.
so this works:
gst-launch -v filesrc location=test1.mp3 ! decodebin ! audioconvert ! speed
speed=1 ! alsasink
and this:
gst-launch -v filesrc location=test1.mp3 ! decodebin ! audioconvert ! speed
speed=0.9 ! alsasink
but this doesn't:
gst-launch -v filesrc location=test1.mp3 ! decodebin ! audioconvert ! speed
speed=1.1 ! alsasink
I suppose the plugin is trying to read ahead on data that is not yet available.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list