Revert "Fix issue that timeline goes back to end when try to seek an arbitary positio...
[framework/web/webkit-efl.git] / 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;