buffer: Don't miss return value on Windows build
authorSeungha Yang <seungha.yang@navercorp.com>
Mon, 18 Feb 2019 00:58:19 +0000 (09:58 +0900)
committerSeungha Yang <seungha.yang@navercorp.com>
Mon, 18 Feb 2019 01:21:18 +0000 (10:21 +0900)
commit790f193d632979b1fc0e7e851837b9f8f3a59d1a
treed4e64c19d59d5cca72ea0dc512b2496c626faa3a
parent2108c6228a7216260ebe561bee96b0e58da89e3a
buffer: Don't miss return value on Windows build

... and use InterlockedExchangeAdd64 for the 64bit value.
InterlockedExchangeAdd is 32bit version.
gst/gstbuffer.c