[longomatch] Let the application handle the aspect ratio



commit e4ce867d9dbfc70aaebdc007a974ac0529d4f6db
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Jan 9 16:14:31 2015 +0100

    Let the application handle the aspect ratio

 libcesarplayer/gst-camera-capturer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcesarplayer/gst-camera-capturer.c b/libcesarplayer/gst-camera-capturer.c
index 78d22f3..a5fd0b1 100644
--- a/libcesarplayer/gst-camera-capturer.c
+++ b/libcesarplayer/gst-camera-capturer.c
@@ -1370,7 +1370,7 @@ gcc_element_msg_sync (GstBus * bus, GstMessage * msg, gpointer data)
     g_return_if_fail (gcc->priv->xoverlay != NULL);
     g_return_if_fail (gcc->priv->window_handle != 0);
 
-    g_object_set (GST_ELEMENT (gcc->priv->xoverlay), "force-aspect-ratio", TRUE,
+    g_object_set (GST_ELEMENT (gcc->priv->xoverlay), "force-aspect-ratio", FALSE,
         NULL);
     lgm_set_window_handle (gcc->priv->xoverlay, gcc->priv->window_handle);
   }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]