Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2023-04-07 20:13:41 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-04-22 11:55:46 +0300
commit8a72ec563ed9f7e7b79bf4cfdefc990503885657 (patch)
treeb3722b61311d47ba3965c51238072c1b880bc444 /video
parent701f53b9feb393cf63d1515ab1120b0378488b57 (diff)
tttocea608: specify raw 608 field
The element can only output field=0 raw 608 data. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1189>
Diffstat (limited to 'video')
-rw-r--r--video/closedcaption/src/tttocea608/imp.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/closedcaption/src/tttocea608/imp.rs b/video/closedcaption/src/tttocea608/imp.rs
index ac186e27..0a005525 100644
--- a/video/closedcaption/src/tttocea608/imp.rs
+++ b/video/closedcaption/src/tttocea608/imp.rs
@@ -1162,6 +1162,7 @@ impl ElementImpl for TtToCea608 {
let caps = gst::Caps::builder("closedcaption/x-cea-608")
.field("format", "raw")
.field("framerate", framerate)
+ .field("field", 0)
.build();
let src_pad_template = gst::PadTemplate::new(