mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 19:18:31 +00:00
alphacolor: Improve docs a bit
This commit is contained in:
parent
01076cb41f
commit
4d906b4a0a
1 changed files with 8 additions and 1 deletions
|
@ -21,7 +21,14 @@
|
||||||
* SECTION:element-alphacolor
|
* SECTION:element-alphacolor
|
||||||
*
|
*
|
||||||
* The alphacolor element does memory-efficient (in-place) colourspace
|
* 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
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
Loading…
Reference in a new issue