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 130508 - Mixer master track for oss
Mixer master track for oss
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.7.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-04 13:05 UTC by Ronald Bultje
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ronald Bultje 2004-01-04 13:05:41 UTC
Each mixer implementation needs to iedntify the 'master' volume somehow.
This is normally 'Volume' or (if that doesn't exist) 'PCM' for OSS. For
ALSA, I'm not sure. I was thinking about a flag GST_MIXER_TRACK_MASTER in
the appropriate track to identify it in applications that require it (e.g.
ACME).
Comment 1 Ronald Bultje 2004-01-06 16:01:51 UTC
Added in HEAD/CVS, implemented for OSS. ALSA is pending.