decklinkaudiosrc: Don't accept packets without timestamps after a discont
authorSebastian Dröge <sebastian@centricular.com>
Tue, 5 Apr 2016 11:49:51 +0000 (14:49 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 5 Apr 2016 11:49:51 +0000 (14:49 +0300)
commitf06647fd0ce6ae1682426c446f9066ecdf942045
tree6b4309a4320cee35f8a7f8ea35e585b748621c32
parent0004920c83835fcd5c54ed1197d03d3d8117c44e
decklinkaudiosrc: Don't accept packets without timestamps after a discont

We have no idea which timestamps they are supposed to have so the only thing
we can do at this point is to drop them. Packets without timestamps happen if
audio was captured but no corresponding video, which shouldn't happen under
normal circumstances.

https://bugzilla.gnome.org/show_bug.cgi?id=747633
sys/decklink/gstdecklinkaudiosrc.cpp