mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
Revert "ccextractor: support new CEA 608 formats"
This reverts commit 80dd7b2d3d
.
This commit is contained in:
parent
80dd7b2d3d
commit
fad9096647
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ static GstStaticPadTemplate captiontemplate =
|
||||||
GST_PAD_SRC,
|
GST_PAD_SRC,
|
||||||
GST_PAD_SOMETIMES,
|
GST_PAD_SOMETIMES,
|
||||||
GST_STATIC_CAPS
|
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 }"));
|
"closedcaption/x-cea-708,format={ (string) cc_data, (string) cdp }"));
|
||||||
|
|
||||||
G_DEFINE_TYPE (GstCCExtractor, gst_cc_extractor, GST_TYPE_ELEMENT);
|
G_DEFINE_TYPE (GstCCExtractor, gst_cc_extractor, GST_TYPE_ELEMENT);
|
||||||
|
|
Loading…
Reference in a new issue