mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
remove left over _needs_copy_on_write
Original commit message from CVS: remove left over _needs_copy_on_write
This commit is contained in:
parent
3941b18ca9
commit
ede90a27db
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ void gst_buffer_pool_set_active (GstBufferPool *pool, gboolean active);
|
||||||
|
|
||||||
/* bufferpool operations */
|
/* bufferpool operations */
|
||||||
#define gst_buffer_pool_copy(pool) GST_BUFFER_POOL (gst_data_copy (GST_DATA (pool)))
|
#define gst_buffer_pool_copy(pool) GST_BUFFER_POOL (gst_data_copy (GST_DATA (pool)))
|
||||||
#define gst_buffer_pool_needs_copy_on_write(pool) GST_BUFFER_POOL (gst_data_needs_copy_on_write (GST_DATA (pool)))
|
#define gst_buffer_pool_is_readonly(pool) GST_BUFFER_POOL (gst_data_is_readonly (GST_DATA (pool)))
|
||||||
#define gst_buffer_pool_copy_on_write(pool) GST_BUFFER_POOL (gst_data_copy_on_write (GST_DATA (pool)))
|
#define gst_buffer_pool_copy_on_write(pool) GST_BUFFER_POOL (gst_data_copy_on_write (GST_DATA (pool)))
|
||||||
#define gst_buffer_pool_free(pool) gst_data_free (GST_DATA (pool))
|
#define gst_buffer_pool_free(pool) gst_data_free (GST_DATA (pool))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue