From 14a839aa29e0a16649ab81d739c4d8ef606b5d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Thu, 11 Jan 2018 11:29:38 +0100 Subject: msdk: change plugin's description There are not only encoders nowadays, there are decoders too and a postprocessor in the future. --- sys/msdk/gstmsdk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1