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
@ -33,7 +33,7 @@ static GMutex *_gst_buffer_chunk_lock;
|
||||
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
|
||||
buffersize = ((buffersize-1 / 32) + 1) * 32;
|
||||
|
Loading…
x
Reference in New Issue
Block a user