[Webkit-unassigned] [Bug 99065] [GStreamer] Add support for Media Source API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 16 06:47:14 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=99065





--- Comment #28 from Stephane Jadaud <sjadaud at sii.fr>  2013-09-16 06:46:20 PST ---
The new delivery takes into account the various comments.

Regarding the comment:
> Source/WebCore/platform/graphics/gstreamer/MediaSourceGStreamer.cpp:56
> +MediaSourceGStreamer::AddStatus MediaSourceGStreamer::addSourceBuffer(const String& type, const CodecsArray& codecsArray, OwnPtr<SourceBufferPrivate>* sourceBufferPrivate)
Wow, an OwnPtr<>* ? First time I see that.

I have taken what is already done in the source code file "MediaSourcePrivateImpl.cpp" in Chromium

As said earlier, I deliver a solution with a bin including 2 appsrc. However, this solution works with a test application but returns systematically "streaming task paused, reason not-linked (-1)" in webkit.

As a consequence i have deactivated audio in this delivery (AUDIO_APPSRC not set)
Does someone have a solution to progress
For your information, I realized my tests with gstreamer-1.0.6 on the website http://dashif.org/reference/players/javascript/0.2.5/index.html

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list