mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
and remove that debugging g_print - sheesh
Original commit message from CVS: and remove that debugging g_print - sheesh
This commit is contained in:
parent
63b0509428
commit
17b132c9b3
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue