summaryrefslogtreecommitdiff
path: root/ext/closedcaption
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-05-02 13:20:29 -0400
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2019-12-17 18:26:35 +0000
commit80dd7b2d3d871f1cf456bda249bc90e4eeeb53b1 (patch)
tree68e0ee000fc7dbb7cce6d33812719cef8a8f65f6 /ext/closedcaption
parentf5c1c90122840396f3a34f787bd66a672be21c3b (diff)
downloadgstreamer-plugins-bad-80dd7b2d3d871f1cf456bda249bc90e4eeeb53b1.tar.gz
ccextractor: support new CEA 608 formats
Diffstat (limited to 'ext/closedcaption')
-rw-r--r--ext/closedcaption/gstccextractor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/closedcaption/gstccextractor.c b/ext/closedcaption/gstccextractor.c
index c21430770..a8757ddf6 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);