[Bug 668093] New: baseadativesink: Add new base class for adaptive sinks

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 17 06:06:48 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=668093
  GStreamer | gst-plugins-bad | git

           Summary: baseadativesink: Add new base class for adaptive sinks
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ylatuya at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


GstBaseAdaptiveSink is a new base class for sink elements in GStreamer that
needs to fragment incoming streams and provide a media representation in the
form of manifest or playlist for adaptive streaming formats such as DASH,
HLS or Smooth Streaming.

This base class use the GstForceKeyUnit events to fragment the incoming data
and update the media representation. Subclasses must implement a
GstMediaManager that renders the media representation based on the added
fragments.

The work is beeing done in the following branch:
https://github.com/ylatuya/gst-plugins-bad/tree/base_fragmented

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


More information about the gstreamer-bugs mailing list