summaryrefslogtreecommitdiff
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* basesink: don't unlock mutex that is not lockedTim-Philipp Müller2014-10-241-1/+6
* basesrc: handle reference in set_allocation rather than in prepare_allocationAurélien Zanelli2014-09-161-0/+10
* check: Use the name parameter of gst_check_setup_src_pad_by_name() and the si...Sebastian Dröge2014-09-161-3/+2
* base: and fix build with new g-i againTim-Philipp Müller2014-08-141-1/+1
* base: remove g-i annotation that makes older g-ir-scanner crashTim-Philipp Müller2014-08-141-1/+1
* baseparse: Return FLOW_FLUSHING when pushing a frame on a pad that has been f...Thibault Saunier2014-07-171-0/+3
* docs: Fix documentation typos and inconsistenciesSebastian Rasmussen2014-07-093-6/+21
* libs: gstcheck: check that mutex is locked before g_cond_wait*() is calledTim-Philipp Müller2014-07-061-0/+2
* libs: gstcheck: init and clear global mutex and cond variablesTim-Philipp Müller2014-07-061-0/+6
* basesink: reset QoS on segment eventVincent Penquerc'h2014-07-011-0/+1
* introspection: Assorted minor introspection and documentation fixesEvan Nemerson2014-07-014-4/+12
* dataqueue: Hide from bindingsSebastian Dröge2014-06-262-17/+20
* queuearray: Hide from bindingsSebastian Dröge2014-06-262-9/+12
* base: assorted introspection fixes and additionsEvan Nemerson2014-06-263-6/+7
* base: add (nullable) annotations to return valuesEvan Nemerson2014-06-265-32/+32
* baseparse: avoid returning _OK for _NOT_LINKEDThiago Santos2014-06-251-0/+4
* flowcombiner: fix g-i transfer annotationsTim-Philipp Müller2014-06-161-2/+2
* flowcombiner: Fixed GBoxedCopyFuncEdward Hervey2014-06-161-1/+3
* flowcombiner: keep a ref to the pads we're usingTim-Philipp Müller2014-06-141-3/+8
* flowcombiner: add boxed type for bindingsTim-Philipp Müller2014-06-142-2/+32
* bytereader: Use concistant derefence methodNicolas Dufresne2014-06-101-1/+1
* bytereader: Use pointer instead of index accessSungho Bae2014-06-101-13/+11
* queuearray: fix expanding size of queue from 1Evan Nemerson2014-06-071-1/+1
* dataqueue: clear up documentation of gst_data_queue_newEvan Nemerson2014-06-071-1/+2
* introspection: fix some minor annotation bugsEvan Nemerson2014-06-062-2/+2
* base: use correct syntax in documentation more consistentlyEvan Nemerson2014-06-0614-190/+193
* baseparse: Pass rate of input segment to output segmentzhouming2014-06-061-0/+2
* flowcombiner: beautify headers a littleTim-Philipp Müller2014-05-271-5/+8
* docs: add GstFlowCombinerTim-Philipp Müller2014-05-271-1/+7
* base: include flowcombiner header from base.hTim-Philipp Müller2014-05-271-0/+1
* flowcombiner: add GstFlowCombinerThiago Santos2014-05-263-0/+262
* basetransform: Passthrough ALLOCATION queries in passthrough mode even if we ...Sebastian Dröge2014-05-261-3/+2
* sparsefile: keep it private as helper API for downloadbufferTim-Philipp Müller2014-05-133-530/+1
* basetransform: Correctly reset configurationNicolas Dufresne2014-05-091-0/+2
* nettimeprovider: Use non-freed variableEdward Hervey2014-05-091-1/+2
* pool-nego: Correctly reset the configurationNicolas Dufresne2014-05-081-0/+2
* pool-nego: Retry setting configuration with modified configNicolas Dufresne2014-05-082-2/+46
* sparsefile: add some Since markers to docsTim-Philipp Müller2014-05-081-0/+16
* sparsefile: sprinkle G_BEGIN_DECLS / G_END_DECLSTim-Philipp Müller2014-05-082-5/+5
* Add new downloadbuffer elementWim Taymans2014-05-083-1/+514
* check: use _exit() instead of exit() in fail_unless() so we exit immediatelyTim-Philipp Müller2014-05-071-1/+1
* basesink: Always render prepared bufferNicolas Dufresne2014-05-021-3/+12
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-269-18/+0
* basesrc: Make sure to always hold the LIVE_LOCK when going to the flushing labelSebastian Dröge2014-04-201-2/+4
* libs: g-ir-scanner: do not hardcode libtool pathAntoine Jacoutot2014-04-174-4/+4
* check: Fix exported symbol nameEdward Hervey2014-04-161-1/+1
* check: Add new API to set up pads from non-static pad templatesSebastian Dröge2014-04-153-4/+90
* testclock: replace newly-added GstTestClockIDList structure with a simple GListTim-Philipp Müller2014-04-123-74/+30
* docs: testclock: fix up Since markersTim-Philipp Müller2014-04-122-5/+5
* testclock: add back gst_test_clock_wait_for_pending_id_count()Tim-Philipp Müller2014-04-123-1/+32