streamsynchronizer: Unit test for streamsynchronizer's EOS handling
authorSong Bing <b06498@freescale.com>
Mon, 26 Jan 2015 03:14:13 +0000 (11:14 +0800)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 16 Feb 2015 12:34:35 +0000 (14:34 +0200)
commiteeea911c2e477cc51ed72ac5ce2da34caa4115e3
tree76a71fc5ecdf7f3012d798ab0b4516f9a3a25946
parent2614f80309bf37e65b30f0ea76d2acefba1d57c4
streamsynchronizer: Unit test for streamsynchronizer's EOS handling

Test that a pipeline can change from PLAYING to PAUSED and back in
the following scenarios:
1. One track reach EOS after pushed some buffers while another track
still pushes buffers
2. One track reach EOS without buffers while another track still pushes
buffers

https://bugzilla.gnome.org/show_bug.cgi?id=736655
tests/check/Makefile.am
tests/check/pipelines/streamsynchronizer.c [new file with mode: 0644]