Implement new GST player functionalities
authorPiotr Grad <p.grad@samsung.com>
Mon, 14 Apr 2014 20:11:54 +0000 (22:11 +0200)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
-    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

index c4acb19..085a2ee 100644 (file)
@@ -30,6 +30,7 @@
       '<!@(<(pkg-config) --cflags gstreamer-0.10)',
       '<!@(<(pkg-config) --cflags gstreamer-base-0.10)',
       '<!@(<(pkg-config) --cflags gstreamer-app-0.10)',
+      '<!@(<(pkg-config) --cflags gstreamer-pbutils-0.10)',
     ],
     'link_settings': {
       'ldflags': [
@@ -44,6 +45,7 @@
         '<!@(<(pkg-config) --libs-only-L --libs-only-other gstreamer-0.10)',
         '<!@(<(pkg-config) --libs-only-L --libs-only-other gstreamer-base-0.10)',
         '<!@(<(pkg-config) --libs-only-L --libs-only-other gstreamer-app-0.10)',
+        '<!@(<(pkg-config) --libs-only-L --libs-only-other gstreamer-pbutils-0.10)',
       ],
       'libraries': [
         '<!@(<(pkg-config) --libs-only-l ecore)',
@@ -57,6 +59,7 @@
         '<!@(<(pkg-config) --libs-only-l gstreamer-0.10)',
         '<!@(<(pkg-config) --libs-only-l gstreamer-base-0.10)',
         '<!@(<(pkg-config) --libs-only-l gstreamer-app-0.10)',
+        '<!@(<(pkg-config) --libs-only-l gstreamer-pbutils-0.10)',
       ],
     },
     # use_aura is enabled but clipboard_efl.cc implements clipboard.