mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
funnel: fix documentation
funnel no longer sends its own segment since:
bbb26f8756
Update the documentation to reflect that
This commit is contained in:
parent
8841c3a22f
commit
3f93290151
1 changed files with 3 additions and 7 deletions
|
@ -28,13 +28,9 @@
|
|||
*
|
||||
* 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.
|
||||
*
|
||||
* #GstFunnel will forward sticky events from its first active sink pad
|
||||
* and, if #GstFunnel:forward-sticky-events is set to true, it will
|
||||
* forward sticky events each time a pad becomes active.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
Loading…
Reference in a new issue