summaryrefslogtreecommitdiff
path: root/gst/imagefreeze
Commit message (Expand)AuthorAgeFilesLines
* imagefreeze: Response caps query from srcpadSeungha Yang2020-10-031-10/+21
* imagefreeze: Wait until we have a clockVivia Nikolaidou2020-08-041-2/+7
* imagefreeze: Copy GstCapsFeatures to caps for source padLuke Yelavich2020-07-201-1/+3
* imagefreeze: Return TRUE from the LATENCY query handlingSebastian Dröge2020-06-301-0/+1
* imagefreeze: Add a live modeSebastian Dröge2020-06-292-14/+185
* imagefreeze: Correctly answer the LATENCY querySebastian Dröge2020-06-281-5/+4
* imagefreeze: Handle flushing correctlySebastian Dröge2020-05-062-10/+37
* imagefreeze: handle reconfigure events on the srcpadMatthew Waters2020-03-102-6/+5
* imagefreeze: properly ignore setting caps failuresMatthew Waters2020-03-101-23/+26
* imagefreeze: don't fail sending sticky events downstreamMatthew Waters2020-03-101-1/+4
* imagefreeze: Add support for replacing the output bufferSebastian Dröge2020-01-112-14/+68
* Remove autotools build systemTim-Philipp Müller2019-10-141-9/+0
* doc: Port documentation to hotdocThibault Saunier2019-05-131-0/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-131-3/+3
* imagefreeze: Only set the DISCONT flag on the first buffer after segment startSebastian Dröge2019-04-251-0/+6
* imagefreeze: add a num-buffers propertyAntonio Ospite2019-03-142-0/+76
* imagefreeze: Allow ANY capsfeaturesSebastian Dröge2018-09-261-2/+2
* Meson: Generate pc file for all plugins in goodXavier Claessens2018-04-251-0/+1
* imagefreeze: fix use-after-free on seek eventTim-Philipp Müller2017-07-031-1/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* imagefreeze: Remove now unused done labelSebastian Dröge2017-02-091-1/+0
* imagefreeze: do not cache capsNick Kallen2017-02-091-4/+0
* imagefreeze: Forward latency queries to upstreamNirbheek Chauhan2016-10-031-0/+7
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+8
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* gst: Don't assume that get_current_caps() returns non-NULL caps after has_cur...Dave Craig2016-02-231-2/+2
* imagefreeze: simplify caps selectionThiago Santos2016-01-081-12/+10
* Revert "imagefreeze: Remove impossible error condition"Luis de Bethencourt2015-07-071-2/+7
* docs: decodebin2 -> decodebinLuis de Bethencourt2015-06-251-1/+1
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* imagefreeze: Handle seqnumsThibault Saunier2014-11-062-2/+23
* imagefreeze: replace with gst_buffer_copyVineeth T M2014-09-031-2/+2
* imagefreeze: Don't call gst_caps_unref() on template caps when already unrefe...Vineeth T M2014-09-011-2/+3
* imagefreeze: Remove impossible error conditionVineeth T M2014-08-281-7/+2
* imagefreeze: Unref pad template caps after usageSebastian Rasmussen2014-08-081-0/+1
* imagefreeze: Set segment position to the stop position of the bufferSebastian Dröge2014-05-021-1/+4
* imagefreeze: Properly report errors before stopping the srcpad taskSebastian Dröge2014-05-021-28/+47
* imagefreeze: Error out if we have no caps yetSebastian Dröge2014-05-021-0/+7
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* imagefreeze: the new get_caps already does the filter intersectionThiago Santos2012-10-251-11/+5
* imagefreeze: avoid assertion when using accept caps queryThiago Santos2012-10-251-3/+3
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
* gst: Implement segment-done eventSebastian Dröge2012-07-051-2/+7
* imagefreeze: clear 0 DTS on buffers output, as sinks will prefer DTS over PTS...Tim-Philipp Müller2012-07-041-2/+3
* update for task api changeWim Taymans2012-06-201-2/+2
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* caps: improve caps handlingWim Taymans2012-03-271-2/+0