summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorHaihao Xiang <haihao.xiang@intel.com>2019-03-14 16:37:13 +0800
committerTim-Philipp Müller <tim@centricular.com>2019-03-17 18:15:46 +0000
commit2e3022c5530492588073899a75d1bbbb452e55a9 (patch)
treee845abddc13e7ce541b50902b68b8d7651ccaf29 /sys
parenta2779ef36607c3f28e6903b5ed509e3db431b59b (diff)
downloadgstreamer-plugins-bad-2e3022c5530492588073899a75d1bbbb452e55a9.tar.gz
msdk: relicense the plugin to LGPL
Some files licensed under LGPL were included, so relicense the plugin from BSD to LPGL. In addition, this patch removes the README per the discussion in https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/853 Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/853
Diffstat (limited to 'sys')
-rw-r--r--sys/msdk/README34
-rw-r--r--sys/msdk/gstmsdk.c2
2 files changed, 1 insertions, 35 deletions
diff --git a/sys/msdk/README b/sys/msdk/README
deleted file mode 100644
index 75fa83271..000000000
--- a/sys/msdk/README
+++ /dev/null
@@ -1,34 +0,0 @@
-
-# gst-msdk
-
-gst-msdk is a plugin for
-[Intel Media SDK](https://software.intel.com/en-us/media-sdk), a
-cross-platform API for developing media applications. The plugin has
-multiple elements for video hardware encoding leveraging latest Intel
-processors through Intel Media SDK.
-
-- MPEG2 encoding (*msdkmpeg2enc*)
-
-- H.264 encoding (*msdkh264enc*)
-
-- H.265 encoding (*msdkh265enc*)
-
-- VP8 encoding (*msdkvp8enc*)
-
-
-It requires:
-
-- Intel Media SDK
-
-
-# Giving it a try
-
-Encoding a simple video test source and saving it to a file.
-
- $ gst-launch-1.0 videotestsrc ! msdkh264enc ! filesink location=test.h264
-
-
-# License
-
-gst-mdk is freely available for download under the terms of the
-[BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html).
diff --git a/sys/msdk/gstmsdk.c b/sys/msdk/gstmsdk.c
index 15e241343..1047ebbd6 100644
--- a/sys/msdk/gstmsdk.c
+++ b/sys/msdk/gstmsdk.c
@@ -149,4 +149,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
msdk,
"Intel Media SDK based elements",
- plugin_init, VERSION, "BSD", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
+ plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)