video-scaler: Fix compiler warning
authorSebastian Dröge <sebastian@centricular.com>
Mon, 3 Nov 2014 07:12:44 +0000 (08:12 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 3 Nov 2014 07:12:44 +0000 (08:12 +0100)
commitb4ee10f61635dba2db22ffe522608330495affff
tree1d566c3cc2e12976faa868d468ff67689013d05a
parent7ca8e6e71dc43732ecbdb13d52336151f78086ae
video-scaler: Fix compiler warning

video-scaler.c:151:58: error: implicit conversion from enumeration type
      'GstVideoScalerFlags' to different enumeration type
      'GstVideoResamplerFlags' [-Werror,-Wenum-conversion]
    gst_video_resampler_init (&scale->resampler, method, flags, out_size,
    ~~~~~~~~~~~~~~~~~~~~~~~~                             ^~~~~
gst-libs/gst/video/video-scaler.c