bin: Post a LATENCY message with async-handling=TRUE if the PLAYING state is reached
authorSebastian Dröge <sebastian@centricular.com>
Mon, 7 Dec 2015 15:25:02 +0000 (17:25 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 9 Dec 2015 09:13:22 +0000 (11:13 +0200)
commit2d427c75aebeb53faaedec581e66f69321fd7e78
treef752a9a6f5aea3ccb73b6e2e8e3cf643e6f06e37
parentd10c488d63638e12490f5036dc50581d22592b5e
bin: Post a LATENCY message with async-handling=TRUE if the PLAYING state is reached

Otherwise each bin might have a different latency in the end, causing
synchronization problems.

The bin will still first handle latency internally as before, but gives the
overall pipeline the opportunity to update the latency of the whole pipeline
afterwards.

https://bugzilla.gnome.org/show_bug.cgi?id=759125
gst/gstbin.c