summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-13caps: remove gst_caps_union()Wim Taymans3-79/+5
2012-03-12basetransform: get template caps only onceWim Taymans1-22/+15
2012-03-12caps: delay _make_writable() until needed in _normalize()Wim Taymans1-6/+10
2012-03-12caps: shortcut simplify earlierWim Taymans1-2/+3
2012-03-12caps: small cleanup, remove constWim Taymans1-2/+2
2012-03-12caps: small cleanupsWim Taymans1-19/+20
2012-03-12caps: small doc improvementWim Taymans1-1/+1
2012-03-12configure.ac: bump required GLib to 2.31.14Sreerenj Balachandran1-1/+1
2012-03-12docs: update porting-to-0.11.txt a littleTim-Philipp Müller1-0/+16
2012-03-12caps: fix some 0.11 FIXMEsWim Taymans1-16/+5
2012-03-12caps: make _normalize take ownership of inputWim Taymans2-7/+6
2012-03-12caps: _do_simplify() -> _simplify()Wim Taymans10-22/+16
2012-03-12caps: improve _do_simplifyWim Taymans5-37/+25
2012-03-12tests: fix unit testWim Taymans1-1/+1
2012-03-11caps: avoid using in-place oprationsWim Taymans12-143/+151
2012-03-11structure: add allocation debugWim Taymans1-0/+6
2012-03-10typefind: remove const from refcounted GstCapsWim Taymans5-23/+13
2012-03-10registry: avoid copy when caps are fixedWim Taymans1-5/+8
2012-03-09buffer: small optimizationsWim Taymans1-16/+30
2012-03-09bufferpool: fix array typesWim Taymans1-3/+3
2012-03-09docs: update docsWim Taymans6-48/+39
2012-03-09pad: also push sticky events on new eventWim Taymans1-71/+82
2012-03-09pad: store the received result from _foreachWim Taymans1-0/+3
2012-03-09pad: add commentWim Taymans1-0/+3
2012-03-09test: add test to check sticky events orderWim Taymans1-0/+89
2012-03-09test: fix typo in commentWim Taymans1-1/+1
2012-03-08tests: port pipeline/seek test to 0.11Tim-Philipp Müller1-21/+6
2012-03-08Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller7-6/+235
2012-03-08pad, task: improve debug loggingTim-Philipp Müller2-2/+4
2012-03-08pads, collectpads2: get rid of superfluous brackets around static rec mutex c...Tim-Philipp Müller2-7/+7
2012-03-08common: update common moduleTim-Philipp Müller1-0/+0
2012-03-08tests: add minimal basesrc ! sink seeking unit testTim-Philipp Müller3-0/+228
2012-03-08value: remove gst_value_register_{subtract,union,intersect}_func() APITim-Philipp Müller4-75/+55
2012-03-08tee: fix refcount errorWim Taymans1-2/+0
2012-03-08pad: return ANY for a pad without templateWim Taymans2-7/+3
2012-03-08pad: small cleanupWim Taymans1-3/+2
2012-03-08memory: add commentWim Taymans1-0/+1
2012-03-08baseparse: Fix merge mistakeSebastian Dröge1-13/+0
2012-03-08Merge branch 'master' into 0.11Sebastian Dröge5-89/+91
2012-03-07baseparse: arrange for properly disjoint frame flagsMark Nauwelaerts1-4/+4
2012-03-06basetransform: delay pool activationWim Taymans1-14/+16
2012-03-06baseparse: Fix 'self-comparison always evaluates to true'Sebastian Dröge1-1/+1
2012-03-06tee: Fix 'use of logical '&&' with constant operand' compiler warningSebastian Dröge1-2/+2
2012-03-06basetransform: Fix 'equality comparison with extraneous parentheses' compiler...Sebastian Dröge1-1/+1
2012-03-06gst: Fix 'comparison of unsigned enum expression >= 0 is always true' compile...Sebastian Dröge1-1/+1
2012-03-05basetransform: don't propose_allocation before negotiationWim Taymans1-1/+8
2012-03-05baseparse: Fix handling of multiple newsegment eventsSebastian Dröge1-48/+48
2012-03-05baseparse: Also flush the close_segmentSebastian Dröge1-1/+4
2012-03-05baseparse: Remove obsolete code and move gap handling to the correct placeSebastian Dröge1-69/+46
2012-03-05baseparse: Clear some more state when receiving FLUSH_STOPSebastian Dröge1-0/+8