alphacolor: Improve docs a bit
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 8 Apr 2010 10:56:30 +0000 (12:56 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 8 Apr 2010 10:56:30 +0000 (12:56 +0200)
gst/alpha/gstalphacolor.c

index 15e0f8f..156ce04 100644 (file)
  * SECTION:element-alphacolor
  *
  * The alphacolor element does memory-efficient (in-place) colourspace
- * conversion from RGBA to AYUV, preserving the alpha channel.
+ * conversion from RGBA to AYUV or AYUV to RGBA while preserving the
+ * alpha channel.
+ *
+ * Sample pipeline:
+ * |[
+ * gst-launch videotestsrc ! "video/x-raw-yuv,format=(fourcc)AYUV" ! \
+ *   alphacolor ! "video/x-raw-rgb" ! ffmpegcolorspace ! autovideosink
+ * ]|
  */
 
 #ifdef HAVE_CONFIG_H