From ebf0d94534cce5203be4cddf53dbfafd66e0d758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Wed, 27 Apr 2016 21:20:32 +0200 Subject: [PATCH] vaapipostproc: no GLTextureUpload in sinkpad As the vaapipostproc does not process frames with the VideoGLTextureUpload meta, the feature is removed from the sink pad template. https://bugzilla.gnome.org/show_bug.cgi?id=765931 --- gst/vaapi/gstvaapipostproc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst/vaapi/gstvaapipostproc.c b/gst/vaapi/gstvaapipostproc.c index 4757d8325c..87c3298bca 100644 --- a/gst/vaapi/gstvaapipostproc.c +++ b/gst/vaapi/gstvaapipostproc.c @@ -55,9 +55,6 @@ GST_DEBUG_CATEGORY_STATIC (gst_debug_vaapipostproc); static const char gst_vaapipostproc_sink_caps_str[] = GST_VAAPI_MAKE_SURFACE_CAPS ", " GST_CAPS_INTERLACED_MODES "; " -#if (USE_GLX || USE_EGL) - GST_VAAPI_MAKE_GLTEXUPLOAD_CAPS "; " -#endif GST_VIDEO_CAPS_MAKE (GST_VIDEO_FORMATS_ALL) ", " GST_CAPS_INTERLACED_MODES; /* *INDENT-ON* */