[evaspixmapsink] Fixed prevent issue - Uninitialized scalar variable tizen_2.1 accepted/tizen_2.1/20130520.093053 submit/tizen_2.1/20130516.042232
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 14 May 2013 02:05:41 +0000 (11:05 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 14 May 2013 02:06:14 +0000 (11:06 +0900)
Change-Id: I5cdea1c12175f0a86561331ff8250fa663979299

evaspixmapsink/evaspixmapsink.c
packaging/gst-plugins-ext0.10.spec

index c74bfdb..d207e46 100644 (file)
@@ -2740,6 +2740,8 @@ gst_evaspixmapsink_navigation_send_event (GstNavigation *navigation, GstStructur
       return;
     }
 
+    memcpy (&result, &evaspixmapsink->render_rect, sizeof (GstVideoRectangle));
+
     g_mutex_unlock (evaspixmapsink->flow_lock);
 
     /* We calculate scaling using the original video frames geometry to include
index cbc4a71..f5e1fcb 100644 (file)
@@ -1,7 +1,7 @@
 Name:       gst-plugins-ext0.10
-Version:    0.3.1
+Version:    0.3.2
 Summary:    GStreamer extra plugins (common)
-Release:    2
+Release:    0
 Group:      libs
 License:    LGPLv2+
 Source0:    %{name}-%{version}.tar.gz