summarylogtreecommitdiffstats
path: root/facedetector.c.patch
diff options
context:
space:
mode:
authorOliver Mangold2020-04-22 16:03:48 +0200
committerOliver Mangold2020-04-22 16:03:48 +0200
commit188f6f6b0a53679eda8dee416af9c29cb72e70d8 (patch)
treeebb4179777fdbf0137426f3813261fa395580655 /facedetector.c.patch
parent7b1b5333027b6ca27e19f71aab8b0e6226fec0bd (diff)
downloadaur-188f6f6b0a53679eda8dee416af9c29cb72e70d8.tar.gz
- recreate from scratch
- update to version 6.13.0
Diffstat (limited to 'facedetector.c.patch')
-rw-r--r--facedetector.c.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/facedetector.c.patch b/facedetector.c.patch
new file mode 100644
index 000000000000..fca707a0f9f9
--- /dev/null
+++ b/facedetector.c.patch
@@ -0,0 +1,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/")