Changeset 207878 in webkit


Ignore:
Timestamp:
Oct 26, 2016 1:39:47 AM (7 years ago)
Author:
eocanha@igalia.com
Message:

[GStreamer][MSE] MediaSourceClientGStreamerMSE
https://bugs.webkit.org/show_bug.cgi?id=162896

Reviewed by Xabier Rodriguez-Calvar.

This class encapsulates the MediaSource interaction responsibility for the
GStreamer platform.

  • platform/graphics/gstreamer/mse/MediaSourceClientGStreamerMSE.cpp: Added.

(WebCore::MediaSourceClientGStreamerMSE::create):
(WebCore::MediaSourceClientGStreamerMSE::MediaSourceClientGStreamerMSE):
(WebCore::MediaSourceClientGStreamerMSE::~MediaSourceClientGStreamerMSE):
(WebCore::MediaSourceClientGStreamerMSE::addSourceBuffer):
(WebCore::MediaSourceClientGStreamerMSE::duration):
(WebCore::MediaSourceClientGStreamerMSE::durationChanged):
(WebCore::MediaSourceClientGStreamerMSE::abort):
(WebCore::MediaSourceClientGStreamerMSE::append):
(WebCore::MediaSourceClientGStreamerMSE::markEndOfStream):
(WebCore::MediaSourceClientGStreamerMSE::removedFromMediaSource):
(WebCore::MediaSourceClientGStreamerMSE::flushAndEnqueueNonDisplayingSamples):
(WebCore::MediaSourceClientGStreamerMSE::enqueueSample):
(WebCore::MediaSourceClientGStreamerMSE::webKitMediaSrc):
(WebCore::MediaSourceClientGStreamerMSE::clearPlayerPrivate):

  • platform/graphics/gstreamer/mse/MediaSourceClientGStreamerMSE.h: Added.
Location:
trunk/Source/WebCore
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r207877 r207878  
     12016-10-26  Enrique Ocaña González  <eocanha@igalia.com>
     2
     3        [GStreamer][MSE] MediaSourceClientGStreamerMSE
     4        https://bugs.webkit.org/show_bug.cgi?id=162896
     5
     6        Reviewed by Xabier Rodriguez-Calvar.
     7
     8        This class encapsulates the MediaSource interaction responsibility for the
     9        GStreamer platform.
     10
     11        * platform/graphics/gstreamer/mse/MediaSourceClientGStreamerMSE.cpp: Added.
     12        (WebCore::MediaSourceClientGStreamerMSE::create):
     13        (WebCore::MediaSourceClientGStreamerMSE::MediaSourceClientGStreamerMSE):
     14        (WebCore::MediaSourceClientGStreamerMSE::~MediaSourceClientGStreamerMSE):
     15        (WebCore::MediaSourceClientGStreamerMSE::addSourceBuffer):
     16        (WebCore::MediaSourceClientGStreamerMSE::duration):
     17        (WebCore::MediaSourceClientGStreamerMSE::durationChanged):
     18        (WebCore::MediaSourceClientGStreamerMSE::abort):
     19        (WebCore::MediaSourceClientGStreamerMSE::append):
     20        (WebCore::MediaSourceClientGStreamerMSE::markEndOfStream):
     21        (WebCore::MediaSourceClientGStreamerMSE::removedFromMediaSource):
     22        (WebCore::MediaSourceClientGStreamerMSE::flushAndEnqueueNonDisplayingSamples):
     23        (WebCore::MediaSourceClientGStreamerMSE::enqueueSample):
     24        (WebCore::MediaSourceClientGStreamerMSE::webKitMediaSrc):
     25        (WebCore::MediaSourceClientGStreamerMSE::clearPlayerPrivate):
     26        * platform/graphics/gstreamer/mse/MediaSourceClientGStreamerMSE.h: Added.
     27
    1282016-10-26  Enrique Ocaña González  <eocanha@igalia.com>
    229
Note: See TracChangeset for help on using the changeset viewer.