From 80d66dfec8e5db1438a5cb3cae623043445e1fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 18 May 2017 10:58:20 +0100 Subject: [PATCH] Fix up package name and origin in some plugins --- ext/openh264/gstopenh264plugin.c | 3 +-- ext/resindvd/plugin.c | 2 +- ext/srtp/gstsrtp.c | 2 +- ext/teletextdec/gstteletextdec.c | 2 +- ext/ttml/gstttmlplugin.c | 2 +- ext/webrtcdsp/gstwebrtcdsp.cpp | 2 +- gst/fieldanalysis/gstfieldanalysis.c | 2 +- gst/gaudieffects/gstplugin.c | 2 +- gst/pcapparse/plugin.c | 2 +- sys/acmenc/acmenc.c | 4 ++-- sys/applemedia/plugin.m | 2 +- sys/msdk/gstmsdk.c | 2 +- sys/vdpau/gstvdpau.c | 2 +- sys/winks/gstksvideosrc.c | 2 +- 14 files changed, 15 insertions(+), 16 deletions(-) diff --git a/ext/openh264/gstopenh264plugin.c b/ext/openh264/gstopenh264plugin.c index 15957d7dda..99c428ab7d 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 473ecd6e5c..15bca9db42 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 7e77404e48..b2a906e715 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 d754e972c6..c33999df7f 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 d6d0d1afd6..9137a8faf7 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 3a6a48ba9d..c92072ae2c 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 d1ef181a6c..12461cc735 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 624906780b..0bcd01148d 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 2334ae712c..3e6eb38739 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 7fed6c7f08..b2038c0eca 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 76b7f807b4..5adc96a82a 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 bb3cda3489..b3b17f360c 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 64fd4a2ff6..49207e5071 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 f957aced48..f1fc9738a4 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)