docs: remove outdated doc strings

This commit is contained in:
Stefan Sauer 2015-07-07 16:58:53 +02:00
parent 8a987bc580
commit 093e8f8a75

View file

@ -49,11 +49,6 @@ typedef struct _GstAmrParseClass GstAmrParseClass;
* @block_size: Pointer to frame size lookup table. * @block_size: Pointer to frame size lookup table.
* @need_header: Tells whether the MIME header should be read in the beginning. * @need_header: Tells whether the MIME header should be read in the beginning.
* @wide: Wideband mode. * @wide: Wideband mode.
* @eos: Indicates the EOS situation. Set when EOS event is received.
* @sync: Tells whether the parser is in sync.
* @framecount: Total amount of frames handled.
* @bytecount: Total amount of bytes handled.
* @ts: Timestamp of the current media.
* *
* The opaque GstAacParse data structure. * The opaque GstAacParse data structure.
*/ */