mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 17:05:52 +00:00
err... reset to desired version after doing a benchmark :)
Original commit message from CVS: err... reset to desired version after doing a benchmark :)
This commit is contained in:
parent
1dc969236f
commit
1bdcd2e7b6
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ gst_buffer_new (void)
|
||||||
{
|
{
|
||||||
GstBuffer *buf;
|
GstBuffer *buf;
|
||||||
|
|
||||||
buf = gst_mem_chunk_alloc0 (chunk);
|
buf = gst_mem_chunk_alloc (chunk);
|
||||||
#ifndef GST_DISABLE_TRACE
|
#ifndef GST_DISABLE_TRACE
|
||||||
gst_alloc_trace_new (_gst_buffer_trace, buf);
|
gst_alloc_trace_new (_gst_buffer_trace, buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue