[Bug 685524] New: [regression] Accurate seek doesn't work through gobject introspection with python

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 4 14:19:56 PDT 2012


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

           Summary: [regression] Accurate seek doesn't work through
                    gobject introspection with python
    Classification: Platform
           Product: GStreamer
           Version: 1.0.0
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: nekohayo at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Grab these files:

https://raw.github.com/nekohayo/wolfgang/master/wolfgang.py
https://raw.github.com/nekohayo/wolfgang/master/wolfgang.ui
https://raw.github.com/nekohayo/wolfgang/master/samples-example.py

Rename samples-example.py to samples.py, edit it to point to some real music
files.

Edit wolfgang.py, look for "self.tune.seek_simple" and replace the seek flags
by:

Gst.SeekFlags.FLUSH | Gst.SeekFlags.ACCURATE,


...then try playing a song and seeking through it during playback. Instead of
seeking, it pauses and continues playing shortly afterwards.

This occurs on the released gstreamer 1.0 available in debian unstable and
Fedora 18, but not on an older gst uninstalled build (that is a bit over a
month old).

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