[Bug 657790] [hlsdemux] Refactor element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 19 05:55:36 PDT 2012


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

Gil Pedersen <bugzilla.gnome> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla.gnome at gpost.dk

--- Comment #7 from Gil Pedersen <bugzilla.gnome at gpost.dk> 2012-03-19 12:55:32 UTC ---
(In reply to comment #5)
> 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)

I am aware of this that GstFragment is a better alternative. I was simply
trying to isolate some of your code into a manageable patch. The GstFragment
should be easy to add on top of this.

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