and remove that debugging g_print - sheesh
authorBenjamin Otte <otte@gnome.org>
Mon, 24 Nov 2003 21:38:54 +0000 (21:38 +0000)
committerBenjamin Otte <otte@gnome.org>
Mon, 24 Nov 2003 21:38:54 +0000 (21:38 +0000)
Original commit message from CVS:
and remove that debugging g_print - sheesh

gst/elements/gstfilesrc.c
plugins/elements/gstfilesrc.c

index fcdb643..f2789ec 100644 (file)
@@ -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;
 }
index fcdb643..f2789ec 100644 (file)
@@ -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;
 }