mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
removed DONTFREE from default bufferpool implementation
Original commit message from CVS: removed DONTFREE from default bufferpool implementation
This commit is contained in:
parent
104844cb86
commit
56803c8716
1 changed files with 0 additions and 1 deletions
|
@ -345,7 +345,6 @@ gst_buffer_pool_default_buffer_new (GstBufferPool *pool, gint64 location /*unuse
|
|||
GST_BUFFER_DATA(buffer) = g_mem_chunk_alloc(data_chunk);
|
||||
g_mutex_unlock (pool->lock);
|
||||
|
||||
GST_BUFFER_FLAG_SET(buffer,GST_BUFFER_DONTFREE);
|
||||
GST_BUFFER_SIZE(buffer) = def->size;
|
||||
GST_BUFFER_MAXSIZE(buffer) = def->size;
|
||||
|
||||
|
|
Loading…
Reference in a new issue