summaryrefslogtreecommitdiff
path: root/ext/webrtcdsp
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-05-18 10:58:20 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-05-18 10:58:20 +0100
commit80d66dfec8e5db1438a5cb3cae623043445e1fbc (patch)
tree424eb2ed8755d2d3d719cace1c06bd679d33fe94 /ext/webrtcdsp
parent2ced01cc9fdde150e6441205ec98e20fd205fb96 (diff)
downloadgstreamer-plugins-bad-80d66dfec8e5db1438a5cb3cae623043445e1fbc.tar.gz
Fix up package name and origin in some plugins
Diffstat (limited to 'ext/webrtcdsp')
-rw-r--r--ext/webrtcdsp/gstwebrtcdsp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webrtcdsp/gstwebrtcdsp.cpp b/ext/webrtcdsp/gstwebrtcdsp.cpp
index 3a6a48ba9..c92072ae2 100644
--- a/ext/webrtcdsp/gstwebrtcdsp.cpp
+++ b/ext/webrtcdsp/gstwebrtcdsp.cpp
@@ -1058,4 +1058,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
webrtcdsp,
"Voice pre-processing using WebRTC Audio Processing Library",
- plugin_init, VERSION, "LGPL", "WebRTCDsp", "http://git.collabora.com")
+ plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)