Changeset 207876 in webkit


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

[GStreamer] GStreamer Media Description
https://bugs.webkit.org/show_bug.cgi?id=162893

Reviewed by Xabier Rodriguez-Calvar.

Implement the MediaDescription interface for the GStreamer platform.

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

(WebCore::GStreamerMediaDescription::codec):
(WebCore::GStreamerMediaDescription::isVideo):
(WebCore::GStreamerMediaDescription::isAudio):
(WebCore::GStreamerMediaDescription::isText):

  • platform/graphics/gstreamer/mse/GStreamerMediaDescription.h: Added.

(WebCore::GStreamerMediaDescription::create):
(WebCore::GStreamerMediaDescription::~GStreamerMediaDescription):
(WebCore::GStreamerMediaDescription::GStreamerMediaDescription):

Location:
trunk/Source/WebCore
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r207875 r207876  
     12016-10-26  Enrique Ocaña González  <eocanha@igalia.com>
     2
     3        [GStreamer] GStreamer Media Description
     4        https://bugs.webkit.org/show_bug.cgi?id=162893
     5
     6        Reviewed by Xabier Rodriguez-Calvar.
     7
     8        Implement the MediaDescription interface for the GStreamer platform.
     9
     10        * platform/graphics/gstreamer/mse/GStreamerMediaDescription.cpp: Added.
     11        (WebCore::GStreamerMediaDescription::codec):
     12        (WebCore::GStreamerMediaDescription::isVideo):
     13        (WebCore::GStreamerMediaDescription::isAudio):
     14        (WebCore::GStreamerMediaDescription::isText):
     15        * platform/graphics/gstreamer/mse/GStreamerMediaDescription.h: Added.
     16        (WebCore::GStreamerMediaDescription::create):
     17        (WebCore::GStreamerMediaDescription::~GStreamerMediaDescription):
     18        (WebCore::GStreamerMediaDescription::GStreamerMediaDescription):
     19
    1202016-10-26  Enrique Ocaña González  <eocanha@igalia.com>
    221
Note: See TracChangeset for help on using the changeset viewer.