mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 15:04:46 +00:00
applemedia/videocache: remove unimplemented/used upload function
This commit is contained in:
parent
cd28c77413
commit
52cd9846eb
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ GstVideoTextureCache *gst_video_texture_cache_new (GstGLContext * ctx);
|
||||||
void gst_video_texture_cache_free (GstVideoTextureCache * cache);
|
void gst_video_texture_cache_free (GstVideoTextureCache * cache);
|
||||||
void gst_video_texture_cache_set_format (GstVideoTextureCache * cache,
|
void gst_video_texture_cache_set_format (GstVideoTextureCache * cache,
|
||||||
GstVideoFormat in_format, GstCaps * out_caps);
|
GstVideoFormat in_format, GstCaps * out_caps);
|
||||||
gboolean gst_video_texture_cache_upload (GstVideoGLTextureUploadMeta * meta, guint texture_id[4]);
|
|
||||||
GstMemory *gst_video_texture_cache_create_memory (GstVideoTextureCache * cache,
|
GstMemory *gst_video_texture_cache_create_memory (GstVideoTextureCache * cache,
|
||||||
GstAppleCoreVideoPixelBuffer *gpixbuf, guint plane, gsize size);
|
GstAppleCoreVideoPixelBuffer *gpixbuf, guint plane, gsize size);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue