[Bug 704933] New: uridecodebin only allows progressive buffering with some media types

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 26 07:04:01 PDT 2013


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

           Summary: uridecodebin only allows progressive buffering with
                    some media types
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sjoerd at luon.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=250204)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=250204)
proposed patch

uridecodebin has   a whitelist of media types it will allow for use with
download buffering, which means that progressive download strategies aren't
available for other media types, which is somewhat restrictive (e.g. ogg and
matroska video aren't allowed).

Discussion on IRC showed that the main reason for this list is that some
demuxer can potentially cause a huge amount of seeks. However this shouldn't be
necessary given that sources can indicate that seeks should be avoided if
possible, so as long as demuxer properly respect the _SEQUENTIAL gst scheduling
flag this whitelist should be unnecessary.

-- 
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