Revert "Fix issue that timeline goes back to end when try to seek an arbitary positio...
authorKeonHo Kim <keonho07.kim@samsung.com>
Wed, 29 May 2013 10:43:12 +0000 (19:43 +0900)
committerGerrit Code Review <gerrit2@kim11>
Fri, 31 May 2013 04:26:11 +0000 (13:26 +0900)
It causes below issues N_SE-39425

This reverts commit b5deb532fe92c00c8e7b506bc3dfabf6f0e5383c

Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp

index 15e0b78..5616f4f 100755 (executable)
@@ -513,11 +513,8 @@ float MediaPlayerPrivateGStreamer::playbackPosition() const
         // what the Media element spec expects us to do.
         if (m_seeking)
             return m_seekTime;
-#if !ENABLE(TIZEN_GSTREAMER_VIDEO)
-        // We don't set pipeline state to NULL when end of file is reached.
         if (m_mediaDuration)
             return m_mediaDuration;
-#endif
     }
 
     float ret = 0.0f;