From 17b132c9b3ba0bf436b0e2708096ea97d6350a41 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 24 Nov 2003 21:38:54 +0000 Subject: [PATCH] and remove that debugging g_print - sheesh Original commit message from CVS: and remove that debugging g_print - sheesh --- gst/elements/gstfilesrc.c | 1 - plugins/elements/gstfilesrc.c | 1 - 2 files changed, 2 deletions(-) diff --git a/gst/elements/gstfilesrc.c b/gst/elements/gstfilesrc.c index fcdb643093..f2789ec59f 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 fcdb643093..f2789ec59f 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; }