mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
gstgaussblur: delete unused code
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5737>
This commit is contained in:
parent
7e3f947ea1
commit
97817ef44c
1 changed files with 0 additions and 6 deletions
|
@ -84,12 +84,6 @@ static void gst_gaussianblur_get_property (GObject * object,
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_gauss_blur_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_gauss_blur_debug);
|
||||||
#define GST_CAT_DEFAULT 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")
|
#define CAPS_STR GST_VIDEO_CAPS_MAKE ("AYUV")
|
||||||
|
|
||||||
/* The capabilities of the inputs and outputs. */
|
/* The capabilities of the inputs and outputs. */
|
||||||
|
|
Loading…
Reference in a new issue