summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-01-11 11:29:38 +0100
committerSebastian Dröge <sebastian@centricular.com>2018-01-17 16:14:37 +0200
commit14a839aa29e0a16649ab81d739c4d8ef606b5d1e (patch)
treef776c3acd6491cc6ae6cf11e2dcbf5f9895d1ebd
parentdf0a2a20360a2a9112b30a346cbbd987ca207c31 (diff)
downloadgstreamer-plugins-bad-14a839aa29e0a16649ab81d739c4d8ef606b5d1e.tar.gz
msdk: change plugin's description
There are not only encoders nowadays, there are decoders too and a postprocessor in the future.
-rw-r--r--sys/msdk/gstmsdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/msdk/gstmsdk.c b/sys/msdk/gstmsdk.c
index b3b17f360..5634487cf 100644
--- a/sys/msdk/gstmsdk.c
+++ b/sys/msdk/gstmsdk.c
@@ -112,5 +112,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
msdk,
- "Intel Media SDK encoders",
+ "Intel Media SDK based elements",
plugin_init, VERSION, "BSD", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)