[Bug 657790] [hlsdemux] Refactor element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Mar 16 11:37:13 PDT 2012


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

--- Comment #5 from Andoni Morales <ylatuya at gmail.com> 2012-03-16 18:37:11 UTC ---
I wouldn't remove the use of the GstFragment. GstFragment was used instead of a
simple GstAdapter to collect statistics about the downloaded fragment and reuse
them in the heuristics for the bitrate adaptation (which is currently a very
dumb one).
An updated version of GstFragment can be found in #668094, where it was added
to  a base class for fragmented streaming. Also, GstFragment uses internally a
GstBufferList, which should result in less copies than using an adapter(not
100% sure about that)

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