mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
wmnc: Update description
This commit is contained in:
parent
2bc4626f73
commit
87dbb0ab9d
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ typedef struct
|
|||
static const GstElementDetails vmnc_dec_details =
|
||||
GST_ELEMENT_DETAILS ("VMnc video decoder",
|
||||
"Codec/Decoder/Video",
|
||||
"Decode VMnc to raw (RGB) video",
|
||||
"Decode VmWare video to raw (RGB) video",
|
||||
"Michael Smith <msmith@xiph.org>");
|
||||
|
||||
static GstStaticPadTemplate vmnc_dec_src_factory =
|
||||
|
@ -1142,5 +1142,5 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"vmnc",
|
||||
"VMnc video plugin library",
|
||||
"VmWare Video Codec plugins",
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
Loading…
Reference in a new issue