mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
mxf-example: always show gtk window
Show gtk window even when there are no tags, to always have visual feedback about the pipeline running.
This commit is contained in:
parent
d240c98225
commit
40b5f02dc6
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ main (int argc, char **argv)
|
||||||
|
|
||||||
gtk_container_add (GTK_CONTAINER (scrolled_window), treeview);
|
gtk_container_add (GTK_CONTAINER (scrolled_window), treeview);
|
||||||
gtk_container_add (GTK_CONTAINER (window), scrolled_window);
|
gtk_container_add (GTK_CONTAINER (window), scrolled_window);
|
||||||
|
gtk_widget_show_all (window);
|
||||||
|
|
||||||
gst_element_set_state (pipeline, GST_STATE_PLAYING);
|
gst_element_set_state (pipeline, GST_STATE_PLAYING);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue