From 80dd7b2d3d871f1cf456bda249bc90e4eeeb53b1 Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Thu, 2 May 2019 13:20:29 -0400 Subject: [PATCH] ccextractor: support new CEA 608 formats --- ext/closedcaption/gstccextractor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/closedcaption/gstccextractor.c b/ext/closedcaption/gstccextractor.c index c21430770d..a8757ddf64 100644 --- a/ext/closedcaption/gstccextractor.c +++ b/ext/closedcaption/gstccextractor.c @@ -61,7 +61,7 @@ static GstStaticPadTemplate captiontemplate = GST_PAD_SRC, GST_PAD_SOMETIMES, GST_STATIC_CAPS - ("closedcaption/x-cea-608,format={ (string) raw, (string) s334-1a}; " + ("closedcaption/x-cea-608,format={ (string) raw, (string) s334-1a, (string) scte-20, (string) additional-cea-608}; " "closedcaption/x-cea-708,format={ (string) cc_data, (string) cdp }")); G_DEFINE_TYPE (GstCCExtractor, gst_cc_extractor, GST_TYPE_ELEMENT);