diff options
author | Tim-Philipp Müller <tpm@src.gnome.org> | 2007-03-26 18:54:27 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tpm@src.gnome.org> | 2007-03-26 18:54:27 +0000 |
commit | ba737f9ef34ff019ae53e173d928b3ce96ba165a (patch) | |
tree | caebf4219a11ac1076ea00c910d607ea6fda5e5a /ChangeLog | |
parent | 4e38c878d743be19bf4dac90db361bd5595347e0 (diff) | |
download | totem-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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). |