basic-tutorial-5: Stop using deprecated GTK API

Disabling double buffering is deprecated since quite a while.
This commit is contained in:
Sebastian Dröge 2019-02-07 10:26:37 +02:00
parent de978bd115
commit b4ad105c1d

View file

@ -196,7 +196,6 @@ mod tutorial5 {
controls.pack_start(&slider, true, true, 2);
let video_window = DrawingArea::new();
video_window.set_double_buffered(false);
let video_overlay = playbin
.clone()