mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
comment out unsupressable debugging foo
Original commit message from CVS: comment out unsupressable debugging foo
This commit is contained in:
parent
6ed590fe49
commit
4934137e0c
2 changed files with 2 additions and 2 deletions
|
@ -331,7 +331,7 @@ gst_filesrc_free_parent_mmap (GstBuffer *buf)
|
||||||
{
|
{
|
||||||
GstFileSrc *src = GST_FILESRC(GST_BUFFER_POOL_PRIVATE(buf));
|
GstFileSrc *src = GST_FILESRC(GST_BUFFER_POOL_PRIVATE(buf));
|
||||||
|
|
||||||
fprintf(stderr,"freeing mmap()d buffer at %d+%d\n",GST_BUFFER_OFFSET(buf),GST_BUFFER_SIZE(buf));
|
// fprintf(stderr,"freeing mmap()d buffer at %d+%d\n",GST_BUFFER_OFFSET(buf),GST_BUFFER_SIZE(buf));
|
||||||
|
|
||||||
// remove the buffer from the list of available mmap'd regions
|
// remove the buffer from the list of available mmap'd regions
|
||||||
g_mutex_lock(src->map_regions_lock);
|
g_mutex_lock(src->map_regions_lock);
|
||||||
|
|
|
@ -331,7 +331,7 @@ gst_filesrc_free_parent_mmap (GstBuffer *buf)
|
||||||
{
|
{
|
||||||
GstFileSrc *src = GST_FILESRC(GST_BUFFER_POOL_PRIVATE(buf));
|
GstFileSrc *src = GST_FILESRC(GST_BUFFER_POOL_PRIVATE(buf));
|
||||||
|
|
||||||
fprintf(stderr,"freeing mmap()d buffer at %d+%d\n",GST_BUFFER_OFFSET(buf),GST_BUFFER_SIZE(buf));
|
// fprintf(stderr,"freeing mmap()d buffer at %d+%d\n",GST_BUFFER_OFFSET(buf),GST_BUFFER_SIZE(buf));
|
||||||
|
|
||||||
// remove the buffer from the list of available mmap'd regions
|
// remove the buffer from the list of available mmap'd regions
|
||||||
g_mutex_lock(src->map_regions_lock);
|
g_mutex_lock(src->map_regions_lock);
|
||||||
|
|
Loading…
Reference in a new issue