mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
ccextractor: document importance of pipeline order for this element
This commit is contained in:
parent
e81a22d741
commit
f3e7469094
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
||||||
/**
|
/**
|
||||||
* SECTION:element-ccextractor
|
* SECTION:element-ccextractor
|
||||||
* @title: ccextractor
|
* @title: ccextractor
|
||||||
|
* @short_description: Extract GstVideoCaptionMeta from input stream
|
||||||
|
*
|
||||||
|
* Note: This element must be added after a pipeline's decoder, otherwise closed captions may
|
||||||
|
* be extracted out of order.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue