From: Benjamin Otte Date: Mon, 24 Nov 2003 21:38:54 +0000 (+0000) Subject: and remove that debugging g_print - sheesh X-Git-Tag: CAPS-MERGE-1~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17b132c9b3ba0bf436b0e2708096ea97d6350a41;p=platform%2Fupstream%2Fgstreamer.git and remove that debugging g_print - sheesh Original commit message from CVS: and remove that debugging g_print - sheesh --- diff --git a/gst/elements/gstfilesrc.c b/gst/elements/gstfilesrc.c index fcdb643..f2789ec 100644 --- a/gst/elements/gstfilesrc.c +++ b/gst/elements/gstfilesrc.c @@ -638,7 +638,6 @@ gst_filesrc_get_mmap (GstFileSrc *src) /* we're done, return the buffer */ g_assert (src->curoffset == GST_BUFFER_OFFSET (buf)); - g_print ("offset %u %u\n", (guint) src->curoffset, (guint) GST_BUFFER_OFFSET (buf)); src->curoffset += GST_BUFFER_SIZE(buf); return buf; } diff --git a/plugins/elements/gstfilesrc.c b/plugins/elements/gstfilesrc.c index fcdb643..f2789ec 100644 --- a/plugins/elements/gstfilesrc.c +++ b/plugins/elements/gstfilesrc.c @@ -638,7 +638,6 @@ gst_filesrc_get_mmap (GstFileSrc *src) /* we're done, return the buffer */ g_assert (src->curoffset == GST_BUFFER_OFFSET (buf)); - g_print ("offset %u %u\n", (guint) src->curoffset, (guint) GST_BUFFER_OFFSET (buf)); src->curoffset += GST_BUFFER_SIZE(buf); return buf; }