Improve plugin details.

This commit is contained in:
gb 2010-05-10 09:32:47 +00:00 committed by Gwenole Beauchesne
parent 80e5b1ba17
commit 608d2d071b
3 changed files with 6 additions and 6 deletions

View file

@ -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 */

View file

@ -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>");

View file

@ -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 */