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:
Luis de Bethencourt 2015-02-21 18:47:29 +00:00
parent d240c98225
commit 40b5f02dc6

View file

@ -225,6 +225,7 @@ main (int argc, char **argv)
gtk_container_add (GTK_CONTAINER (scrolled_window), treeview);
gtk_container_add (GTK_CONTAINER (window), scrolled_window);
gtk_widget_show_all (window);
gst_element_set_state (pipeline, GST_STATE_PLAYING);