mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 13:36:39 +00:00
mpegaudioparse: add FIXME for making the base class use xing seek tables better
This commit is contained in:
parent
81b0d87746
commit
d8f5745186
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@
|
||||||
* </refsect2>
|
* </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
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue