[Bug 703632] GStreamer: unable to query position of stream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 4 13:50:04 PDT 2013


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-07-04 20:50:02 UTC ---
Why do you think this is a bug in GStreamer and not qgifer?

Note that this is using the old 0.10 version of GStreamer which is no longer
maintained (I can tell by the function signature of
gst_element_query_duration()).

Most demuxers will not support querying in GST_FORMAT_DEFAULT, try
GST_FORMAT_TIME. I don't know if ogg supports this or not.

The warning string is buggy as well, it says 'position' instead of 'duration'.

A query like this might also fail if the pipeline is not prerolled yet. Is it
prerolled here?

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