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

gitlab.freedesktop.org/gstreamer/gst-plugins-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
committerMatthew Waters <matthew@centricular.com>2023-04-11 02:26:24 +0300
commit355f9259549ce5377d8c1817af213afaab25ce5b (patch)
tree7df3dad6e9f878400ae695e21c3dd0e0b4b5c39a /video
parentf366c2086996b8afb906120d35c92c4b2f6af40d (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/1166>
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 907ef29ff..9e85ca5eb 100644
--- a/video/closedcaption/src/tttocea608/imp.rs
+++ b/video/closedcaption/src/tttocea608/imp.rs
@@ -1163,6 +1163,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(