summaryrefslogtreecommitdiff
path: root/gst/gstsample.c
Commit message (Expand)AuthorAgeFilesLines
* introspection: add missing (nullable) annotations to return valuesEvan Nemerson2014-06-261-8/+8
* docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson2014-05-301-6/+6
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* docs: flesh out gst_sample_get_buffer() a littleTim-Philipp Müller2013-08-211-0/+4
* add debug categoryWim Taymans2012-12-141-0/+5
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* GstSample: fix typo in G-I annotations, allows creating GstSamples from bindi...Michael Smith2012-10-191-1/+1
* sample: free info structure with sample if there is one and fix copy with NUL...Tim-Philipp Müller2012-09-101-2/+5
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-2/+0
* miniobject: add lock functionality to GstMiniObjectWim Taymans2012-07-051-1/+1
* miniobjects: pass copy, dispose and free function to gst_mini_object_init()Tim-Philipp Müller2012-06-231-4/+3
* sample: some more g-i annotationsTim-Philipp Müller2012-06-231-4/+4
* sample: no need to store the size of the sample structure inside the structureTim-Philipp Müller2012-06-151-4/+1
* miniobject: remove the size fieldWim Taymans2012-06-141-3/+5
* docs: update more documentationWim Taymans2012-03-291-4/+2
* docs: fix some docsWim Taymans2012-01-031-0/+6
* sample: remove constWim Taymans2011-12-011-1/+1
* sample: add new sample miniobjectWim Taymans2011-12-011-0/+200