mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-03 23:14:48 +00:00
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
This commit is contained in:
parent
0bf1a380cc
commit
ca00806a01
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue