Consider evaspixmapsink case to calculate rotation value tizen_2.2 2.2.1_release submit/tizen_2.2/20131107.060839
authorSangchul Lee <sc11.lee@samsung.com>
Mon, 4 Nov 2013 16:05:46 +0000 (01:05 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 4 Nov 2013 16:09:49 +0000 (01:09 +0900)
Change-Id: I8b08551f17c62d6d1e1ffff9c317f00f08e82148

packaging/libmm-player.spec
src/mm_player_priv.c

index 68fc5fd..ff00e90 100644 (file)
@@ -1,7 +1,7 @@
 Name:       libmm-player
 Summary:    Multimedia Framework Player Library
-Version:    0.2.26
-Release:    2
+Version:    0.2.27
+Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
 URL:        http://source.tizen.org
index cc8c1c9..7e6c9fa 100755 (executable)
@@ -2570,6 +2570,10 @@ __mmplayer_get_property_value_for_rotation(mm_player_t* player, int rotation_ang
                                {
                                        rotation_using_type = ROTATION_USING_FLIP;
                                }
+                               else if (!strcmp(PLAYER_INI()->videosink_element_evas,"evaspixmapsink"))
+                               {
+                                       rotation_using_type = ROTATION_USING_X;
+                               }
                                else
                                {
                                        debug_error("it should not be here..");