Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
gst-plugins-good
Commits
4d906b4a
Commit
4d906b4a
authored
Apr 08, 2010
by
Sebastian Dröge
Browse files
alphacolor: Improve docs a bit
parent
01076cb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
gst/alpha/gstalphacolor.c
View file @
4d906b4a
...
...
@@ -21,7 +21,14 @@
* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment