summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tpm@src.gnome.org>2007-03-26 18:54:27 +0000
committerTim-Philipp Müller <tpm@src.gnome.org>2007-03-26 18:54:27 +0000
commitba737f9ef34ff019ae53e173d928b3ce96ba165a (patch)
treecaebf4219a11ac1076ea00c910d607ea6fda5e5a /ChangeLog
parent4e38c878d743be19bf4dac90db361bd5595347e0 (diff)
downloadtotem-ba737f9ef34ff019ae53e173d928b3ce96ba165a.tar.gz
No need to flood stdout with g_message()s if we find an unknown GstMessage
* src/backend/bacon-video-widget-gst-0.10.c: (bvw_bus_message_cb): No need to flood stdout with g_message()s if we find an unknown GstMessage type on the bus (Closes: #420253). svn path=/trunk/; revision=4147
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d16cd6d12..fe6abd340 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
* src/backend/bacon-video-widget-gst-0.10.c:
+ (bvw_bus_message_cb):
+ No need to flood stdout with g_message()s if we find an unknown
+ GstMessage type on the bus (Closes: #420253).
+
+2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
+
+ * src/backend/bacon-video-widget-gst-0.10.c:
(bvw_error_from_gst_error):
Fix ambiguous error message (#420937).