Skip to content
Snippets Groups Projects
Commit ca00806a authored by Erik Walthinsen's avatar Erik Walthinsen
Browse files

set the video window size up front for NTSC, as a timesaver

Original commit message from CVS:
set the video window size up front for NTSC, as a timesaver
parent 0bf1a380
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ main (int argc,char *argv[])
draw = gst_util_get_int_arg (GTK_OBJECT (videosink), "xid"),
gtk_socket = gtk_socket_new ();
gtk_widget_set_usize(gtk_socket,720,480);
gtk_widget_show (gtk_socket);
gnome_app_set_contents(GNOME_APP(appwindow), vbox1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment