After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 134960 - Filter/Effect/Audio/Volume has too high rank and lies about its capabillities
Filter/Effect/Audio/Volume has too high rank and lies about its capabillities
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other opensolaris
: Normal major
: 0.7.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-20 13:26 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2004-02-20 13:26:42 UTC
Filter/Effect/Audio/Volume has higher rank than
Filter/Converter/Audio/AudioConvert.

Thus it gets choosesn by spder when doing e.g. 
  sinesrc ! spider ! esdsink

Finally thye Volume element does not adapt the number of channel, even so
it says so in its caps. Therefore this works
  sinesrc ! audioconvert ! esdsink
but
  sinesrc ! volume ! esdsink
does not.
Comment 1 Benjamin Otte (Company) 2004-02-22 15:29:38 UTC
I changed volume's rank to NONE and audioconvert's to PRIMARY.
Comment 2 Thomas Vander Stichele 2004-02-24 15:40:43 UTC
the problem with the number of channels still needs to be fixed
Comment 3 Ronald Bultje 2004-02-24 17:00:11 UTC
isn't that fixed since the caps remake? volume should have a getcaps()
function implemented which reports the number of channels from the
other side, right?
Comment 4 Benjamin Otte (Company) 2004-03-04 20:23:51 UTC
right.

See http://article.gmane.org/gmane.comp.video.gstreamer.devel/9982 and
followups.