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)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:27 +0000 (19:32 +0000)
commit8d3d6d359581640be3ec5f9740ae10df1f46b161
tree9af7a4707c8e76f768b4d6315baaa87f6437ddf2
parent6b6a8a46b5fe240fe4cd066dbcba4e2620f55695
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