Fix the issue that audio is not played after resuming.
authoreojin.ham <eojin.ham@samsung.com>
Tue, 16 Jul 2013 11:40:15 +0000 (20:40 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 17 Jul 2013 14:49:06 +0000 (14:49 +0000)
commit00999621743928894cc34d330270ee6e500186b2
treef934a6aeb7718460020a9ab0cab0e613f0d83bff
parent003c038b97ea8dc8337cc347554e08b6501ebf1f
Fix the issue that audio is not played after resuming.

[Title] Fix the issue that audio is not played after resuming.
[Problem] N_SE_46100
          After 'DeviceMotionCapture' app is resumed, sound effect is not played.
[Cause] Seeking to end position when resuming.
[Solution] Fix not to seek end of position when the media already reach end of file.

Change-Id: I9b7741f0bcfce7e31351ef11602bfb7f16757aa7
Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp