removed DONTFREE from default bufferpool implementation

Original commit message from CVS:
removed DONTFREE from default bufferpool implementation
This commit is contained in:
Andy Wingo 2001-08-27 07:29:07 +00:00
parent 104844cb86
commit 56803c8716

View file

@ -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;