[gstreamer-bugs] [Bug 397827] Seeking is not working

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jan 17 23:10:43 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=397827

  GStreamer | gstreamer (core) | Ver: HEAD CVS


Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at bilboed.com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG




------- Comment #2 from Edward Hervey  2007-01-18 07:09 UTC -------
I'm going to close this bug because it's not a bug. You're doing a seek while
the pipeline is in the NULL state, which will definitely not work.

If you want a seek to work, you need to wait for the pipeline to be in the
PAUSED or PLAYING state.

Also, when looking at your seek event, you are doing a seek in
GST_FORMAT_DEFAULT from 1 to 10. I don't think DEFAULT has any correlation in
the audio world.
Maybe you wanted to do a seek in GST_FORMAT_TIME fro 1 * GST_SECOND to 10 *
GST_SECOND.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list