set rotation value when using X_EXT surface type
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 22 Feb 2013 05:52:59 +0000 (14:52 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 22 Feb 2013 05:52:59 +0000 (14:52 +0900)
Change-Id: Ib46c9c2a272cef5c1c494539a39227185f4d1370

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

index 5c412b7..6f11da3 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-player
 Summary:    Multimedia Framework Player Library
-Version:    0.2.13
+Version:    0.2.14
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index 1e7ad73..c29b706 100644 (file)
@@ -2905,6 +2905,7 @@ _mmplayer_update_video_param(mm_player_t* player) // @
                                "display-geometry-method", display_method,
                                "draw-borders", FALSE,
                                "visible", visible,
+                               "rotate", rotation_value,
                                "pixmap-id-callback", pixmap_id_cb,
                                "pixmap-id-callback-userdata", pixmap_id_cb_user_data,
                                NULL );