Skip to content

examples: gtksink: use app.quit() to exit properly

Guillaume Desmottes requested to merge gdesmott/gstreamer-rs:gtksink into master

We can't use gtk::main_quit() as the loop is handled by the GtkApplication.

Merge request reports