[Bug 674057] New: uridecodebin: Shouldn't treat live sources as streaming sources

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 13 07:34:43 PDT 2012


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

           Summary: uridecodebin: Shouldn't treat live sources as
                    streaming sources
    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: julian at jusst.de
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=211999)
 View: https://bugzilla.gnome.org/attachment.cgi?id=211999
 Review: https://bugzilla.gnome.org/review?bug=674057&attachment=211999

fix for is-live sources

For live sources one cannot preread unlimited amount of data. Therefore it is a
bad idea to have a queue2 element between the source and the demux element.
This patch disabled the is_stream flag for all sources that have is-live
disabled. This has to happen after the source-setup signal was emitted, for
situations where the application sets the is-live flag.

This fixes playback of http streams from a dvb->http live gateway.

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