summarylogtreecommitdiffstats
path: root/facedetector.c.patch
blob: fca707a0f9f9522e9085b1d2f7c45df7ea0f96b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/gst-plugins/facedetector/facedetector.c b/src/gst-plugins/facedetector/facedetector.c
index 0cab5aa..1e70554 100644
--- a/src/gst-plugins/facedetector/facedetector.c
+++ b/src/gst-plugins/facedetector/facedetector.c
@@ -30,6 +30,6 @@ init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    kmsfacedetector,
+    facedetector,
     "Kurento facedetector filter",
     init, VERSION, GST_LICENSE_UNKNOWN, "Kurento", "http://kurento.com/")