[gstreamer-bugs] [Bug 344937] oggdemux cannot handle queries in format GST_FORMAT_BYTES...

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jun 21 04:33:45 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=344937
 GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Comment #5 from Tim-Philipp Müller  2006-06-21 11:33 UTC -------
> Created an attachment (id=67398)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=67398&action=view)
>
> Patch to add other formats than GST_FORMAT_TIME
> 
> I fully agree with you. Here's the patch.

Do you actually get useful return values for a BYTES duration query with that
patch?



 $ grep 'bytes =' ~/gst-plugins-base/ext/ogg/gstoggdemux.c | grep -v packet

gives a hint. Basically, that kind of information (sizes of individual streams
in bytes) can't be obtained without scanning the entire stream from start to
end, which isn't done yet (and I can't see it being done without a good reason
any time soon either).


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