msdk: change plugin's description

There are not only encoders nowadays, there are decoders too and a
postprocessor in the future.
This commit is contained in:
Víctor Manuel Jáquez Leal 2018-01-11 11:29:38 +01:00
parent b6c26919df
commit 568c552ac0

View file

@ -125,5 +125,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)