gstreamer/gst/audioparsers
Mark Nauwelaerts 4dff7c81d6 baseparse: remove is_seekable vmethod and use a set_seek instead
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.
2010-10-01 12:15:48 +02:00
..
gstaacparse.c baseparse: remove is_seekable vmethod and use a set_seek instead 2010-10-01 12:15:48 +02:00
gstaacparse.h audioparsers: rename 'aacparse' plugin to generic 'audioparsers' plugin 2009-12-08 16:05:26 +01:00
gstac3parse.c ac3parse: remove redundant default is_seekable 2010-10-01 12:15:48 +02:00
gstac3parse.h ac3parse: initial version 2009-12-08 16:06:30 +01:00
gstamrparse.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
gstamrparse.h amrparse: use (default) time handling of baseparser class 2009-12-08 16:06:30 +01:00
gstbaseparse.c baseparse: remove is_seekable vmethod and use a set_seek instead 2010-10-01 12:15:48 +02:00
gstbaseparse.h baseparse: remove is_seekable vmethod and use a set_seek instead 2010-10-01 12:15:48 +02:00
gstflacparse.c flacparse: Optionally check the overall frame checksums too before accepting a frame as valid 2010-03-26 18:58:35 +01:00
gstflacparse.h flacparse: Optionally check the overall frame checksums too before accepting a frame as valid 2010-03-26 18:58:35 +01:00
Makefile.am audioparsers: move 'flacparse' into it 2010-01-05 17:40:02 +01:00
plugin.c audioparsers: increase ranks to enable auto-plugging 2010-10-01 12:15:46 +02:00