summaryrefslogtreecommitdiff
path: root/sys/decklink/gstdecklinkaudiosrc.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-06-21decklinkaudiosrc: Don't assume that stream time is always validSeungha Yang1-12/+33
2021-04-09plugins-sys: allow per feature registrationStéphane Cerveau1-0/+2
2021-01-14decklinkaudiosrc: Allow disabling audio sample alignment code by setting the ...Sebastian Dröge1-1/+5
2020-12-17decklinkaudiosrc: Fix duration of the first audio frame after each discontSebastian Dröge1-0/+2
2020-12-16decklink: Implement GstBaseSrc::get_caps() to return more constrained capsSebastian Dröge1-0/+39
2020-10-30decklink: Correctly indent everythingSebastian Dröge1-6/+6
2020-10-25decklink: Reset skip counters when starting the sourcesSebastian Dröge1-0/+4
2020-10-25decklink*src: Post a warning message on the bus about dropped framesVivia Nikolaidou1-3/+8
2020-10-25decklink*src: Aggregate dropped frame/packet loggingGeorg Lippitsch1-8/+18
2019-08-06decklinkaudiosrc/decklinkvideosrc: Do nothing in BaseSrc::negotiate() and alw...Sebastian Dröge1-74/+43
2019-03-04decklink: document duplex and keyer behaviourPeter Körner1-0/+17
2019-02-19decklink: add Hardware tag to element metadataTim-Philipp Müller1-1/+2
2018-01-04decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame...Vivia Nikolaidou1-2/+24
2018-01-04decklink: Detect gaps on incoming stream times, issue warningsVivia Nikolaidou1-0/+49
2018-01-04Revert "WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, ...Vivia Nikolaidou1-45/+0
2018-01-04Revert "decklinkaudiosrc: Extrapolate stream/hw reference timestamps when vid...Vivia Nikolaidou1-24/+2
2018-01-04decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame...Vivia Nikolaidou1-2/+24
2018-01-04WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, issue wa...Vivia Nikolaidou1-0/+45
2017-11-07Revert "decklink: Detect gaps on incoming stream times, issue warnings"Vivia Nikolaidou1-45/+0
2017-11-07decklink: Detect gaps on incoming stream times, issue warningsVivia Nikolaidou1-0/+45
2017-10-18decklink: Add read-only property to read the device serial numberSebastian Dröge1-0/+14
2017-10-11decklink: Print one "dropped N old frames" message, not one per frameVivia Nikolaidou1-2/+13
2017-09-28decklinkaudio/videosrc: Put hardware reference timestamp in a reference times...Sebastian Dröge1-1/+12
2017-07-19decklink: Fix format specifier warnings in logging v2Nirbheek Chauhan1-2/+4
2017-06-07decklink: Make timestamp reference specifier driver specificSebastian Dröge1-1/+1
2017-05-12decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to...Sebastian Dröge1-0/+10
2017-05-12decklinkaudiosrc: Consistently pass stream_time and stream_duration to audio/...Sebastian Dröge1-7/+7
2017-05-05Revert "decklink: Fix debug logging warnings on Windows"Nirbheek Chauhan1-2/+2
2017-05-05decklink: Fix debug logging warnings on WindowsNirbheek Chauhan1-2/+2
2017-04-19Revert "decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream...Sebastian Dröge1-8/+0
2017-04-19decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to...Sebastian Dröge1-0/+8
2017-03-24decklink: Use GstQueueArray instead of GQueueSebastian Dröge1-35/+52
2017-02-01decklinkaudiosrc: Fix get_caps returning EMPTYVivia Nikolaidou1-3/+11
2017-01-27decklinkaudiosrc: Fix compilation on OSXSebastian Dröge1-1/+5
2017-01-26decklinkaudiosrc: Option to use max channels supported by deviceVivia Nikolaidou1-1/+19
2017-01-03decklinkaudiosrc: Add support for 8/16 channels via propertySebastian Dröge1-4/+31
2016-11-28decklinksrc: Add property to drop frames that are marked as having no input s...Sebastian Dröge1-2/+8
2016-11-28decklinksrc: Add property to skip the first N seconds of captureSebastian Dröge1-0/+13
2016-11-28decklinksrc: Set GAP flag on buffers that are captured without signalSebastian Dröge1-1/+5
2016-11-28decklinksrc: Keep track of a window of capture/stream time mappings and calcu...Sebastian Dröge1-7/+26
2016-11-28decklinksrc: Stop using the "hardware" timestamps and directly use the pipeli...Sebastian Dröge1-23/+7
2016-11-01decklinkaudiosrc: Ignore channel-mask when checking set_caps compatibilityVivia Nikolaidou1-2/+12
2016-09-21decklink: Print the Decklink API error return values in debug output in all p...Sebastian Dröge1-2/+2
2016-05-03decklink: Fix indentationSebastian Dröge1-2/+4
2016-04-05decklinkaudiosrc: Don't accept packets without timestamps after a discontSebastian Dröge1-1/+10
2016-04-05decklinkaudiosrc: Don't crash when receiving video frames but no audioSebastian Dröge1-2/+5
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-02-04decklinkaudiosrc: Fix discont trackingJan Schmidt1-1/+2
2015-12-18decklinkvideosink: Made "auto" mode work according to capsVivia Nikolaidou1-2/+1
2015-09-24decklink: Disable inputs/outputs in PAUSED->READY to allow going to PAUSED ag...Sebastian Dröge1-10/+25