|
From: <ren...@us...> - 2007-09-18 20:01:15
|
Revision: 859
http://gmyth.svn.sourceforge.net/gmyth/?rev=859&view=rev
Author: renatofilho
Date: 2007-09-18 13:01:18 -0700 (Tue, 18 Sep 2007)
Log Message:
-----------
removed flat to keep aspect ration
Modified Paths:
--------------
trunk/gst-gmyth/playbinmaemo/gstplaybinmaemo.c
Modified: trunk/gst-gmyth/playbinmaemo/gstplaybinmaemo.c
===================================================================
--- trunk/gst-gmyth/playbinmaemo/gstplaybinmaemo.c 2007-09-18 17:20:50 UTC (rev 858)
+++ trunk/gst-gmyth/playbinmaemo/gstplaybinmaemo.c 2007-09-18 20:01:18 UTC (rev 859)
@@ -996,8 +996,10 @@
if ((pbm->video_sink != NULL) && (pbm->xid != -1) &&
(GST_IS_X_OVERLAY (pbm->video_sink))) {
Display *display;
+ /*
g_object_set (G_OBJECT (pbm->video_sink),
"force-aspect-ratio", TRUE, NULL);
+ */
display = XOpenDisplay(NULL);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|