[Bug 647561] volume: need a way to control the volume of individual channels of a multi-channel source

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 13 10:34:27 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=647561
  GStreamer | gst-plugins-base | 0.10.x

--- Comment #4 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2011-04-13 17:34:23 UTC ---
(In reply to comment #3)
> With such a solution, will I be able to use something such as:
> g_object_set (the_volume, "channel0::volume", 0.1, NULL);
> 
> (sorry, but I'm not a glib expert, so some features are yet obscures to me...)

Almost, you will have to use:
gst_child_proxy_set(the_volume, 
  "channel0::volume", 0.1, 
  "channel1::volume", 0.5,
  ...
  NULL);

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