From: Tim-Philipp Müller Date: Wed, 16 Mar 2011 15:53:13 +0000 (+0000) Subject: mpegaudioparse: add FIXME for making the base class use xing seek tables better X-Git-Tag: RELEASE-0.10.29~256 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d92eba5563a837bacb9d187e99a95b14824bd6eb;p=platform%2Fupstream%2Fgst-plugins-good.git mpegaudioparse: add FIXME for making the base class use xing seek tables better --- diff --git a/gst/audioparsers/gstmpegaudioparse.c b/gst/audioparsers/gstmpegaudioparse.c index b9ad66a..658475d 100644 --- a/gst/audioparsers/gstmpegaudioparse.c +++ b/gst/audioparsers/gstmpegaudioparse.c @@ -34,6 +34,13 @@ * */ +/* 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