summaryrefslogtreecommitdiffstats
path: root/gst/flacparse/gstbaseparse.c
AgeCommit message (Expand)AuthorFilesLines
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-03baseparse: fix (regression in) newsegment handlingMark Nauwelaerts1-10/+8
2009-04-07baseparse: Fix slightly broken buffer-in-segment check (aacparse, amrparse, f...René Stadler1-1/+1
2009-02-27baseparse: revert last change and properly fixStefan Kost1-4/+6
2009-02-26baseparse: remove checks for buffer==NULLStefan Kost1-9/+5
2008-10-10Fix compiler warning on OS/X about parameters not matching the debug format s...Jan Schmidt1-2/+2
2008-09-30gst/flacparse/gstbaseparse.c: Add support for GstIndex.Sebastian Dröge1-3/+91
2008-09-30gst/flacparse/gstbaseparse.*: Provide a vfunc for the subclass to decide whet...Sebastian Dröge1-34/+51
2008-09-30gst/flacparse/gstbaseparse.c: Approximate the average bitrate, duration and s...Sebastian Dröge1-71/+184
2008-09-29Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that...Sebastian Dröge1-0/+1763