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 145088 - gnome-volume-control has unlocalized volume names.
gnome-volume-control has unlocalized volume names.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.1
Other All
: Normal normal
: 0.8.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-06-28 10:56 UTC by Takao Fujiwara
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for gst-plugins-0.8.1-orig/sys/oss/gstossmixer.c (1.14 KB, patch)
2004-06-28 10:57 UTC, Takao Fujiwara
none Details | Review

Description Takao Fujiwara 2004-06-28 10:56:54 UTC
gnome-volume-control has unlocalized volume names.

To reproduce:
1. Invoke gnome-volume-control.

Then the volume labels; "Volume", "Line-1", ...
Their messages are derived from gst-plugin.

I attached the patch.
Comment 1 Takao Fujiwara 2004-06-28 10:57:48 UTC
Created attachment 29065 [details] [review]
patch for gst-plugins-0.8.1-orig/sys/oss/gstossmixer.c

I attached the patch for gstossmixer.c
Comment 2 Ronald Bultje 2004-06-28 15:20:40 UTC
Whoops, the #define was supposed to be removed ages ago, I must have overlooked
that. I'm sorry. Please don't remove the comment, it explains why we do what
we're doing in the function below.

Thanks for noticing.
Comment 3 Ronald Bultje 2004-07-03 04:53:42 UTC
Applied.