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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 31 08:53:28 PDT 2010


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #12 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-08-31 15:53:24 UTC ---
Hrm, I really dislike that we use/expose a GValueArray in the API here.

How do you feel about something like instead?

  void gst_query_add_buffering_byte_range (query, start, stop);

  gboolean gst_query_get_buffering_byte_range (query, &start, &stop, n);

That could then internally still use a GValueArray if needed (or a
G_TYPE_POINTER with plain malloced array, not sure it matters).

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