summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapivideometa.h
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2015-03-19 21:20:26 +0100
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-11-24 18:32:34 +0100
commit267422dde51e1c332b77d8b0a89255305485aec3 (patch)
treea5104a29109c7ecaf0556771adfc6e76a7650873 /gst/vaapi/gstvaapivideometa.h
parent3fccc8327887133cd85077f58eae49cd6b622108 (diff)
remove the video converter from vaapi buffer meta
Since all the video converter were deprecated in gstreamer-1.2, we don't need to handle them anymore in the vaapi's buffer meta. This patch removes its usage and the buffer meta's API for that. https://bugzilla.gnome.org/show_bug.cgi?id=745728
Diffstat (limited to 'gst/vaapi/gstvaapivideometa.h')
-rw-r--r--gst/vaapi/gstvaapivideometa.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gst/vaapi/gstvaapivideometa.h b/gst/vaapi/gstvaapivideometa.h
index 62f4322e..c88abfd4 100644
--- a/gst/vaapi/gstvaapivideometa.h
+++ b/gst/vaapi/gstvaapivideometa.h
@@ -107,15 +107,6 @@ gst_vaapi_video_meta_set_surface_proxy (GstVaapiVideoMeta * meta,
GstVaapiSurfaceProxy * proxy);
G_GNUC_INTERNAL
-GFunc
-gst_vaapi_video_meta_get_surface_converter (GstVaapiVideoMeta * meta);
-
-G_GNUC_INTERNAL
-void
-gst_vaapi_video_meta_set_surface_converter (GstVaapiVideoMeta * meta,
- GFunc func);
-
-G_GNUC_INTERNAL
guint
gst_vaapi_video_meta_get_render_flags (GstVaapiVideoMeta * meta);