filesink: Use SYNC_AFTER flag in seeking test
authorSebastian Dröge <sebastian@centricular.com>
Fri, 17 Aug 2018 14:24:59 +0000 (17:24 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 17 Aug 2018 14:26:17 +0000 (17:26 +0300)
commit3ee4896bef060899d4b7cb018a95935f28e4c997
treebb046cc3c9c2cad766d3de2457bd9b5f527b12a5
parent035045c981d6db02da015b445013e23a6ee55c18
filesink: Use SYNC_AFTER flag in seeking test

Otherwise it's not guaranteed that buffers are actually on disk after
pushing them, and reading the file via g_file_get_contents() might not
include them yet.
tests/check/elements/filesink.c