summaryrefslogtreecommitdiff
path: root/libs/gst/base/gstcollectpads.c
AgeCommit message (Expand)Author
2021-09-24Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier
2020-04-20Use gst_object_unref() / gst_object_clear() instead of the GObject onesSebastian Dröge
2019-12-10Remove deprecated GTimeValOlivier Crête
2019-05-13doc: Fix hotdoc warningsThibault Saunier
2018-06-24Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller
2018-05-01Fix typos in comments and docsluz.paz
2018-04-13base: fix some GIR annotationsMark Nauwelaerts
2017-10-15collectpads: mention the query function in the docs as wellStefan Sauer
2017-07-09collectpads: correct some comments and add more loggingStefan Sauer
2017-05-17gst: Don't ref_sink() GstObject subclasses in instance_init/constructorSebastian Dröge
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier
2016-10-24Revert "collectpads: Assume PTS is equal DTS if PTS is missing"Nicolas Dufresne
2016-07-20collectpads: add g-i transfer annotations to peek/pop/read_buffer/take_buffer...Aurélien Zanelli
2016-03-24collectpads: Assume PTS is equal DTS if PTS is missingNicolas Dufresne
2015-11-14collectpads: handle buffer with dts-only when mapping to running timeThiago Santos
2015-10-27collectpads: Use GST_BUFFER_DTS_OR_PTSEdward Hervey
2015-06-13gi: Set collectpads function param scopeNicolas Dufresne
2015-06-12collectpads: Don't initially send an invalid DTSNicolas Dufresne
2015-06-12collectpads: Add negative DTS supportNicolas Dufresne
2015-03-14collectpads: avoid multiple calls to gst_buffer_get_size() in macroTim-Philipp Müller
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge
2014-10-08collectpads: Use GST_PTR_FORMAT in debug to output buffer detailsJan Schmidt
2014-07-01introspection: Assorted minor introspection and documentation fixesEvan Nemerson
2014-06-26base: assorted introspection fixes and additionsEvan Nemerson
2014-06-26base: add (nullable) annotations to return valuesEvan Nemerson
2014-06-06base: use correct syntax in documentation more consistentlyEvan Nemerson
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller
2014-03-16collectpads: When seek flushed, immediately set eospads to 0Mathieu Duponchelle
2014-03-16collectpads: Unref peer padSebastian Dröge
2014-03-16collectpads: Forward seek events to the peer directlyMathieu Duponchelle
2014-02-06gst: clear floating references for GstTask, GstTaskPool and GstCollectPadsBrendan Long
2014-01-08collectpads: take offset into account for expected segment positionWim Taymans
2013-12-02docs: cosmetic changes in references/decriptionsSebastian Rasmussen
2013-11-11collectpads: Always send SEEK events to all pads, even if one failsSebastian Dröge
2013-11-11collectpads: Update documentation for flushing seek handlingSebastian Dröge
2013-11-11collectpads: Don't leak seek eventsSebastian Dröge
2013-11-11collectpads: implement flushing seek supportAlessandro Decina
2013-10-09collectpads: Call the collected function while it returns FLOW_OKThibault Saunier
2013-09-24collectpads: Make sure that the object lock is always taken when accessing th...Sebastian Dröge
2013-09-24collectpads: Use private pad list in set_flushing_unlockedMathieu Duponchelle
2013-09-05collectpads: Don't unref NULL GstCollectDataZaheer Abbas Merali
2013-07-03Add few missing allow-none annotationNicolas Dufresne
2013-04-11GstCollectPads documentation: gst_collect_pads_read is gone.Douglas Bagnall
2013-03-02collectpads: take DTS into accountDavid Schleef
2012-11-03Fix FSF addressTim-Philipp Müller
2012-10-30collectpads: Clarify docs about the buffer handler callback.Jan Schmidt
2012-10-15collectpads: minor docs fixesTim-Philipp Müller
2012-10-15collectpads: fix buffer leak in clip_timeTim-Philipp Müller
2012-10-15collectpads: call clip function with user dataMark Nauwelaerts
2012-10-10collectpads: ensure all timestamps are in same time domainMark Nauwelaerts