projects
/
platform
/
core
/
multimedia
/
libmm-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68ff904
)
remove non-existent property of waylandsink
98/71398/2
author
Hyunil
<hyunil46.park@samsung.com>
Wed, 25 May 2016 08:04:59 +0000
(17:04 +0900)
committer
Hyunil Park
<hyunil46.park@samsung.com>
Thu, 26 May 2016 04:56:06 +0000
(21:56 -0700)
Next property is failed if non-existent property is failed.
Change-Id: Idc8f3ab576aa52014538054144d26bad369b43e6
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/mm_player_priv.c
patch
|
blob
|
history
diff --git
a/src/mm_player_priv.c
b/src/mm_player_priv.c
index 2e7ec2c0948fe32bdbba45d910cbbbffdf5ac888..1e8f4b52e0890523c94b9d75535cc99963e5148f 100644
(file)
--- a/
src/mm_player_priv.c
+++ b/
src/mm_player_priv.c
@@
-4261,7
+4261,6
@@
_mmplayer_update_video_param(mm_player_t* player) // @
g_object_set(player->pipeline->videobin[MMPLAYER_V_SINK].gst,
"rotate", rotation_value,
"display-geometry-method", display_method,
- "display-mode", DEFAULT_DISPLAY_MODE,
"visible", visible,
NULL );
}