mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
Improve plugin details.
This commit is contained in:
parent
80e5b1ba17
commit
608d2d071b
3 changed files with 6 additions and 6 deletions
|
@ -41,9 +41,9 @@ GST_DEBUG_CATEGORY_STATIC(gst_debug_vaapiconvert);
|
|||
/* ElementFactory information */
|
||||
static const GstElementDetails gst_vaapiconvert_details =
|
||||
GST_ELEMENT_DETAILS(
|
||||
"Video convert",
|
||||
"Convert/Video",
|
||||
"A VA-API based videoconvert",
|
||||
"VA-API colorspace converter",
|
||||
"Filter/Converter/Video",
|
||||
GST_PLUGIN_DESC,
|
||||
"Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>");
|
||||
|
||||
/* Default templates */
|
||||
|
|
|
@ -41,7 +41,7 @@ GST_DEBUG_CATEGORY_STATIC(gst_debug_vaapidecode);
|
|||
/* ElementFactory information */
|
||||
static const GstElementDetails gst_vaapidecode_details =
|
||||
GST_ELEMENT_DETAILS(
|
||||
"Video decode",
|
||||
"VA-API decoder",
|
||||
"Codec/Decoder/Video",
|
||||
GST_PLUGIN_DESC,
|
||||
"Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>");
|
||||
|
|
|
@ -49,9 +49,9 @@ GST_DEBUG_CATEGORY_STATIC(gst_debug_vaapisink);
|
|||
/* ElementFactory information */
|
||||
static const GstElementDetails gst_vaapisink_details =
|
||||
GST_ELEMENT_DETAILS(
|
||||
"Video sink",
|
||||
"VA-API sink",
|
||||
"Sink/Video",
|
||||
"A VA-API based videosink",
|
||||
GST_PLUGIN_DESC,
|
||||
"Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>");
|
||||
|
||||
/* Default template */
|
||||
|
|
Loading…
Reference in a new issue