mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
I will successfully compile code before I check it in.
Original commit message from CVS: I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in. I will successfully compile code before I check it in.
This commit is contained in:
parent
76cfe49b5e
commit
6ac86486a8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ static GMutex *_gst_buffer_chunk_lock;
|
||||||
void
|
void
|
||||||
_gst_buffer_initialize (void)
|
_gst_buffer_initialize (void)
|
||||||
{
|
{
|
||||||
buffersize = sizeof(GstBuffer);
|
int buffersize = sizeof(GstBuffer);
|
||||||
|
|
||||||
// round up to the nearest 32 bytes for cache-line and other efficiencies
|
// round up to the nearest 32 bytes for cache-line and other efficiencies
|
||||||
buffersize = ((buffersize-1 / 32) + 1) * 32;
|
buffersize = ((buffersize-1 / 32) + 1) * 32;
|
||||||
|
|
Loading…
Reference in a new issue