[gstreamer-bugs] [Bug 632977] qtdemux causes soup to request seeks past the end of the range

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 1 07:40:09 PDT 2010


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.26

--- Comment #8 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-11-01 14:40:04 UTC ---
Just pushed this for now:

 commit ce35fb79da5f6cdd231ebd2855b04037fb7d959a
 Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
 Date:   Sun Oct 31 19:47:25 2010 +0000

    queue2: don't send seeks beyond the end of the file upstream in pull mode

    If downstream is operating in pull mode, short-circuit any pulls beyond
    the end of the file and return FLOW_UNEXPECTED immediately instead of
    sending a seek beyond the end of the file upstream, since this might
    confuse upstream elements (and/or http servers, for example). Fixes
    playback of apple trailers in totem and youtube/html5 clips in
    WebkitGTK+.

    https://bugzilla.gnome.org/show_bug.cgi?id=632977


I guess the other patch can wait until after the release?

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