plugins: Use explicit type conversion from enums
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 27 Oct 2016 03:55:20 +0000 (09:25 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:23 +0000 (19:32 +0000)
commit48fcf632bdc60fddf0da2c1a988436a6bf32a7da
treee60a16e6433cce19a6015f4504114f40db57504e
parent503822eb20df75207700289da728762cb63e8ed8
plugins: Use explicit type conversion from enums

MSVC warns about this because it's a C++ compiler, and this actually
results in useful things such as the incorrect 'gboolean' return value
for functions that return GstFlowReturn, so let's do explicit
conversions to reduce the noise and increase its efficacy.
ext/gl/gstglstereosplit.c