[gstreamer-bugs] [Bug 336465] [patch] Streaming support for avidemuxer

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Jul 9 03:17:12 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=336465
 GStreamer | gst-plugins-good | Ver: 0.10.2


Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at bilboed.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #3 from Edward Hervey  2006-07-09 10:17 UTC -------
The patch looks good for me too. The reason why seeking doesn't work in
streaming mode is currently because there is no index available to do the
TIME<=>BYTES conversion.

If the index was generated as chunks were being read through, it could be
possible to seek backwards (provided the upstream sources allows seeking).
For seeking forwards, there's only way : reading and discarding buffers until
you reach the requested time-index (provided it's before the EOS).


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