summaryrefslogtreecommitdiff
path: root/sys/decklink/gstdecklinkaudiosink.cpp
Commit message (Expand)AuthorAgeFilesLines
* plugins-sys: allow per feature registrationStéphane Cerveau2021-04-091-0/+2
* decklink: Correctly indent everythingSebastian Dröge2020-10-301-5/+9
* decklinkaudiosink: Drop late buffersMatthew Waters2019-09-021-7/+28
* decklink: document duplex and keyer behaviourPeter Körner2019-03-041-0/+17
* decklink: add Hardware tag to element metadataTim-Philipp Müller2019-02-191-1/+2
* decklink: start scheduled playback in pausedMatthew Waters2018-09-121-10/+8
* decklinkaudiosink: fix debug string copy-paste errorMatthew Waters2018-09-121-1/+1
* decklink: Fix warning about HRESULT not being unsigned intNirbheek Chauhan2018-06-201-1/+1
* decklinkaudiosink: Start audio pre-rolling if the output is not started yet i...Sebastian Dröge2017-12-141-55/+34
* decklinkaudiosink: Include final flow return in debug outputSebastian Dröge2017-12-141-0/+2
* decklinkaudiosink: Check also against the clock if we run ahead of the clock ...Sebastian Dröge2017-12-141-4/+33
* decklinkaudiosink: Implement resampling/buffer reversing for trick-modesSebastian Dröge2017-12-141-10/+142
* decklinkaudiosink: Re-implement around GstBaseSink instead of GstAudioBaseSinkSebastian Dröge2017-12-141-585/+572
* decklink: Add read-only property to read the device serial numberSebastian Dröge2017-10-181-1/+19
* decklink: Fix indentationSebastian Dröge2017-08-021-2/+2
* decklink: Fix format specifier warnings in logging v2Nirbheek Chauhan2017-07-191-4/+5
* decklink: Fix format specifier warnings in loggingNirbheek Chauhan2017-07-191-4/+4
* decklink: Fix build on mingw32 by adding missing WINAPINirbheek Chauhan2017-07-191-4/+4
* Revert "decklink: Fix debug logging warnings on Windows"Nirbheek Chauhan2017-05-051-5/+5
* decklink: Fix debug logging warnings on WindowsNirbheek Chauhan2017-05-051-5/+5
* decklink: Print the Decklink API error return values in debug output in all p...Sebastian Dröge2016-09-211-2/+5
* decklink: Fix indentationSebastian Dröge2016-09-011-4/+9
* decklinkaudiosink: Fix compiler warning on OS XSebastian Dröge2016-08-261-1/+1
* decklinkaudiosink: Add support for 8 and 16 channelsSebastian Dröge2016-08-261-3/+62
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1
* decklinkaudio{src,sink}: Only start streams / scheduled playback if there is ...Sebastian Dröge2015-02-091-2/+2
* decklinkaudiosink: Throttle reading from the ringbufferSebastian Dröge2015-02-091-0/+60
* decklinkaudiosink: Start scheduled playback when going to PLAYINGSebastian Dröge2015-02-091-6/+35
* decklink{audio,video}sink: Only start scheduled playback once both sources ar...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-2/+10
* decklink: Fix indention once againSebastian Dröge2015-01-131-2/+1
* decklink: Initialize refcount of our C++ classes in the constructorSebastian Dröge2015-01-121-0/+2
* decklink: Remove in-same-pipeline detection code for audio/video elements of ...Sebastian Dröge2014-12-191-1/+7
* decklink: Implement latency query in sources and remember selected modeSebastian Dröge2014-12-191-1/+4
* decklink: Add initial version of audio and video sourcesSebastian Dröge2014-12-191-2/+0
* decklink: Initial version of the audio/video sink rewriteSebastian Dröge2014-12-191-0/+561