From f3e746909478d22a7a5ebf28e18d598a1a998589 Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Tue, 9 Apr 2019 11:26:28 -0400 Subject: [PATCH] ccextractor: document importance of pipeline order for this element --- ext/closedcaption/gstccextractor.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/closedcaption/gstccextractor.c b/ext/closedcaption/gstccextractor.c index d693e18d74..0dda4bd2ed 100644 --- a/ext/closedcaption/gstccextractor.c +++ b/ext/closedcaption/gstccextractor.c @@ -21,6 +21,10 @@ /** * SECTION:element-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. * */