Improve plugin details.
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Mon, 10 May 2010 09:32:47 +0000 (09:32 +0000)
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Mon, 20 Sep 2010 10:55:44 +0000 (12:55 +0200)
gst/vaapiconvert/gstvaapiconvert.c
gst/vaapidecode/gstvaapidecode.c
gst/vaapisink/gstvaapisink.c

index 652974e..9bb52ea 100644 (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 */
index 1916656..427b463 100644 (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>");
index 25da39f..7277d5d 100644 (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 */