summaryrefslogtreecommitdiff
path: root/gst/gstbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstbuffer.c')
-rw-r--r--gst/gstbuffer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c
index fdfd6a43d8..d4e67a5d77 100644
--- a/gst/gstbuffer.c
+++ b/gst/gstbuffer.c
@@ -479,8 +479,7 @@ gst_buffer_new (void)
* be allocated.
*/
GstBuffer *
-gst_buffer_new_allocate (const GstAllocator * allocator, gsize size,
- gsize align)
+gst_buffer_new_allocate (GstAllocator * allocator, gsize size, gsize align)
{
GstBuffer *newbuf;
GstMemory *mem;