and remove that debugging g_print - sheesh

Original commit message from CVS:
and remove that debugging g_print - sheesh
This commit is contained in:
Benjamin Otte 2003-11-24 21:38:54 +00:00
parent 63b0509428
commit 17b132c9b3
2 changed files with 0 additions and 2 deletions

View 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;
}

View 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;
}