summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-05-18 10:58:20 +0100
committerSebastian Dröge <sebastian@centricular.com>2017-06-12 10:02:48 +0300
commit95122c0c2113c5a4029da4339a967feb77a734cd (patch)
tree24dde3eca436aecd73350f0eeb6a29a7bc4728fd
parent0c924efebf0d98fb1a274ddbc8faa473fb7e7fc8 (diff)
downloadgstreamer-plugins-bad-95122c0c2113c5a4029da4339a967feb77a734cd.tar.gz
Fix up package name and origin in some plugins
-rw-r--r--ext/openh264/gstopenh264plugin.c3
-rw-r--r--ext/resindvd/plugin.c2
-rw-r--r--ext/srtp/gstsrtp.c2
-rw-r--r--ext/teletextdec/gstteletextdec.c2
-rw-r--r--ext/ttml/gstttmlplugin.c2
-rw-r--r--ext/webrtcdsp/gstwebrtcdsp.cpp2
-rw-r--r--gst/fieldanalysis/gstfieldanalysis.c2
-rw-r--r--gst/gaudieffects/gstplugin.c2
-rw-r--r--gst/pcapparse/plugin.c2
-rw-r--r--sys/acmenc/acmenc.c4
-rw-r--r--sys/applemedia/plugin.m2
-rw-r--r--sys/msdk/gstmsdk.c2
-rw-r--r--sys/vdpau/gstvdpau.c2
-rw-r--r--sys/winks/gstksvideosrc.c2
14 files changed, 15 insertions, 16 deletions
diff --git a/ext/openh264/gstopenh264plugin.c b/ext/openh264/gstopenh264plugin.c
index 15957d7dd..99c428ab7 100644
--- a/ext/openh264/gstopenh264plugin.c
+++ b/ext/openh264/gstopenh264plugin.c
@@ -50,5 +50,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
openh264,
"OpenH264 encoder/decoder plugin",
- plugin_init,
- VERSION, "BSD", "OpenWebRTC GStreamer plugins", "http://www.ericsson.com")
+ plugin_init, VERSION, "BSD", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
diff --git a/ext/resindvd/plugin.c b/ext/resindvd/plugin.c
index 473ecd6e5..15bca9db4 100644
--- a/ext/resindvd/plugin.c
+++ b/ext/resindvd/plugin.c
@@ -57,4 +57,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
resindvd,
"Resin DVD playback elements",
- plugin_init, VERSION, "GPL", "GStreamer", "http://gstreamer.net/")
+ plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
diff --git a/ext/srtp/gstsrtp.c b/ext/srtp/gstsrtp.c
index 7e77404e4..b2a906e71 100644
--- a/ext/srtp/gstsrtp.c
+++ b/ext/srtp/gstsrtp.c
@@ -268,4 +268,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
srtp,
"GStreamer SRTP",
- plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
+ plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
diff --git a/ext/teletextdec/gstteletextdec.c b/ext/teletextdec/gstteletextdec.c
index d754e972c..c33999df7 100644
--- a/ext/teletextdec/gstteletextdec.c
+++ b/ext/teletextdec/gstteletextdec.c
@@ -1143,4 +1143,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
teletext,
"Teletext plugin",
- teletext_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
+ teletext_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
diff --git a/ext/ttml/gstttmlplugin.c b/ext/ttml/gstttmlplugin.c
index d6d0d1afd..9137a8faf 100644
--- a/ext/ttml/gstttmlplugin.c
+++ b/ext/ttml/gstttmlplugin.c
@@ -59,4 +59,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
ttmlsubs,
"TTML subtitle handling",
- plugin_init, VERSION, "LGPL", "gst-ttml", "http://www.bbc.co.uk/rd")
+ plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
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)
diff --git a/gst/fieldanalysis/gstfieldanalysis.c b/gst/fieldanalysis/gstfieldanalysis.c
index d1ef181a6..12461cc73 100644
--- a/gst/fieldanalysis/gstfieldanalysis.c
+++ b/gst/fieldanalysis/gstfieldanalysis.c
@@ -1850,4 +1850,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
fieldanalysis,
"Video field analysis",
- fieldanalysis_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
+ fieldanalysis_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
diff --git a/gst/gaudieffects/gstplugin.c b/gst/gaudieffects/gstplugin.c
index 624906780..0bcd01148 100644
--- a/gst/gaudieffects/gstplugin.c
+++ b/gst/gaudieffects/gstplugin.c
@@ -80,4 +80,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
gaudieffects,
"Gaudi video effects.",
- plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
+ plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
diff --git a/gst/pcapparse/plugin.c b/gst/pcapparse/plugin.c
index 2334ae712..3e6eb3873 100644
--- a/gst/pcapparse/plugin.c
+++ b/gst/pcapparse/plugin.c
@@ -41,4 +41,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
pcapparse,
"Element parsing raw pcap streams",
- plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
+ plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
diff --git a/sys/acmenc/acmenc.c b/sys/acmenc/acmenc.c
index 7fed6c7f0..b2038c0ec 100644
--- a/sys/acmenc/acmenc.c
+++ b/sys/acmenc/acmenc.c
@@ -640,5 +640,5 @@ plugin_init (GstPlugin * plugin)
}
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, acmenc,
- "ACM Encoder wrapper", plugin_init, VERSION, "LGPL", "GStreamer",
- "http://gstreamer.net/")
+ "ACM Encoder wrapper", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
+ GST_PACKAGE_ORIGIN)
diff --git a/sys/applemedia/plugin.m b/sys/applemedia/plugin.m
index 76b7f807b..5adc96a82 100644
--- a/sys/applemedia/plugin.m
+++ b/sys/applemedia/plugin.m
@@ -100,4 +100,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
applemedia,
"Elements for capture and codec access on Apple OS X and iOS",
- plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
+ plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
diff --git a/sys/msdk/gstmsdk.c b/sys/msdk/gstmsdk.c
index bb3cda348..b3b17f360 100644
--- a/sys/msdk/gstmsdk.c
+++ b/sys/msdk/gstmsdk.c
@@ -113,4 +113,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
msdk,
"Intel Media SDK encoders",
- plugin_init, VERSION, "BSD", "Oblong", "http://oblong.com/")
+ plugin_init, VERSION, "BSD", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
diff --git a/sys/vdpau/gstvdpau.c b/sys/vdpau/gstvdpau.c
index 64fd4a2ff..49207e507 100644
--- a/sys/vdpau/gstvdpau.c
+++ b/sys/vdpau/gstvdpau.c
@@ -46,4 +46,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
vdpau,
"Various elements utilizing VDPAU",
- vdpau_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
+ vdpau_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
diff --git a/sys/winks/gstksvideosrc.c b/sys/winks/gstksvideosrc.c
index f957aced4..f1fc9738a 100644
--- a/sys/winks/gstksvideosrc.c
+++ b/sys/winks/gstksvideosrc.c
@@ -1027,4 +1027,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
winks,
"Windows kernel streaming plugin",
- plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
+ plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)