summaryrefslogtreecommitdiff
path: root/gst/gstsample.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-22sample: add gst_sample_set/get_buffer_list apisHyunjun1-0/+51
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-8/+8
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-6/+6
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-08-21docs: flesh out gst_sample_get_buffer() a littleTim-Philipp Müller1-0/+4
2012-12-14add debug categoryWim Taymans1-0/+5
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-19GstSample: fix typo in G-I annotations, allows creating GstSamples from bindi...Michael Smith1-1/+1
2012-09-10sample: free info structure with sample if there is one and fix copy with NUL...Tim-Philipp Müller1-2/+5
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-2/+0
2012-07-05miniobject: add lock functionality to GstMiniObjectWim Taymans1-1/+1
2012-06-23miniobjects: pass copy, dispose and free function to gst_mini_object_init()Tim-Philipp Müller1-4/+3
2012-06-23sample: some more g-i annotationsTim-Philipp Müller1-4/+4
2012-06-15sample: no need to store the size of the sample structure inside the structureTim-Philipp Müller1-4/+1
2012-06-14miniobject: remove the size fieldWim Taymans1-3/+5
2012-03-29docs: update more documentationWim Taymans1-4/+2
2012-01-03docs: fix some docsWim Taymans1-0/+6
2011-12-01sample: remove constWim Taymans1-1/+1
2011-12-01sample: add new sample miniobjectWim Taymans1-0/+200