audioencoder: api doc fixes.

This commit is contained in:
Stefan Sauer 2013-03-25 16:46:29 +01:00
parent 701ae2f144
commit e4ee1dde02

View File

@ -62,9 +62,10 @@
* </para></listitem> * </para></listitem>
* <listitem><para> * <listitem><para>
* If codec processing results in encoded data, subclass should call * If codec processing results in encoded data, subclass should call
* @gst_audio_encoder_finish_frame to have encoded data pushed * gst_audio_encoder_finish_frame() to have encoded data pushed
* downstream. Alternatively, it might also call to indicate dropped * downstream. Alternatively, it might also call
* (non-encoded) samples. * gst_audio_encoder_finish_frame() (with a NULL buffer and some number of
* dropped samples) to indicate dropped (non-encoded) samples.
* </para></listitem> * </para></listitem>
* <listitem><para> * <listitem><para>
* Just prior to actually pushing a buffer downstream, * Just prior to actually pushing a buffer downstream,
@ -140,7 +141,7 @@
* </para></listitem> * </para></listitem>
* <listitem><para> * <listitem><para>
* Accept data in @handle_frame and provide encoded results to * Accept data in @handle_frame and provide encoded results to
* @gst_audio_encoder_finish_frame. * gst_audio_encoder_finish_frame().
* </para></listitem> * </para></listitem>
* </itemizedlist> * </itemizedlist>
* *