mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
add some 'what's this element and what is it not' doc
Original commit message from CVS: add some 'what's this element and what is it not' doc
This commit is contained in:
parent
8a773e69fe
commit
c6b75500be
1 changed files with 12 additions and 0 deletions
|
@ -20,6 +20,18 @@
|
|||
*/
|
||||
/* Element-Checklist-Version: 5 */
|
||||
|
||||
/*
|
||||
* design decisions:
|
||||
* - audioconvert converts buffers in a set of supported caps. If it supports
|
||||
* a caps, it supports conversion from these caps to any other caps it
|
||||
* supports. (example: if it does A=>B and A=>C, it also does B=>C)
|
||||
* - audioconvert does not save state between buffers. Every incoming buffer is
|
||||
* converted and the converted buffer is pushed out.
|
||||
* conclusion:
|
||||
* audioconvert is not supposed to be a one-element-does-anything solution for
|
||||
* audio conversions.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue