aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'src/gstdsp66videokernel.c')
-rw-r--r--src/gstdsp66videokernel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gstdsp66videokernel.c b/src/gstdsp66videokernel.c
index 48c7764..8174710 100644
--- a/src/gstdsp66videokernel.c
+++ b/src/gstdsp66videokernel.c
@@ -68,6 +68,7 @@ static const GEnumValue dsp66_video_kerneltype[] = {
68 {GST_DSP66_VIDEO_KERNELTYPE_MEDIAN, "Kernel median", "0"}, 68 {GST_DSP66_VIDEO_KERNELTYPE_MEDIAN, "Kernel median", "0"},
69 {GST_DSP66_VIDEO_KERNELTYPE_SOBEL, "Kernel sobel", "1"}, 69 {GST_DSP66_VIDEO_KERNELTYPE_SOBEL, "Kernel sobel", "1"},
70 {GST_DSP66_VIDEO_KERNELTYPE_CONV, "Kernel conv", "2"}, 70 {GST_DSP66_VIDEO_KERNELTYPE_CONV, "Kernel conv", "2"},
71 {GST_DSP66_VIDEO_KERNELTYPE_CANNY, "Kernel canny", "3"},
71 {0, NULL, NULL}, 72 {0, NULL, NULL},
72}; 73};
73 74