[gstreamer-bugs] [Bug 613567] Cannot query stream duration in playbin2 when GST_MESSAGE_DURATION appears on the bus.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 22 04:31:56 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=613567
  GStreamer | gstreamer (core) | 0.10.28

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |NOTABUG

--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2010-03-22 11:31:52 UTC ---
duration queries are only valid in the PAUSED/PLAYING state. I'm pretty sure
that the duration message is posted too early for your query to succeed. There
is also probably only one DURATION message.

In short: you should not rely on DURATION messages to trigger the duration
query, instead query in the PAUSED/PLAYING state.

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