mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
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:
parent
b6c26919df
commit
568c552ac0
1 changed files with 1 additions and 1 deletions
|
@ -125,5 +125,5 @@ plugin_init (GstPlugin * plugin)
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
msdk,
|
msdk,
|
||||||
"Intel Media SDK encoders",
|
"Intel Media SDK based elements",
|
||||||
plugin_init, VERSION, "BSD", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
plugin_init, VERSION, "BSD", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
|
|
Loading…
Reference in a new issue