[gstreamer-bugs] [Bug 636784] [qtdemux] GST_QUERY_CONVERT implementation for qtdemux

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Dec 11 09:20:20 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=636784
  GStreamer | gst-plugins-good | git

--- Comment #4 from Kishore Arepalli <kishore.arepalli at gmail.com> 2010-12-11 17:20:16 UTC ---
(In reply to comment #3)
> Why don't you use the duration in TIME for the slider btw? And for getting the
> current playback position in TIME you can use the position query
yes, duration & playback position of the slider is in TIME format only. But
this bug is all about the downloaded data position (Buffered data position) in
time format. 
Here is the scenario, if actual size of the file is 1MB & buffered datat is
0.5MB then the buffered data position of slider can not be shown at the mid
point of the slider. Because, buffered data may contain meta data & all frame
sizes may not be equal. So buffered data size need to be converted to time
position in order to get exact status.

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