summaryrefslogtreecommitdiff
path: root/gst/audioparsers/gstaacparse.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove audioparsers plugin, it has been moved to -goodTim-Philipp Müller2011-04-081-715/+0
|
* Revert "aacparse: allow parsed frames on sink pad"David Schleef2011-02-261-1/+1
| | | | This reverts commit e49b89d5c5a1244fa0dcb8bb4996e38fb9bff9e5.
* aacparse: allow parsed frames on sink padDavid Schleef2011-02-251-1/+1
|
* baseparse: refactor passthrough into format flagsMark Nauwelaerts2011-01-281-3/+4
| | | | | | Also add a format flag to signal baseparse that subclass/format can provide (parsed) timestamp rather than an estimated one. In particular, such "strong" timestamp then allows to e.g. determine duration.
* baseparse: introduce a baseparse frame to serve as contextMark Nauwelaerts2011-01-281-44/+34
| | | | ... and adjust subclass parsers accordingly
* audioparsers: update some documentationMark Nauwelaerts2010-12-031-15/+8
|
* audioparsers: Remove dead assignmentsEdward Hervey2010-11-251-23/+0
|
* aacparse: minor cleanupsMark Nauwelaerts2010-11-171-6/+5
|
* aacparse: fix regression in ADIF src caps settingMark Nauwelaerts2010-11-171-1/+8
|
* aacparse: streamline src caps settingMark Nauwelaerts2010-10-121-16/+46
| | | | In particular, also set src caps whenever changes in stream warrant doing so.
* aacparse: set minimum frame size at _startMark Nauwelaerts2010-10-011-2/+1
| | | | ... rather than one time at _init.
* baseparse: use _set_frame_props to configure frame lead_in and lead_outMark Nauwelaerts2010-10-011-1/+1
| | | | | ... provided a corresponding decoder with sufficient leading and following frames to carry out full decoding for a particular segment.
* baseparse: use _set_duration to configure duration update intervalMark Nauwelaerts2010-10-011-1/+1
| | | | | ... as it logically belongs there as one or the other; either subclass can provide a duration, or an estimate must be made (reguarly updated).
* baseparse: remove is_seekable vmethod and use a set_seek insteadMark Nauwelaerts2010-10-011-24/+4
| | | | | | | Seekability, like duration, etc is unlikely to change (frequently), and the default assumption covers most cases, so let subclass set when needed. At the same time, allow subclass to indicate if it has seek-metadata (table) available, and possibly have it provide an average bitrate.
* aacparse: Fix bitrate calculationArun Raghavan2010-03-251-4/+35
| | | | | | | | This patch adds the get_frame_overhead() vfunc so that baseparse can accurately calculate the min/avg/max bitrates for aacparse. Note: The bitrate was being incorrectly calculated for ADTS streams (it's not in the header as the code suggests).
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-5/+3
|
* win32: Include config.h before anything else. Fix mpegdemux LIBADDÐóñëàí Èæáóëàòîâ2010-01-121-2/+2
| | | | | | | | | Because config.h defines __MSVCRT_VERSION__, which should be defined before inclusion of any system header. Also fixes mpegdemux Makefile.am LIBADD typo. Fixes #606665
* aacparse: Also add stream-format to template capsThiago Santos2010-01-111-1/+2
| | | | | Do not forget to add stream-format to template caps off aacparse
* Rename aac's stream-format 'none' to 'raw'Thiago Santos2010-01-111-1/+1
| | | | | Renames aac's stream-format from previous commits from none to raw
* aacparse: Add stream-format to output capsThiago Santos2010-01-111-0/+17
| | | | Adds stream-format field to output caps
* audioparsers: documentation fixesMark Nauwelaerts2010-01-051-1/+1
|
* audioparsers: rename 'aacparse' plugin to generic 'audioparsers' pluginMark Nauwelaerts2009-12-081-0/+692