summarylogtreecommitdiffstats
path: root/opencvfilter.c.patch
blob: 7674a36d81af5b0732aa3b4ae5ff920862044dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/gst-plugins/opencvfilter/opencvfilter.c b/src/gst-plugins/opencvfilter/opencvfilter.c
index f56c0f2..1f2b2aa 100644
--- a/src/gst-plugins/opencvfilter/opencvfilter.c
+++ b/src/gst-plugins/opencvfilter/opencvfilter.c
@@ -33,6 +33,6 @@ init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    kmsopencvfilter,
+    opencvfilter,
     "Kurento generic opencv filter",
     init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "http://kurento.com/")