decklinksink: Wait for the pipeline clock instead of the decklink clock
authorSebastian Dröge <sebastian@centricular.com>
Fri, 14 Nov 2014 10:19:45 +0000 (11:19 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 28 Nov 2014 13:58:41 +0000 (14:58 +0100)
commit820894a87181ef4eb1647bfa03b9d6c0dd7d6957
tree4e38288909b0373ce54bc3df35290b71f90bfcd0
parentd191fb44763411c329bd24bec2adca0f386368a7
decklinksink: Wait for the pipeline clock instead of the decklink clock

Otherwise we're going to starve other elements if the decklink clock
is slower than the pipeline clock, or starts much later.

Of course this will still cause problems if the decklink clock and ours are
completely out of sync, or running at a very different rate. But this at least
works better now.
sys/decklink/gstdecklinksink.cpp