[Bug 649642] The volume plug-in works abnormal in 0.10.32 & 0.10.31

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 30 14:51:21 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=649642
  GStreamer | gst-plugins-base | 0.10.32

David Schleef <ds> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
     Ever Confirmed|0                           |1

--- Comment #16 from David Schleef <ds at schleef.org> 2011-05-30 21:51:16 UTC ---
Test script.  Definitely a bug, not in Orc.

#!/bin/sh

for i in `seq 1 8`
do
  echo $i
  gst-launch audiotestsrc num-buffers=20 volume=0.1 ! \
          audio/x-raw-int,width=16,depth=16 ! \
          volume volume=$i ! alsasink
done

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