summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-19value: Store our fundamental type GTypes in variablesSebastian Dröge2-13/+32
2014-06-17gstvalue: Speed up gst_value_intersect/_subtractEdward Hervey1-14/+25
2014-06-17tests: remove some cruft from the bufferlist testTim-Philipp Müller1-110/+1
2014-06-16tests: add test for gst_buffer_list_remove()Tim-Philipp Müller1-0/+28
2014-06-16bufferlist: fix buffer leak in _remove()Tim-Philipp Müller1-2/+9
2014-06-16flowcombiner: fix g-i transfer annotationsTim-Philipp Müller1-2/+2
2014-06-16flowcombiner: Fixed GBoxedCopyFuncEdward Hervey1-1/+3
2014-06-14devicemonitor: some docs additions and fixesTim-Philipp Müller2-79/+139
2014-06-14win32: add exports for new get_type() functionTim-Philipp Müller1-0/+1
2014-06-14flowcombiner: keep a ref to the pads we're usingTim-Philipp Müller1-3/+8
2014-06-14flowcombiner: add boxed type for bindingsTim-Philipp Müller2-2/+32
2014-06-12introspection: minor annotation additionsEvan Nemerson3-8/+9
2014-06-12introspection: include gstversion.h in GIR generationEvan Nemerson1-0/+1
2014-06-10bytereader: Use concistant derefence methodNicolas Dufresne1-1/+1
2014-06-10bytereader: Use pointer instead of index accessSungho Bae1-13/+11
2014-06-07globaldevicemonitor: prettify headerTim-Philipp Müller1-16/+27
2014-06-07tests: add unit test for queuearray expansion from 1Tim-Philipp Müller1-0/+13
2014-06-07queuearray: fix expanding size of queue from 1Evan Nemerson1-1/+1
2014-06-07dataqueue: clear up documentation of gst_data_queue_newEvan Nemerson1-1/+2
2014-06-06introspection: fix some minor annotation bugsEvan Nemerson6-10/+11
2014-06-06base: use correct syntax in documentation more consistentlyEvan Nemerson14-190/+193
2014-06-06baseparse: Pass rate of input segment to output segmentzhouming1-0/+2
2014-06-04gstbuffer: factor three flags-to-string loopsVincent Penquerc'h6-68/+117
2014-06-03info: make printing datetimes work with GST_PTR_FORMATTim-Philipp Müller1-3/+0
2014-06-03datetime: change internal implementation to mini objectTim-Philipp Müller4-27/+24
2014-06-03downloadbuffer: fix uninitialized variableWim Taymans1-2/+1
2014-06-03downloadbuffer: improve start/stop in buffering queryWim Taymans2-43/+51
2014-06-03identity: add static and const where appropriateVincent Penquerc'h1-1/+1
2014-06-03identity: fix potential buffer overflowVincent Penquerc'h1-3/+12
2014-06-03downloadbuffer: reset read and write positionsWim Taymans1-3/+14
2014-06-03info: first handle all miniobjects, then GObjectsWim Taymans1-9/+9
2014-06-03info: GstDateTime does not have a GType as first fieldWim Taymans1-0/+3
2014-06-03info: use macros to check typesWim Taymans1-3/+3
2014-06-01globaldevicemonitor: connect sync-message signal on the right objectTim-Philipp Müller1-1/+1
2014-05-31typefind: Keep still meaningfull pending events on FLUSH_STOPSebastian Dröge1-3/+15
2014-05-30Revert "miniobject: Add missing (nullable) annotations"Sebastian Dröge1-3/+3
2014-05-30bufferpool: It's pool, not poo... even when talking about flushingSebastian Dröge1-1/+1
2014-05-30miniobject: Add missing (nullable) annotationsPhilip Withnall1-3/+3
2014-05-30tests: multiqueue: fix leaksThiago Santos1-0/+2
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson67-602/+599
2014-05-30docs: fix type in GstObject docsTim-Philipp Müller1-2/+2
2014-05-29bufferpool: fix gst_buffer_pool_has_option() documentationEvan Nemerson1-1/+1
2014-05-29element: set pads need-parent flag to false when removingThiago Santos2-0/+36
2014-05-29multiqueue: post buffering message when queues flushThiago Santos1-0/+2
2014-05-29gitignore: Ignore VIM swap filesNicolas Dufresne1-0/+1
2014-05-27pad: two minor docs fixesTim-Philipp Müller2-1/+3
2014-05-27flowcombiner: beautify headers a littleTim-Philipp Müller1-5/+8
2014-05-27docs: add GstFlowCombinerTim-Philipp Müller3-1/+21
2014-05-27base: include flowcombiner header from base.hTim-Philipp Müller1-0/+1
2014-05-26flowcombiner: add GstFlowCombinerThiago Santos7-0/+436