summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-12-27 17:41:11 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-12-27 17:41:11 +0000
commit428ead89b805ab961a4365d419fd23443091aa17 (patch)
tree7cd2dc45b7a946336aac2e3a8dbe7ecd1947c29c /ChangeLog
parent13089a438ac429e04cd8e42ff6de71ca86cc0eb6 (diff)
gst/gstbus.c: Make GstBusSource work with non-default main contexts (#562170).
Original commit message from CVS: * gst/gstbus.c: (gst_bus_dispose), (gst_bus_get_property), (gst_bus_wakeup_main_context), (gst_bus_set_main_context), (gst_bus_post), (gst_bus_source_prepare), (gst_bus_source_finalize), (gst_bus_create_watch): Make GstBusSource work with non-default main contexts (#562170). * tests/check/gst/gstbus.c: (message_func_eos), (message_func_app), (test_watch), (test_watch_with_custom_context), (gst_bus_suite): Add test case for GstBusSource with a non-default main context. * tests/check/libs/.cvsignore: Ignore more.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 154d77a5f8..ab7cd2e51a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2008-12-27 Tim-Philipp Müller <tim.muller at collabora co uk>
+ * gst/gstbus.c: (gst_bus_dispose), (gst_bus_get_property),
+ (gst_bus_wakeup_main_context), (gst_bus_set_main_context),
+ (gst_bus_post), (gst_bus_source_prepare), (gst_bus_source_finalize),
+ (gst_bus_create_watch):
+ Make GstBusSource work with non-default main contexts (#562170).
+
+ * tests/check/gst/gstbus.c: (message_func_eos), (message_func_app),
+ (test_watch), (test_watch_with_custom_context), (gst_bus_suite):
+ Add test case for GstBusSource with a non-default main context.
+
+ * tests/check/libs/.cvsignore:
+ Ignore more.
+
+2008-12-27 Tim-Philipp Müller <tim.muller at collabora co uk>
+
* gst/gstregistrybinary.c: (unpack_element), (unpack_const_string),
(unpack_string)::
Wrap multi-line macros in G_STMT_{START|END}.