[Bug 537382] playbin: stream switching issue between different (sparse) video streams

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 3 14:42:18 PDT 2014


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

--- Comment #11 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2014-04-03 21:42:11 UTC ---
Created an attachment (id=273552)
 View: https://bugzilla.gnome.org/attachment.cgi?id=273552
 Review: https://bugzilla.gnome.org/review?bug=537382&attachment=273552

inputselector: add flush on switch property

Defaults to false for backward compatibility. It is used to
send a flush event downstream when switching pads to immeditately
start displaying the new active stream. Very useful when switching
from a sparse to a non-sparse stream, avoiding major delays for
the switch to happen.

The flushes are sent from the set_property call because waiting
to do it from the streaming thread would take too long for
sparse streams and this is what we want to avoid.

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