From: Sebastian Dröge Date: Mon, 26 Sep 2011 14:35:55 +0000 (+0200) Subject: audioencoder: Improve set_frame_sample_{min,max} documentation X-Git-Tag: 1.19.3~511^2~6555^2~445 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4c895dfafd3b478aaaa1ac396c49e5113ff251e;p=platform%2Fupstream%2Fgstreamer.git audioencoder: Improve set_frame_sample_{min,max} documentation --- diff --git a/gst-libs/gst/audio/gstaudioencoder.c b/gst-libs/gst/audio/gstaudioencoder.c index 57f6460..c118438 100644 --- a/gst-libs/gst/audio/gstaudioencoder.c +++ b/gst-libs/gst/audio/gstaudioencoder.c @@ -1732,6 +1732,9 @@ gst_audio_encoder_get_audio_info (GstAudioEncoder * enc) * Sets number of samples (per channel) subclass needs to be handed, * at least or will be handed all available if 0. * + * If an exact number of samples is required, gst_audio_encoder_set_frame_samples_max() + * must be called with the same number. + * * Since: 0.10.36 */ void @@ -1766,6 +1769,9 @@ gst_audio_encoder_get_frame_samples_min (GstAudioEncoder * enc) * Sets number of samples (per channel) subclass needs to be handed, * at most or will be handed all available if 0. * + * If an exact number of samples is required, gst_audio_encoder_set_frame_samples_min() + * must be called with the same number. + * * Since: 0.10.36 */ void