glupload: Make upload method static caps non-const.
authorJan Schmidt <jan@centricular.com>
Tue, 28 Apr 2015 16:20:09 +0000 (02:20 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:00 +0000 (19:32 +0000)
commit9958df5dd11e27211e9582c7af55cafcbd9afe7c
treedd49050287ad6818479e06b7e7c2ea648dc57429
parent84b61ad4d58b3bd67396559557cfe8f6d4c99e79
glupload: Make upload method static caps non-const.

Retrieving a GstStaticCaps does a one time internal
initialisation and caches it - they can't be stored as
const structures.
gst-libs/gst/gl/gstglupload.c