totem r6240 - in trunk: . src/backend
- From: sdroege svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r6240 - in trunk: . src/backend
- Date: Fri, 3 Apr 2009 17:42:02 +0000 (UTC)
Author: sdroege
Date: Fri Apr 3 17:42:02 2009
New Revision: 6240
URL: http://svn.gnome.org/viewvc/totem?rev=6240&view=rev
Log:
* src/backend/bacon-video-widget-gst-0.10.c:
(bvw_get_tags_of_current_stream):
Improve debug output a bit by outputting the GstTagList content
instead of just the memory address.
Modified:
trunk/ChangeLog
trunk/src/backend/bacon-video-widget-gst-0.10.c
Modified: trunk/src/backend/bacon-video-widget-gst-0.10.c
==============================================================================
--- trunk/src/backend/bacon-video-widget-gst-0.10.c (original)
+++ trunk/src/backend/bacon-video-widget-gst-0.10.c Fri Apr 3 17:42:02 2009
@@ -4179,7 +4179,7 @@
g_free (cur_sig_str);
g_free (lower);
- GST_LOG ("current %s stream info object %p", stream_type, tags);
+ GST_LOG ("current %s stream tags %" GST_PTR_FORMAT, stream_type, tags);
return tags;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]