gl/format: correct return enums in gst_gl_format_from_video_info
authorScott D Phillips <scott.d.phillips@intel.com>
Tue, 14 Mar 2017 21:18:17 +0000 (14:18 -0700)
committerMatthew Waters <matthew@centricular.com>
Wed, 15 Mar 2017 03:32:14 +0000 (14:32 +1100)
commit1586357a2fa67e04f7cd9d98daf79194491a85fc
tree14bd518733ba30946359a92ca3e2f5f483b0a51d
parentae7ba6ed46ec831a8dd273d923e420525fd58899
gl/format: correct return enums in gst_gl_format_from_video_info

In commit

956c4d0 gl/format: use our own GL format enum's instead of gstvideo's

the name and return type of gst_gl_format_from_video_info changed,
but some returns of the old type were missed. Here they are
updated to the correct type.

https://bugzilla.gnome.org/show_bug.cgi?id=780064
gst-libs/gst/gl/gstglformat.c