summaryrefslogtreecommitdiff
path: root/sys/decklink/gstdecklinkaudiosrc.cpp
Commit message (Expand)AuthorAgeFilesLines
* decklinkaudiosrc: Fix discont trackingJan Schmidt2016-02-041-1/+2
* decklinkvideosink: Made "auto" mode work according to capsVivia Nikolaidou2015-12-181-2/+1
* decklink: Disable inputs/outputs in PAUSED->READY to allow going to PAUSED ag...Sebastian Dröge2015-09-241-10/+25
* decklinkaudiosrc: Calculate the duration more accurately from the capture tim...Sebastian Dröge2015-03-041-4/+7
* decklinkaudiosrc: Fix the timestamp and offset calculations even moreSebastian Dröge2015-03-041-6/+3
* decklinkaudiosrc: Don't subtract the duration from the capture timeSebastian Dröge2015-03-041-6/+3
* decklink{audio,video}src: Add some more debug outputSebastian Dröge2015-03-021-0/+6
* decklink{audio,video}src: Implement clock slaving if the pipeline clock is no...Sebastian Dröge2015-02-091-18/+15
* decklinkaudio{src,sink}: Only start streams / scheduled playback if there is ...Sebastian Dröge2015-02-091-2/+2
* decklinkaudiosrc: Don't provide a clockSebastian Dröge2015-02-091-20/+0
* decklink{audio,video}src: Take the capture times from the pipeline clockSebastian Dröge2015-02-081-14/+17
* decklink{audio,video}src: Only start the streams once both sources are ready ...Sebastian Dröge2015-01-281-0/+4
* decklink: Make sure our clock never returns NONE, always advances and does no...Sebastian Dröge2015-01-281-0/+5
* decklinkaudiosrc: Don't release input device twice on errors in set_caps()Sebastian Dröge2015-01-281-2/+0
* decklinkaudiosrc: Release the audio input on errors, not the video inputSebastian Dröge2015-01-261-1/+1
* decklinkaudiosrc: Add property to select the audio input connectionSebastian Dröge2015-01-081-0/+90
* decklink: Fix indention once againSebastian Dröge2015-01-081-2/+2
* decklink: Fix latency values for sourcesFlorian Langlois2015-01-071-1/+1
* decklink: Fix various compiler warnings with gccSebastian Dröge2014-12-191-3/+3
* decklink: Remove in-same-pipeline detection code for audio/video elements of ...Sebastian Dröge2014-12-191-1/+7
* decklink: Add property for configuring the buffer size of the sourcesSebastian Dröge2014-12-191-6/+23
* decklinkaudiosrc: Implement timestamp jitter and discont handlingSebastian Dröge2014-12-191-17/+97
* decklink: Our capture time is the end timestamp of the buffer, subtract the d...Sebastian Dröge2014-12-191-2/+11
* decklink: Allow for a maximum of 5 packets to be queued upSebastian Dröge2014-12-191-43/+67
* decklink: Implement latency query in sources and remember selected modeSebastian Dröge2014-12-191-0/+41
* decklink: Add initial version of audio and video sourcesSebastian Dröge2014-12-191-0/+528