summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-02-06 15:56:14 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-02-06 15:56:14 +0000
commit881308d5c58f0b4c8a5cd3b32f924c03af12ee0d (patch)
tree6ad736e957a2aee18b733e6a181e3cbe9e9f46e9 /ChangeLog
parentcdba2c4219705c69fffb7bc5c08bc1ffdd3a75b4 (diff)
ext/gconf/: In gconfaudiosink, get the right key as the old key in do_toggle (ie. one dependent on the profile select...
Original commit message from CVS: * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile), (gst_gconf_render_bin_from_key), (gst_gconf_get_default_audio_sink): * ext/gconf/gconf.h: * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile), (do_toggle_element), (gst_gconf_audio_sink_set_property), (gst_gconf_audio_sink_get_property): In gconfaudiosink, get the right key as the old key in do_toggle (ie. one dependent on the profile selected). Log some more stuff so we can see what's actually going on.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29bda068..bf5d9ad5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
+ (gst_gconf_render_bin_from_key),
+ (gst_gconf_get_default_audio_sink):
+ * ext/gconf/gconf.h:
+ * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
+ (do_toggle_element), (gst_gconf_audio_sink_set_property),
+ (gst_gconf_audio_sink_get_property):
+ In gconfaudiosink, get the right key as the old key in do_toggle
+ (ie. one dependent on the profile selected). Log some more stuff so
+ we can see what's actually going on.
+
2007-02-06 Sebastian Dröge <slomo@circular-chaos.org>
* gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),