funnel: fix documentation

funnel no longer sends its own segment since:

bbb26f8756

Update the documentation to reflect that
This commit is contained in:
Mathieu Duponchelle 2019-08-06 15:28:58 +02:00 committed by Mathieu Duponchelle
parent 8841c3a22f
commit 3f93290151

View file

@ -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