From: Olivier CrĂȘte Date: Tue, 17 Dec 2019 21:43:54 +0000 (-0500) Subject: Revert "ccextractor: support new CEA 608 formats" X-Git-Tag: 1.19.3~507^2~2539 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fad9096647d79f21ba66e672551d7e7f0c37f97a;p=platform%2Fupstream%2Fgstreamer.git Revert "ccextractor: support new CEA 608 formats" This reverts commit 80dd7b2d3d871f1cf456bda249bc90e4eeeb53b1. --- diff --git a/ext/closedcaption/gstccextractor.c b/ext/closedcaption/gstccextractor.c index a8757dd..c214307 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, (string) scte-20, (string) additional-cea-608}; " + ("closedcaption/x-cea-608,format={ (string) raw, (string) s334-1a}; " "closedcaption/x-cea-708,format={ (string) cc_data, (string) cdp }")); G_DEFINE_TYPE (GstCCExtractor, gst_cc_extractor, GST_TYPE_ELEMENT);