summaryrefslogtreecommitdiff
path: root/gst/timecode/gsttimecodestamper.c
Commit message (Expand)AuthorAgeFilesLines
* timecodestamper: add support for closedcaption inputMathieu Duponchelle2021-08-261-72/+86
* timecodestamper: Fix latency calculationSebastian Dröge2021-08-051-3/+5
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-0/+2
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-2/+2
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+3
* timecodestamper: Unref latency query after usageSebastian Dröge2020-05-061-0/+2
* timecodestamper: Plug a leakThibault Saunier2020-03-111-0/+3
* timecodestamper: Add seeking supportThibault Saunier2020-03-041-5/+76
* timecodestamper: Add property to set the extra latency to introduce for waiti...Sebastian Dröge2020-01-131-10/+24
* timecodestamper: Add some more debug outputSebastian Dröge2020-01-131-2/+16
* timecodestamper: Skip over invalid LTC timecodes immediatelySebastian Dröge2020-01-101-12/+15
* timecodestamper: Clean up old LTC timecodes on LTC discontinuitySebastian Dröge2020-01-101-5/+26
* timecodestamper: Fix waiting for the first video frame in case of live video ...Sebastian Dröge2020-01-101-5/+11
* timecodestamper: Fix up handling/queueing of LTC timecodesSebastian Dröge2020-01-101-153/+178
* timecodestamper: Only allow requesting LTC audio pad in NULL/READY statesSebastian Dröge2020-01-101-2/+10
* timecodestamper: In live mode wait correctly for the latency to passSebastian Dröge2020-01-101-5/+12
* timecodestamper: Use the internal LTC timecode tracker instead of the last on...Sebastian Dröge2020-01-101-2/+2
* timecodestamper: Refactor LTC audio waiting and properly handle live inputsSebastian Dröge2019-12-301-16/+220
* timecodestamper: Create LTC sink pad with the correct name according to the t...Sebastian Dröge2019-11-191-1/+1
* timecodestamper: Add properties to time out cached upstream/LTC timecodes aft...Sebastian Dröge2019-10-231-10/+78
* timecodestamper: Add new auto-resync boolean propertySebastian Dröge2019-10-231-5/+20
* timecodestamper: Add last-known-or-zero modeSebastian Dröge2019-10-231-0/+10
* timecodestamper: Don't initialize upstream timecode with zero if none was seenSebastian Dröge2019-10-231-9/+9
* timecodestamper: Update set-tc property documentation with latest version of ...Sebastian Dröge2019-10-231-2/+2
* timecodestamper: Require a non-0/1 framerate on the pad templatesSebastian Dröge2019-08-061-2/+2
* timecodestamper: Validate LTC timestamps before trying to use themSebastian Dröge2019-07-251-4/+11
* timecodestamper: Add support for linear timecode (LTC) from an audio streamSebastian Dröge2019-07-081-1/+734
* timecodestamper: Rewrite element API and code flowSebastian Dröge2019-07-081-176/+563
* timecodestamper: Don't use deprecated APISebastian Dröge2018-12-201-2/+9
* timecodestamper: Fix typo in set_drop_frameVivia Nikolaidou2018-09-031-1/+1
* Revert "WIP: Revert "Revert "timecodestamper: LTC from audio"""Vivia Nikolaidou2018-01-041-585/+43
* Revert "WIP: Revert "Revert "timecodestamper: Modify ltc-add to tc-add"""Vivia Nikolaidou2018-01-041-11/+13
* WIP: Revert "Revert "timecodestamper: Modify ltc-add to tc-add""Vivia Nikolaidou2018-01-041-13/+11
* WIP: Revert "Revert "timecodestamper: LTC from audio""Vivia Nikolaidou2018-01-041-43/+585
* Revert "timecodestamper: LTC from audio"Vivia Nikolaidou2017-11-071-585/+43
* Revert "timecodestamper: Modify ltc-add to tc-add"Vivia Nikolaidou2017-11-071-11/+13
* timecodestamper: Modify ltc-add to tc-addGeorg Lippitsch2017-11-071-13/+11
* timecodestamper: LTC from audioGeorg Lippitsch2017-11-071-43/+585
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* timecodestamper: Only unref daily jam if not NULLSebastian Dröge2017-03-081-1/+2
* timecodestamper: Unref daily jam after usageSebastian Dröge2017-03-081-0/+1
* timecodestamper: Remove clock-source propertyGeorg Lippitsch2017-02-231-82/+0
* timecodestamper: First timecode from current system timeGeorg Lippitsch2017-02-231-0/+35
* timecodestamper: First timecode propertyGeorg Lippitsch2017-02-231-2/+35
* timecodestamper: Post element message with current timecodeVivia Nikolaidou2017-01-091-5/+46
* timecodestamper: Remove all existing timecode metas if requested to override ...Sebastian Dröge2016-11-241-1/+14
* timecodestamper: New element to attach SMPTE timecode to buffersVivia Nikolaidou2016-08-041-0/+419