summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2012-06-18clock: fix compiler warningSebastian Rasmussen1-5/+5
2012-06-18miniobject: hide qdata array layoutWim Taymans2-24/+31
2012-06-18atomic queue: register as boxed typeEvan Nemerson2-0/+8
2012-06-18introspection: assorted introspection and documentation fixesEvan Nemerson16-99/+105
2012-06-18toc setter: change GstTocSetterIFace to GstTocSetterInterfaceEvan Nemerson2-6/+6
2012-06-18bufferpool: update docs a littleWim Taymans1-0/+4
2012-06-18bufferpool:check caps argumentWim Taymans2-1/+1
2012-06-15caps: NULL is not a valid caps anymoreWim Taymans1-2/+0
2012-06-15docs: improve API docsWim Taymans11-32/+235
2012-06-15alllocator: no need to store structure size inside the structureTim-Philipp Müller1-4/+1
2012-06-15query: no need to store the size of the structure inside the structureTim-Philipp Müller1-7/+4
2012-06-15event: no need to store the size of the structure inside the structureTim-Philipp Müller1-12/+6
2012-06-15bufferlist: no need to store the size of the structure inside the structureTim-Philipp Müller1-7/+3
2012-06-15caps: no need to store the size of the caps structure inside the structureTim-Philipp Müller1-7/+3
2012-06-15message: no need to store size of the message structure inside the structureTim-Philipp Müller1-11/+6
2012-06-15sample: no need to store the size of the sample structure inside the structureTim-Philipp Müller1-4/+1
2012-06-15taglist: no need to store the size of the tag list structure inside the struc...Tim-Philipp Müller1-9/+3
2012-06-15miniobject: expand docs a littleWim Taymans1-1/+9
2012-06-15miniobject: add qdataWim Taymans2-30/+135
2012-06-15miniobject: fix error in the weak ref handlingWim Taymans1-35/+18
2012-06-14miniobject: remove the size fieldWim Taymans11-43/+66
2012-06-14memory: make GstMemory a miniobjectWim Taymans3-101/+82
2012-06-14trace: always print miniobject refcountWim Taymans1-1/+1
2012-06-14memory: fix copy functionWim Taymans1-29/+13
2012-06-14memory: make GstAllocator a miniobjectWim Taymans2-63/+80
2012-06-14element: fix pad transfer annotation from none to fullVincent Penquerc'h1-1/+1
2012-06-14message: add the running-time to the async-done messageWim Taymans3-23/+27
2012-06-14pipeline: use reset_time message to reset the start timeWim Taymans1-9/+8
2012-06-14message: add a new message to reset timeWim Taymans4-2/+57
2012-06-13bin: always recurse into bins when doing state changesWim Taymans1-0/+5
2012-06-12datetime: clean-ups and new API adjustmentsTim-Philipp Müller2-194/+127
2012-06-12datetime: allow GstDateTime where not all fields are setOleksij Rempel2-7/+363
2012-06-12message: fix up minor inconsistency in structure name of state-changed messageTim-Philipp Müller3-3/+3
2012-06-12introspection: add some missing annotationsEvan Nemerson5-8/+11
2012-06-12childproxy: add a few more commentsStefan Sauer1-3/+6
2012-06-11childproxy: fix signal handler signatures in classStefan Sauer1-2/+2
2012-06-11childproxy: use GstChildProxy instead of GObject on the public apiStefan Sauer3-43/+46
2012-06-11element: remove unused UNPARENTING flagWim Taymans1-9/+6
2012-06-11bin: reorganize _remove_func to avoid racesWim Taymans1-33/+19
2012-06-11gstelement: Start over if subclass removed the next pad tooMatej Knopp1-0/+4
2012-06-09datetime: remove fallback code for old GLibsTim-Philipp Müller1-532/+123
2012-06-08gstutils: Faster read macrosEdward Hervey1-29/+86
2012-06-07registry: We name the registry after the target cpuEdward Hervey1-1/+1
2012-06-06element: fix pad cleanup in disposeWim Taymans1-14/+24
2012-06-06event: Don't make the TOC event a multi-sticky eventSebastian Dröge2-3/+3
2012-06-06Make sure that unlinked pads do not cause a return false on latency events.Havard Graff1-0/+5
2012-06-06event: add name to sticky_multi eventsWim Taymans2-8/+16
2012-06-06query: improve docsWim Taymans1-1/+5
2012-06-06pad: only serialized events can't pass after EOSWim Taymans1-3/+3
2012-06-05gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-1/+1