mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-03 13:58:42 +00:00
basic-tutorial-5: Stop using deprecated GTK API
Disabling double buffering is deprecated since quite a while.
This commit is contained in:
parent
de978bd115
commit
b4ad105c1d
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ mod tutorial5 {
|
||||||
controls.pack_start(&slider, true, true, 2);
|
controls.pack_start(&slider, true, true, 2);
|
||||||
|
|
||||||
let video_window = DrawingArea::new();
|
let video_window = DrawingArea::new();
|
||||||
video_window.set_double_buffered(false);
|
|
||||||
|
|
||||||
let video_overlay = playbin
|
let video_overlay = playbin
|
||||||
.clone()
|
.clone()
|
||||||
|
|
Loading…
Reference in a new issue