[gstreamer-bugs] [Bug 321609] [mpegstream] flush packetizer cache on newsegment event

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Mar 7 01:38:10 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=321609
 GStreamer | gst-plugins-ugly | Ver: HEAD CVS


Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim at fluendo.com




------- Comment #5 from Wim Taymans  2006-03-07 09:38 UTC -------
internal cache of bytes are flushed on two conditions:

FLUSH_STOP: this is within the STREAM_LOCK so that you can be sure no
processing is done.
BUFFER_DISCONT: a flag on the buffer indicating a discontinuity (after a seek
or packet loss of some sort).

In no case triggers the newsegment a flush. It could indeed very well be that
the newsegment just indicates a new playback rate without any gap or
discontuity.

Problem right now is that the DISCONT flag is not set on buffers in a lot of
cases. (even basesrc does not set DISCONT after a seek..)


-- 
Configure bugmail: http://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