summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2015-10-02gstreamer: Fix memory leaks when context parse failsVineeth TM2-1/+17
2015-10-02timedvaluecontrolsource: Use g_sequence_lookup where possibleJan Alexander Steffens (heftig)1-33/+15
2015-10-01interpolationcontrolsource: fix write over the array sizeStefan Sauer1-1/+1
2015-09-30controlpoint: change the padding to be of arch-independent sizeStefan Sauer1-3/+3
2015-09-28check: fix 'format string is not a string literal' warning with clangTim-Philipp Müller1-1/+4
2015-09-28directcontrolbinding: fix formattingStefan Sauer1-1/+2
2015-09-28index: mark two structs that don't have abi paddingStefan Sauer1-0/+2
2015-09-28controller: add the missing abi paddingStefan Sauer1-2/+2
2015-09-27interpolationcontrolsource: add cubic_mono interpolationStefan Sauer3-4/+185
2015-09-27interpolationcontrolsource: refactor codeStefan Sauer1-100/+76
2015-09-26harness: minor doc fixesTim-Philipp Müller1-13/+13
2015-09-26segment: Replaced gst_segment_to_position with gst_segment_position_from_runn...Vivia Nikolaidou1-4/+12
2015-09-25ptpclock: Fix error leak during failuresVineeth TM1-0/+4
2015-09-24harness: don't crash when adding a sink-harness without h->sinkpadHavard Graff1-1/+1
2015-09-23basetransform: Print buffer PTS when submitting an input bufferSebastian Dröge1-5/+6
2015-09-15downloadbuffer, benchmarks: fix error leaks in failure code pathsVineeth TM1-0/+1
2015-09-15check: Fix indentationVineeth TM1-5/+4
2015-09-07harness: Fix race for gst_harness_element_refStian Selnes1-3/+14
2015-09-07harness: Allow-none for custom stress init funcStian Selnes1-2/+3
2015-08-31harness: misc bugfixesHavard Graff1-11/+15
2015-08-21basetransform: Reconfigure before propose_allocationNicolas Dufresne1-24/+37
2015-08-18baseparse: avoid tag list spam if upstream provides bitrate tags alreadyTim-Philipp Müller1-16/+51
2015-08-16baseparse: fix tag handlingTim-Philipp Müller1-93/+88
2015-08-16baseparse: add API for subclass to set tagsTim-Philipp Müller2-0/+56
2015-08-16baseparse: save upstream stream tagsTim-Philipp Müller1-10/+38
2015-08-15baseparse: minor code simplificationTim-Philipp Müller1-30/+19
2015-08-13basetransform: rework accept-capsThiago Santos1-24/+29
2015-08-13basetransform: remove some dead codeThiago Santos1-54/+22
2015-08-13basetransform: respect accept-caps intersect flagThiago Santos1-6/+16
2015-08-12basetransform: remove unreachable return statementVineeth TM1-2/+0
2015-08-09harness: add _set_forwarding functionHavard Graff3-3/+49
2015-08-05basesink: Only drop buffer if their PTS is out of segmentNicolas Dufresne1-2/+13
2015-08-05harness: don't run code inside g_assertLuis de Bethencourt1-34/+63
2015-07-28doc/gsthardness: Fix typo in GstAllocationParamsNicolas Dufresne1-5/+4
2015-07-28doc/gstharness: Remove unknown parameterNicolas Dufresne1-1/+0
2015-07-27basetransform: Return FLOW_FLUSHING if negotiation fails during shutdownOlivier Crête1-0/+2
2015-07-22harness: Fix indendationOlivier Crête1-2/+2
2015-07-22basetransform: Avoid increasing query referenceNicolas Dufresne1-4/+14
2015-07-20harness: add functions for adding sub-harnesses directlyHavard Graff3-30/+68
2015-07-17baseparse: Don't override gst_segment_do_seek()Nicolas Dufresne1-2/+0
2015-07-17baseparse: Fix extrapolation of seeksegment.stopNicolas Dufresne1-4/+6
2015-07-16harness: fix indentationTim-Philipp Müller1-5/+5
2015-07-16harness: fix pad template leakTim-Philipp Müller1-1/+5
2015-07-16harness: don't re-establish the harness sink and src padsHavard Graff1-2/+6
2015-07-16harness: Improve detection of element typeStian Selnes2-36/+66
2015-07-16harness: Forward sticky events to sink harnessStian Selnes1-0/+10
2015-07-16harness: make header nicer to readTim-Philipp Müller1-87/+187
2015-07-10baseparse: estimate duration on EOSVineeth TM1-0/+3
2015-07-10adapter: change log message properlyHyunjun Ko1-6/+6
2015-07-08adapter: fix to get valid (buffer_)listHyunjun Ko1-9/+40