[gstreamer-bugs] [Bug 350655] [oggdemux] should process seeking queries

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Aug 10 02:02:03 PDT 2006


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=350655
 GStreamer | gst-plugins-base | Ver: HEAD CVS


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #70593|none                        |commented-on
               Flag|                            |
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
            Summary|oggdemux should process     |[oggdemux] should process
                   |seeking queries             |seeking queries
   Target Milestone|HEAD                        |0.10.10




------- Comment #2 from Tim-Philipp Müller  2006-08-10 09:01 UTC -------
Implemented this slightly differently. oggdemux can only seek in TIME format,
so it should answer the query in TIME format as well. Currently the assumption
in oggdemux is that we're either fully seekable (pullrange-based) or not
seekable at all (chain-based), but one day upstream may provide more
sophisticated seek ranges (in BYTE format), then we might want to pass the
query upstream and then convert the byte ranges received into specific TIME
ranges or something like that. For the time being this should hopefully do:

 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>

       * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
         Implement SEEKING query in its most basic form, so that we can
         at least check if we're seekable or not (#350655).


-- 
Configure bugmail: http://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