gl: Mark GL memory GType functions as deprecated
authorSebastian Dröge <sebastian@centricular.com>
Mon, 21 Feb 2022 12:23:27 +0000 (14:23 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 21 Feb 2022 21:26:43 +0000 (21:26 +0000)
commita10b35c011b8291bae7b5da959f5a9d6b9a7cc0f
treec94186d77ff5287b95726940983d70ab144586b6
parentbd867aea4fff62467c63045bb8c1a578dc6dad77
gl: Mark GL memory GType functions as deprecated

They can't be used in any useful way. The type of every GstMemory is
always GST_TYPE_MEMORY and the subtyping relationship has to be
implemented on top of that via the associated allocator and mem_type
string.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1764>
12 files changed:
subprojects/gst-plugins-base/gst-libs/gst/gl/egl/gstglmemoryegl.c
subprojects/gst-plugins-base/gst-libs/gst/gl/egl/gstglmemoryegl.h
subprojects/gst-plugins-base/gst-libs/gst/gl/gstglbasememory.c
subprojects/gst-plugins-base/gst-libs/gst/gl/gstglbasememory.h
subprojects/gst-plugins-base/gst-libs/gst/gl/gstglbuffer.c
subprojects/gst-plugins-base/gst-libs/gst/gl/gstglbuffer.h
subprojects/gst-plugins-base/gst-libs/gst/gl/gstglmemory.c
subprojects/gst-plugins-base/gst-libs/gst/gl/gstglmemory.h
subprojects/gst-plugins-base/gst-libs/gst/gl/gstglmemorypbo.c
subprojects/gst-plugins-base/gst-libs/gst/gl/gstglmemorypbo.h
subprojects/gst-plugins-base/gst-libs/gst/gl/gstglrenderbuffer.c
subprojects/gst-plugins-base/gst-libs/gst/gl/gstglrenderbuffer.h