Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-21imagefreeze: Response caps query from srcpadSeungha Yang
2020-08-04imagefreeze: Wait until we have a clockVivia Nikolaidou
2020-07-21imagefreeze: Copy GstCapsFeatures to caps for source padLuke Yelavich
2020-06-30imagefreeze: Return TRUE from the LATENCY query handlingSebastian Dröge
2020-06-29imagefreeze: Add a live modeSebastian Dröge
2020-06-28imagefreeze: Correctly answer the LATENCY querySebastian Dröge
2020-05-06imagefreeze: Handle flushing correctlySebastian Dröge
2020-03-10imagefreeze: handle reconfigure events on the srcpadMatthew Waters
2020-03-10imagefreeze: properly ignore setting caps failuresMatthew Waters
2020-03-10imagefreeze: don't fail sending sticky events downstreamMatthew Waters
2020-01-11imagefreeze: Add support for replacing the output bufferSebastian Dröge
2019-10-14Remove autotools build systemTim-Philipp Müller
2019-05-13doc: Port documentation to hotdocThibault Saunier
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier
2019-04-25imagefreeze: Only set the DISCONT flag on the first buffer after segment startSebastian Dröge
2019-03-14imagefreeze: add a num-buffers propertyAntonio Ospite
2018-09-26imagefreeze: Allow ANY capsfeaturesSebastian Dröge
2018-04-25Meson: Generate pc file for all plugins in goodXavier Claessens
2017-07-03imagefreeze: fix use-after-free on seek eventTim-Philipp Müller
2017-05-16Remove plugin specific static build optionNicolas Dufresne
2017-02-09imagefreeze: Remove now unused done labelSebastian Dröge
2017-02-09imagefreeze: do not cache capsNick Kallen
2016-10-03imagefreeze: Forward latency queries to upstreamNirbheek Chauhan
2016-08-27Use the new API to post flow ERROR messages on the busThibault Saunier
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM
2016-02-23gst: Don't assume that get_current_caps() returns non-NULL caps after has_cur...Dave Craig
2016-01-08imagefreeze: simplify caps selectionThiago Santos
2015-07-07Revert "imagefreeze: Remove impossible error condition"Luis de Bethencourt
2015-06-25docs: decodebin2 -> decodebinLuis de Bethencourt
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller
2014-11-06imagefreeze: Handle seqnumsThibault Saunier
2014-09-04imagefreeze: replace with gst_buffer_copyVineeth T M
2014-09-01imagefreeze: Don't call gst_caps_unref() on template caps when already unrefe...Vineeth T M
2014-08-28imagefreeze: Remove impossible error conditionVineeth T M
2014-08-08imagefreeze: Unref pad template caps after usageSebastian Rasmussen
2014-05-02imagefreeze: Set segment position to the stop position of the bufferSebastian Dröge
2014-05-02imagefreeze: Properly report errors before stopping the srcpad taskSebastian Dröge
2014-05-02imagefreeze: Error out if we have no caps yetSebastian Dröge
2013-04-15gst: Add better support for static pluginsSebastian Dröge
2012-11-04Fix FSF addressTim-Philipp Müller
2012-10-25imagefreeze: the new get_caps already does the filter intersectionThiago Santos
2012-10-25imagefreeze: avoid assertion when using accept caps queryThiago Santos
2012-08-28docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller
2012-07-05gst: Implement segment-done eventSebastian Dröge
2012-07-04imagefreeze: clear 0 DTS on buffers output, as sinks will prefer DTS over PTS...Tim-Philipp Müller
2012-06-20update for task api changeWim Taymans
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge
2012-03-27caps: improve caps handlingWim Taymans