mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
audioencoder: api doc fixes.
This commit is contained in:
parent
701ae2f144
commit
e4ee1dde02
1 changed files with 5 additions and 4 deletions
|
@ -62,9 +62,10 @@
|
|||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* If codec processing results in encoded data, subclass should call
|
||||
* @gst_audio_encoder_finish_frame to have encoded data pushed
|
||||
* downstream. Alternatively, it might also call to indicate dropped
|
||||
* (non-encoded) samples.
|
||||
* gst_audio_encoder_finish_frame() to have encoded data pushed
|
||||
* downstream. Alternatively, it might also call
|
||||
* gst_audio_encoder_finish_frame() (with a NULL buffer and some number of
|
||||
* dropped samples) to indicate dropped (non-encoded) samples.
|
||||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* Just prior to actually pushing a buffer downstream,
|
||||
|
@ -140,7 +141,7 @@
|
|||
* </para></listitem>
|
||||
* <listitem><para>
|
||||
* Accept data in @handle_frame and provide encoded results to
|
||||
* @gst_audio_encoder_finish_frame.
|
||||
* gst_audio_encoder_finish_frame().
|
||||
* </para></listitem>
|
||||
* </itemizedlist>
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue