summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-03-09 19:44:30 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-03-09 19:44:30 +0000
commitc3e99dd86c97c58019571fa012c85f40fda8a80f (patch)
tree33ad746a89bdf5437b21be5a5475768a76234ae0 /ChangeLog
parentd44570cfdd842176ae0168a50171d3c1232e9d0d (diff)
sys/sunaudio/: Actually translate sunaudio mixer track labels instead of just marking the strings as translatable (#3...
Original commit message from CVS: * sys/sunaudio/gstsunaudio.c: (plugin_init): * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new): Actually translate sunaudio mixer track labels instead of just marking the strings as translatable (#377306); clean up weird label string mapping code that serves no apparent purpose. Also set the 'untranslated-label' property when creating mixer tracks if the GstMixerTrack base class supports this. * tests/check/Makefile.am: * tests/check/elements/.cvsignore: * tests/check/elements/sunaudio.c: (GST_START_TEST), (sunaudio_suite): Very minimalistic unit test for sunaudiomixer element (compiles, but not actually tested on a system where sunaudiomixer is available).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80988669..0dd2d2ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
+
+ * sys/sunaudio/gstsunaudio.c: (plugin_init):
+ * sys/sunaudio/gstsunaudiomixertrack.c:
+ (gst_sunaudiomixer_track_new):
+ Actually translate sunaudio mixer track labels instead of just
+ marking the strings as translatable (#377306); clean up weird
+ label string mapping code that serves no apparent purpose. Also
+ set the 'untranslated-label' property when creating mixer tracks
+ if the GstMixerTrack base class supports this.
+
+ * tests/check/Makefile.am:
+ * tests/check/elements/.cvsignore:
+ * tests/check/elements/sunaudio.c: (GST_START_TEST),
+ (sunaudio_suite):
+ Very minimalistic unit test for sunaudiomixer element (compiles, but not
+ actually tested on a system where sunaudiomixer is available).
+
2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
* tests/check/Makefile.am: