set the video window size up front for NTSC, as a timesaver BRANCH-INCSCHED1-200104251-ROOT
authorErik Walthinsen <omega@temple-baptist.org>
Thu, 26 Apr 2001 00:20:29 +0000 (00:20 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Thu, 26 Apr 2001 00:20:29 +0000 (00:20 +0000)
Original commit message from CVS:
set the video window size up front for NTSC, as a timesaver

test/dvshow.c

index b884c35..0e3d2f7 100644 (file)
@@ -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);