summaryrefslogtreecommitdiff
path: root/gst/gstbuffer.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-24buffer: rename new gst_buffer_new_copy() to gst_buffer_new_memdup()Tim-Philipp Müller1-1/+1
2021-05-23buffer: add gst_buffer_new_copy() convenience functionTim-Philipp Müller1-0/+4
2021-02-08docs: fix GST_BUFFER_COPY_DEEP comment titleMathieu Duponchelle1-1/+1
2021-02-05docs: standardize GstBuffer documentationMathieu Duponchelle1-23/+46
2021-01-11gst: Add non-inline methods for bindings to able to use core APIsSeungha Yang1-67/+20
2020-09-27meta: expose API to register and create custom metaMathieu Duponchelle1-0/+8
2019-11-18gstbuffer: update documentationStéphane Cerveau1-4/+4
2019-06-04Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionallyNiels De Graef1-4/+0
2019-05-13doc: Fix hotdoc warningsThibault Saunier1-4/+8
2019-04-23gst: Fix various Since markersSebastian Dröge1-3/+3
2018-11-06gst/buffer: add a new function for wrapping GBytesMatthew Waters1-0/+2
2018-11-05gst_clear_*: Cast to GstMiniObject** when neededJan Alexander Steffens (heftig)1-1/+1
2018-11-05buffer: add gst_clear_buffer()Niels De Graef1-0/+19
2018-03-13gst: GST_EXPORT -> GST_APITim-Philipp Müller1-61/+61
2018-02-03buffer: fix gtk-doc warning regarding _get_n_meta() declarationTim-Philipp Müller1-1/+1
2018-01-31gstbuffer.h: move FLAG_LAST documentation back to the bottomMathieu Duponchelle1-2/+2
2018-01-31gstbuffer: add GST_BUFFER_FLAG_NON_DROPPABLEMathieu Duponchelle1-43/+49
2018-01-27buffer: add gst_buffer_get_n_meta() convenience functionTim-Philipp Müller1-0/+3
2017-05-15gst: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller1-8/+95
2017-05-12buffer: Add GstReferenceTimestampMetaSebastian Dröge1-0/+43
2017-04-05gst: Cast combined-flags constants to their respective target typesSebastian Dröge1-2/+2
2017-04-05gst: Set values and types for combined-flags constants in GI annotationsSebastian Dröge1-2/+2
2017-01-27gst: Fix includes so that files can be built separatelyThibault Saunier1-0/+2
2016-12-14buffer: add gst_buffer_iterate_meta_filtered()Tim-Philipp Müller1-0/+4
2016-08-22buffer: add explicit getters and setters for buffer flagsArjen Veenhuizen1-0/+7
2016-03-07gstbuffer: fix GstParentBufferMeta GType nameVíctor Manuel Jáquez Leal1-1/+4
2016-01-03docs: fix some warnings and add some since markersTim-Philipp Müller1-0/+2
2015-12-14core: Add g_autoptr() support to all typesXavier Claessens1-0/+8
2015-11-09docs: remove dummy function declarations with G_INLINE_FUNCTION for gtk-docTim-Philipp Müller1-16/+0
2015-10-27buffer: flesh out docs for gst_buffer_make_writable() a littleNirbheek Chauhan1-3/+18
2015-10-27buffer: Add a GST_BUFFER_DTS_OR_PTS macroEdward Hervey1-0/+8
2015-06-18doc: Remove parenthesis around Since:Nicolas Dufresne1-1/+1
2015-06-19Add GstParentBufferMetaJan Schmidt1-0/+46
2015-06-13doc: Fix Since: marksNicolas Dufresne1-1/+1
2015-06-08Add GST_BUFFER_FLAG_SYNC_AFTER flag, and implement in filesink.Jan Schmidt1-0/+4
2015-03-13gstbuffer: add gst_buffer_copy_deepThiago Santos1-2/+6
2014-06-26introspection: add nullability annotations to out and inout paramsEvan Nemerson1-3/+3
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-3/+3
2014-03-07buffer: invert meaning of GST_BUFFER_FLAG_TAG_MEMORYTim-Philipp Müller1-1/+1
2014-02-27buffer: add function to check writability of memoryWim Taymans1-0/+3
2014-02-27buffer: add a new flag to track memory changesWim Taymans1-0/+3
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-1/+1
2013-12-02docs: cosmetic changes in references/decriptionsSebastian Rasmussen1-4/+4
2013-04-11buffer: add _gst_max_memory() functionWim Taymans1-0/+2
2013-03-27buffer: Add annotations and pygi friendly extraction functionOlivier Crête1-1/+3
2013-02-27buffer: Gracefully handle gst_memory_copy() returning NULL without crashingSebastian Dröge1-2/+2
2013-02-16buffer: add since marker for new COPY_DEEP buffer flagTim-Philipp Müller1-1/+1
2013-02-16buffer: add option to deep copy a bufferWim Taymans1-6/+11
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-11events: remove STREAM_CONFIGWim Taymans1-2/+1