[gstreamer-bugs] [Bug 555260] New: multifilesrc won't seek

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Oct 6 09:33:53 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=555260

  GStreamer | gst-plugins-good | Ver: 0.10.18
           Summary: multifilesrc won't seek
           Product: GStreamer
           Version: 0.10.18
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: xxopxe at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.21/2.22
   GNOME milestone: Unspecified


I build a pipeline like this:

multifilesrc ! jpegdec ! ffmpegcolorspace !videosink

(where multifilesrc has a "image/jpeg,framerate=15/1" cap for correct playing)

I can make it play/pause/stop, but it won't seek nor allow query for a
position. Using from pyhton:

   pos = self.player.pipeline.query_position(gst.FORMAT_DEFAULT, None)[0]

returns the following error:

   gst.QueryError: query failed

And doing 

   self.player.pipeline.seek_simple(gst.FORMAT_DEFAULT, gst.SEEK_FLAG_FLUSH, 3)

does nothing (nor error, nor seeking). From trying stuff it seems as if
multifilesrc only respects it's "index" property.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=555260.




More information about the Gstreamer-bugs mailing list