summaryrefslogtreecommitdiff
path: root/gst/gstbufferlist.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier1-187/+0
2021-02-08docs: standardize GstBufferList documentationMathieu Duponchelle1-1/+1
2021-01-11gst: Add non-inline methods for bindings to able to use core APIsSeungha Yang1-80/+22
2019-06-04Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionallyNiels De Graef1-2/+0
2019-05-13doc: Fix hotdoc warningsThibault Saunier1-4/+7
2018-11-05gst_clear_*: Cast to GstMiniObject** when neededJan Alexander Steffens (heftig)1-1/+1
2018-11-05bufferlist: add gst_buffer_list_replace/take()Niels De Graef1-0/+47
2018-11-05bufferlist: add gst_clear_buffer_list()Niels De Graef1-0/+19
2018-03-13gst: GST_EXPORT -> GST_APITim-Philipp Müller1-12/+12
2017-09-17bufferlist: add gst_buffer_list_calculate_size()Tim-Philipp Müller1-0/+3
2017-09-17bufferlist: add gst_buffer_list_get_writable()Tim-Philipp Müller1-0/+3
2017-05-15gst: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller1-0/+13
2015-12-14core: Add g_autoptr() support to all typesXavier Claessens1-0/+4
2015-11-09docs: remove dummy function declarations with G_INLINE_FUNCTION for gtk-docTim-Philipp Müller1-12/+0
2015-06-24bufferlist: add new api gst_buffer_list_copy_deepHyunjun Ko1-0/+1
2014-06-26introspection: add nullability annotations to out and inout paramsEvan Nemerson1-1/+1
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-1/+1
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-23bufferlist: pass index as gint to _insertWim Taymans1-1/+1
2012-07-17bufferlist: improve foreach functionWim Taymans1-1/+1
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-10/+0
2011-12-27win32: fix exported variables for VS 2010Matej Knopp1-1/+1
2011-11-26Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-2/+2
2011-11-26gst: sprinkle some G_GNUC_MALLOCTim-Philipp Müller1-1/+1
2011-11-02bufferlist: clean up APIWim Taymans1-2/+2
2011-08-29init: add _get_type() functionsWim Taymans1-0/+2
2011-04-14bufferlist: Add boxed type for GstBufferListIterator for gobject-introspectionSebastian Dröge1-0/+3
2011-03-31bufferlist: simplify bufferlistsWim Taymans1-79/+17
2011-02-23improve type registrationWim Taymans1-3/+3
2011-02-23fix macrosWim Taymans1-3/+3
2011-02-23miniobject: work on making caps a boxed typeWim Taymans1-6/+2
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-7/+10
2010-09-17bufferlist: add function to add a list of buffersWim Taymans1-0/+1
2010-09-02Fix casts in a bunch of inline functions to maintain correct const-nessJeffrey S. Smith1-1/+1
2010-01-31docs: add some more Since: markers to buffer list docsTim-Philipp Müller1-0/+16
2009-12-07Use plain casting instead of typecheckingWim Taymans1-1/+1
2009-06-19bufferlist: remove old enum from docsWim Taymans1-1/+0
2009-06-19bufferlist: Various cleanupsWim Taymans1-22/+47
2009-05-12bufferlist: make objects opaqueWim Taymans1-19/+0
2009-05-12bufferlist: add bufferlist codeJonas Holmberg1-0/+215