[Bug 722764] rawparse: fix SEEKING query handling

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 22 09:54:24 PST 2014


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

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

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

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-11-22 17:54:22 UTC ---
Nevermind, I can think of a scenario. Pushed the patch with minor changes: if
upstream handled the query, it also set the correct range values already, so no
need for us to do that, and we might actually unset some value that upstream
set (like a stop/duration value).

 commit aa2ecf5e53837f059c79330121aa305e843dc9bb
 Author: Wonchul Lee <wonchul86.lee at lge.com>
 Date:   Fri Nov 14 10:55:14 2014 +0900

    rawparse: send SEEKING query upstream first

    Sometimes rawparse does not handle the seeking query
    properly, the rawparse should send the query upstream
    first. For example, upstream could support seeking in
    TIME format (but not in BYTE format), so the BYTE format
    seeking query that rawparse sends in push mode would
    fail.

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

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