[gstreamer-bugs] [Bug 623121] [queue2] downloaded areas of the media are not exposed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 1 02:34:04 PDT 2010


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

--- Comment #19 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-09-01 09:33:58 UTC ---
> Now that I thought more about it, it feels weird to have format there. It's
> ambiguous because there's already a format member in the query structure. So
> what about this?
> 
> void gst_query_add_buffering_range (query, start, stop);
> 
> gboolean gst_query_get_buffering_range (query, n, &start, &stop);

Right, that's why I used _byte_range here, because it's always in bytes
regardless of the format of the query, and to set these function apart from the
existing

  gst_query_set_buffering_range (query, format, start, stop, est_total);

  gst_query_parse_buffering_range   (query, format, start, stop, est_total);

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