summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-08-13 12:34:13 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-13 12:34:13 +0000
commit9e572ebf0065421567134e942d24ae26f0cee55d (patch)
tree67fee78fbaa9b24f6fc36b13446463abc9d4efcd /ChangeLog
parent256aa83574bc0f7cc666f449860570bef5f26275 (diff)
ext/pulse/: Improve debugging a bit by including the parent object in pulsemixerctrl and pulseprobe objects and using...
Original commit message from CVS: * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state): * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb), (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new), (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event): * ext/pulse/pulsemixerctrl.h: * ext/pulse/pulseprobe.c: (gst_pulseprobe_open), (gst_pulseprobe_enumerate), (gst_pulseprobe_new), (gst_pulseprobe_free), (gst_pulseprobe_needs_probe), (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values): * ext/pulse/pulseprobe.h: * ext/pulse/pulsesink.c: (gst_pulsesink_init): * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay), (gst_pulsesrc_change_state): Improve debugging a bit by including the parent object in pulsemixerctrl and pulseprobe objects and using GST_WARNING_OBJECT instead of GST_WARNING. Use the parent GObject subclass instead of a random struct as GObject parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash when probing for another property than "device".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5236d608..7cfb332e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
+ * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
+ (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
+ (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
+ * ext/pulse/pulsemixerctrl.h:
+ * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
+ (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
+ (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
+ (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
+ * ext/pulse/pulseprobe.h:
+ * ext/pulse/pulsesink.c: (gst_pulsesink_init):
+ * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
+ (gst_pulsesrc_change_state):
+ Improve debugging a bit by including the parent object in pulsemixerctrl
+ and pulseprobe objects and using GST_WARNING_OBJECT instead of
+ GST_WARNING.
+
+ Use the parent GObject subclass instead of a random struct as GObject
+ parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
+ when probing for another property than "device".
+
+2008-08-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
* ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):