plugins/ogg: Add support to new fields
authorLucas De Marchi <lucas.demarchi@intel.com>
Mon, 12 Aug 2013 17:10:28 +0000 (14:10 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 16 Aug 2013 18:05:11 +0000 (15:05 -0300)
commitf82d0d1e348613f63828bdc7d2952db504493152
tree9ff329210216a796b910b2008c7d36770ac2f45b
parent132ff6d7683698395b70b08371de373d95084902
plugins/ogg: Add support to new fields

New fields are supported for ogg vorbis:
* container: Always the same: ogg
* codec: Although ogg may contain streams encoded by other
  codecs we never supported them. They will fail to parse when
  we try to create the vorbis structs. Therefore for now this is
  statically set to "vorbis"
* bitrate, sampling rate, channels: As extracted from the
  vorbis header
src/plugins/ogg/ogg.c