From a2f7a3e4030fd7a49135c8f285ce299b467223ca Mon Sep 17 00:00:00 2001 From: Piotr Grad Date: Mon, 14 Apr 2014 22:11:54 +0200 Subject: [PATCH] Implement new GST player functionalities - seek, setRate, paused, pause, play, didLoadingProgress, networkState, readyState - Got rid off static g_player variable. - Added async message handler for gstreamer. - Removed not used variables/methods. - Removed loading ffmpeg libraries. - Added startTime attribute for HTMLMediaElement. - Added handling of url's with passed parameters (url+"?param"). Change-Id: Iddb87927559029757cc4cfa51d86158ee0fff929 Conflicts: src/third_party/WebKit/Source/core/html/HTMLMediaElement.h src/third_party/WebKit/Source/core/html/HTMLMediaElement.idl --- tizen_src/impl/chromium-efl.gypi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tizen_src/impl/chromium-efl.gypi b/tizen_src/impl/chromium-efl.gypi index c4acb19..085a2ee 100644 --- a/tizen_src/impl/chromium-efl.gypi +++ b/tizen_src/impl/chromium-efl.gypi @@ -30,6 +30,7 @@ '