mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
appsrc: fix doc typos
This commit is contained in:
parent
8be5030d47
commit
6105420bfc
1 changed files with 2 additions and 2 deletions
|
@ -1591,7 +1591,7 @@ gst_app_src_set_latencies (GstAppSrc * appsrc, gboolean do_min, guint64 min,
|
||||||
* gst_app_src_set_latency:
|
* gst_app_src_set_latency:
|
||||||
* @appsrc: a #GstAppSrc
|
* @appsrc: a #GstAppSrc
|
||||||
* @min: the min latency
|
* @min: the min latency
|
||||||
* @max: the min latency
|
* @max: the max latency
|
||||||
*
|
*
|
||||||
* Configure the @min and @max latency in @src. If @min is set to -1, the
|
* Configure the @min and @max latency in @src. If @min is set to -1, the
|
||||||
* default latency calculations for pseudo-live sources will be used.
|
* default latency calculations for pseudo-live sources will be used.
|
||||||
|
@ -1606,7 +1606,7 @@ gst_app_src_set_latency (GstAppSrc * appsrc, guint64 min, guint64 max)
|
||||||
* gst_app_src_get_latency:
|
* gst_app_src_get_latency:
|
||||||
* @appsrc: a #GstAppSrc
|
* @appsrc: a #GstAppSrc
|
||||||
* @min: (out): the min latency
|
* @min: (out): the min latency
|
||||||
* @max: (out): the min latency
|
* @max: (out): the max latency
|
||||||
*
|
*
|
||||||
* Retrieve the min and max latencies in @min and @max respectively.
|
* Retrieve the min and max latencies in @min and @max respectively.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue