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
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user