cea708overlay: produce a slightly more CEA-608 layout

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1942>
This commit is contained in:
Matthew Waters 2024-12-04 21:44:40 +11:00 committed by GStreamer Marge Bot
parent 9787b187de
commit 144a0e431c
2 changed files with 5 additions and 5 deletions

View file

@ -178,7 +178,7 @@ impl Cea708ServiceWriter {
true, true,
true, true,
false, false,
1, 2,
1, 1,
); );
gst::trace!(CAT, "active window {:?}", self.active_window); gst::trace!(CAT, "active window {:?}", self.active_window);
@ -227,7 +227,7 @@ impl Cea708ServiceWriter {
true, true,
true, true,
true, true,
1, 2,
1, 1,
)), )),
]) ])
@ -254,7 +254,7 @@ impl Cea708ServiceWriter {
true, true,
true, true,
true, true,
1, 2,
1, 1,
)), )),
Code::SetPenLocation(SetPenLocationArgs::new(rollup_count - 1, 0)), Code::SetPenLocation(SetPenLocationArgs::new(rollup_count - 1, 0)),

View file

@ -125,7 +125,7 @@ fn test_rollup() {
true, true,
true, true,
true, true,
1, 2,
1, 1,
)), )),
Code::SetPenLocation(SetPenLocationArgs::new(2, 0)), Code::SetPenLocation(SetPenLocationArgs::new(2, 0)),
@ -154,7 +154,7 @@ fn test_rollup() {
true, true,
true, true,
true, true,
1, 2,
1, 1,
)), )),
Code::SetPenLocation(SetPenLocationArgs::new(2, 0)), Code::SetPenLocation(SetPenLocationArgs::new(2, 0)),