[gst-cvs] gst-plugins-ugly: asfdemux: add some more debugging
Wim Taymans
wtay at kemper.freedesktop.org
Tue Apr 14 01:55:27 PDT 2009
Module: gst-plugins-ugly
Branch: master
Commit: 23770534222e2b93b9f72975c670f699b73a80a5
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/commit/?id=23770534222e2b93b9f72975c670f699b73a80a5
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Tue Apr 14 10:53:33 2009 +0200
asfdemux: add some more debugging
---
gst/asfdemux/gstasfdemux.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gst/asfdemux/gstasfdemux.c b/gst/asfdemux/gstasfdemux.c
index e8432d5..11a2fdc 100644
--- a/gst/asfdemux/gstasfdemux.c
+++ b/gst/asfdemux/gstasfdemux.c
@@ -2349,6 +2349,7 @@ gst_asf_demux_process_file (GstASFDemux * demux, guint8 * data, guint64 size)
demux->broadcast = !!(flags & 0x01);
demux->seekable = !!(flags & 0x02);
+ GST_DEBUG_OBJECT (demux, "min_pktsize = %u", min_pktsize);
GST_DEBUG_OBJECT (demux, "flags::broadcast = %d", demux->broadcast);
GST_DEBUG_OBJECT (demux, "flags::seekable = %d", demux->seekable);
More information about the Gstreamer-commits
mailing list