gstgaussblur: delete unused code

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5737>
This commit is contained in:
Ruben Gonzalez 2023-11-29 20:58:51 +01:00 committed by GStreamer Marge Bot
parent 7e3f947ea1
commit 97817ef44c

View file

@ -84,12 +84,6 @@ static void gst_gaussianblur_get_property (GObject * object,
GST_DEBUG_CATEGORY_STATIC (gst_gauss_blur_debug);
#define GST_CAT_DEFAULT gst_gauss_blur_debug
#if G_BYTE_ORDER == G_LITTLE_ENDIAN
#define CAPS_STR_RGB GST_VIDEO_CAPS_MAKE ("{ BGRx, RGBx }")
#else
#define CAPS_STR_RGB GST_VIDEO_CAPS_MAKE ("{ xBGR, xRGB }")
#endif
#define CAPS_STR GST_VIDEO_CAPS_MAKE ("AYUV")
/* The capabilities of the inputs and outputs. */