[Bug 672261] [PLUGIN-MOVE] Move hlsdemux to gst-plugins-good

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Mar 14 05:53:08 PDT 2013


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

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2013-03-14 12:53:01 UTC ---
It needs a lot of cleanups before I would move this plugin..

1) the downloading of complete fragments is not ideal. You need to handle
   buffering in smaller chuncks to give good feedback about the buffering.

2) it never rebuffers when the queues run empty

3) it stops threads when PAUSED (now fixed in git)

4) seeking code is broken. It should use GstSegment to track the playback
   position.

5) the thread handling looks weird and buggy, it sets variables outside of
   locks and it looks like it can be a lot simpler.

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