mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-18 08:06:31 +00:00
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:
parent
9787b187de
commit
144a0e431c
2 changed files with 5 additions and 5 deletions
|
@ -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)),
|
||||||
|
|
|
@ -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)),
|
||||||
|
|
Loading…
Reference in a new issue