mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
funnel: Add some more documentation about the behaviour of funnel
This commit is contained in:
parent
a7b451cc13
commit
b6caaf4ead
1 changed files with 9 additions and 1 deletions
|
@ -26,7 +26,15 @@
|
|||
* SECTION:element-funnel
|
||||
* @short_description: N-to-1 simple funnel
|
||||
*
|
||||
* Takes packets from various input sinks into one output source
|
||||
* Takes packets from various input sinks into one output source.
|
||||
*
|
||||
* funnel always outputs a single, open ended segment from
|
||||
* 0 with in %GST_FORMAT_TIME and outputs the buffers of the
|
||||
* different sinkpads with timestamps that are set to the
|
||||
* running time for that stream. funnel does not synchronize
|
||||
* the different input streams but simply forwards all buffers
|
||||
* immediately when they arrive.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
Loading…
Reference in a new issue