summaryrefslogtreecommitdiff
path: root/gst/gstbufferpool.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier1-1411/+0
2021-02-08docs: standardize GstBufferPool documentationMathieu Duponchelle1-32/+26
2020-11-05Add some missing nullable annotationsSebastian Dröge1-11/+11
2020-07-21gst/bufferpool: only resize in reset when maxsize is largerMatthew Waters1-3/+15
2020-05-14bufferpool: unblock acquire thread when we discard bufferXu Guangxin1-0/+1
2019-07-01bufferpool: Fix the buffer size reset codeNicolas Dufresne1-2/+5
2018-06-24Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller1-7/+2
2018-03-21gstbuffer: reset buffer to its original size if intactPetr Kulhavy1-0/+4
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge1-1/+4
2017-04-08Don't use deprecated g_object_newv()Tim-Philipp Müller1-1/+1
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-2/+3
2016-06-29poll: #define EWOULDBLOCK to EAGAIN if it's not defined on WindowsSebastian Dröge1-0/+6
2016-06-29bufferpool: Fix handling of the GstPollSebastian Dröge1-9/+65
2016-04-02GST_REFCOUNTING: Add logging of pointer address for dispose, finalize, etc me...Mark Combellack1-1/+1
2016-02-11bufferpool: pass acquire params to alloc_bufferVíctor Manuel Jáquez Leal1-1/+1
2015-09-15bufferpool: sprinkle some allow-none and out annotations for g-iTim-Philipp Müller1-2/+2
2015-06-24bufferpool: Fixed compiler warningJonas Holmberg1-4/+2
2015-03-14bufferpool: Don't stop the pool in set_config()Nicolas Dufresne1-16/+6
2014-12-16bufferpool: Don't check size in config validationNicolas Dufresne1-4/+6
2014-12-16bufferpool: log reason for discarded buffersWim Taymans1-6/+25
2014-07-30bufferpool: Add missing error checking to default_alloc_buffer()Mohammed Sameer1-0/+3
2014-07-01introspection: Assorted minor introspection and documentation fixesEvan Nemerson1-1/+1
2014-06-26introspection: add some missing allow-none annotations to in paramsEvan Nemerson1-2/+2
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-1/+1
2014-05-29bufferpool: fix gst_buffer_pool_has_option() documentationEvan Nemerson1-1/+1
2014-05-26bufferpool: Add method and virtuals to set flushing stateNicolas Dufresne1-9/+72
2014-05-08bufferpool: Add an helper to validate configNicolas Dufresne1-0/+38
2014-05-08bufferpool: Update the configure even if set_config() returned falseNicolas Dufresne1-6/+6
2014-05-08bufferpool: Add support for reconfiguring a poolNicolas Dufresne1-5/+28
2014-05-01bufferpool: fix log message of buffer pointerStian Selnes1-1/+1
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-04-26buffer: Only set TAG_MEMORY if the memory has been replacedNicolas Dufresne1-0/+5
2014-03-07buffer: invert meaning of GST_BUFFER_FLAG_TAG_MEMORYTim-Philipp Müller1-3/+4
2014-03-02docs: Fix typos and remove unknown annotationsSebastian Rasmussen1-1/+1
2014-02-27bufferpool: only release buffers with writable memoryWim Taymans1-5/+17
2014-02-27bufferpool: Use TAG_MEMORY to check memory before releasingWim Taymans1-5/+17
2014-02-27bufferpool: refactor free_bufferWim Taymans1-10/+19
2014-02-06docs: gst_pad_new_from_*_template and gst_buffer_pool_new constructors return...Brendan Long1-1/+1
2014-01-31bufferpool: more tests and small doc fixesStefan Sauer1-2/+2
2014-01-30bufferpool: misc cleanupsStefan Sauer1-38/+35
2014-01-30bufferpool: avoid excessive GstPoll activityWim Taymans1-2/+8
2013-06-05gstvalue: Add _append_and_take_value() public variantsEdward Hervey1-2/+1
2013-04-04bufferpool: fix docsWim Taymans1-2/+2
2012-11-08bufferpool: lock before unlock in _get_configMatthew Waters1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-11docs: fix up docs a bitTim-Philipp Müller1-2/+5
2012-08-10bufferpool: fix max_buffers handlingWim Taymans1-51/+99
2012-07-09memory: Make GstAllocator a GstObjectWim Taymans1-4/+4
2012-06-18bufferpool: update docs a littleWim Taymans1-0/+4
2012-06-18bufferpool:check caps argumentWim Taymans1-0/+1