[Bug 724231] appsrc flushing

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Feb 14 02:01:50 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=724231
  GStreamer | gst-plugins-base | 1.2.2

--- Comment #2 from Theo <theodorz at gmail.com> 2014-02-14 10:01:45 UTC ---
Actually i seem to have to do both flush and statechanges (NULL -> PLAYING) to
make it work at all on Windows.

* I just no a flush I get the audio residue problem.
* If i just do state changes it doesn't reset the pipeline clock.

So I need to do both.

I think that the appsrc element is not behaving correctly with flushes. I'm
using gst_app_src_push_buffer to queue buffers during playback, maybe the flush
simply doesn't clear the queued buffers?

However, on linux/arm i still get the residue even when doing the statechange
(NULL->Playing) which is really weired. 

I'll try to see if I can make a sample application.

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