mpegaudioparse: add FIXME for making the base class use xing seek tables better
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 16 Mar 2011 15:53:13 +0000 (15:53 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 8 Apr 2011 17:07:17 +0000 (18:07 +0100)
gst/audioparsers/gstmpegaudioparse.c

index b9ad66a..658475d 100644 (file)
  * </refsect2>
  */
 
+/* FIXME: we should make the base class (GstBaseParse) aware of the
+ * XING seek table somehow, so it can use it properly for things like
+ * accurate seeks. Currently it can only do a lookup via the convert function,
+ * but then doesn't know what the result represents exactly. One could either
+ * add a vfunc for index lookup, or just make mpegaudioparse populate the
+ * base class's index via the API provided.
+ */
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif