filesink: Fix fsync/_commit usage
authorEdward Hervey <edward@centricular.com>
Tue, 9 Jun 2015 09:01:53 +0000 (11:01 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 9 Jun 2015 09:03:28 +0000 (11:03 +0200)
commit084f6859ea9b572505e7fd55a32b19812d3a0731
treec7044db8f7ab568664d991b96b5692814ed22464
parent1ae38f7ba738c2adaaebc66576143f96cdd5e962
filesink: Fix fsync/_commit usage

_MSC_VER will only be defined when building *on* windows and not just
*for* windows. Instead, use the G_OS_WIN32 define
plugins/elements/gstfilesink.c