summaryrefslogtreecommitdiff
path: root/gst/aacparse/gstbaseparse.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-08audioparsers: rename 'aacparse' plugin to generic 'audioparsers' pluginMark Nauwelaerts1-2081/+0
2009-12-08baseparse: reset passthrough mode to default (disabled) on activationMark Nauwelaerts1-0/+1
2009-12-08baseparse: ensure buffer metadata is writableMark Nauwelaerts1-0/+1
2009-12-08baseparse: fix/enhance DISCONT markingMark Nauwelaerts1-3/+61
2009-12-08baseparse: add timestamp handling, and default conversionMark Nauwelaerts1-9/+216
2009-12-08baseparse: documentation fixesMark Nauwelaerts1-9/+4
2009-12-08baseparse: use_fixed_caps for src padMark Nauwelaerts1-0/+1
2009-11-20aacparse: Fix compilation warningsJulien Moutte1-2/+5
2009-10-11aacparse: fix warnings in macosx snow leopardJosep Torra1-3/+5
2009-09-25aacparse: forego (bogus) parsing of already parsed (raw) inputMark Nauwelaerts1-1/+31
2009-08-07baseparse: prevent infinite loop when drainingMark Nauwelaerts1-0/+8
2009-08-07baseparse: fix minor memory leakMark Nauwelaerts1-0/+1
2009-07-14aacparse: Add function for the baseparse subclass to push buffers downstreamSebastian Dröge1-27/+57
2009-07-14baseparse: Fix seek event leakingSebastian Dröge1-2/+3
2009-06-02baseparse: propagate return value of GstBaseParse::set_sink_caps()Tim-Philipp Müller1-1/+1
2009-06-02baseparse: don't try to GST_LOG an already-freed caps stringTim-Philipp Müller1-6/+2
2009-05-28baseparse: fix debug categoryMark Nauwelaerts1-1/+1
2009-05-03baseparse: fix (regression in) newsegment handlingMark Nauwelaerts1-16/+8
2009-04-07baseparse: Fix slightly broken buffer-in-segment check (aacparse, amrparse, f...René Stadler1-1/+1
2009-04-05baseparse: Fix push mode seeking (aacparse, amrparse)René Stadler1-5/+12
2009-03-31baseparse: Delay newsegment as long as possible.Mark Nauwelaerts1-25/+34
2009-02-27baseparse: revert last change and properly fixStefan Kost1-4/+6
2009-02-26baseparse: remove checks for buffer==NULLStefan Kost1-9/+5
2009-01-30Fix the return value of the default parse_frame function.Jan Schmidt1-3/+3
2008-11-13gst/: Fix baseparse type name.Stefan Kost1-1/+1
2008-11-13Add two new baseparse based parsers (aac and amr) from Bug #518857.Stefan Kost1-0/+1741