mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
docs: adjust some parameter mismatches
This commit is contained in:
parent
3f9516cef8
commit
bd3a27f24c
2 changed files with 2 additions and 2 deletions
|
@ -3343,7 +3343,7 @@ gst_base_parse_set_passthrough (GstBaseParse * parse, gboolean passthrough)
|
|||
/**
|
||||
* gst_base_parse_set_pts_interpolation:
|
||||
* @parse: a #GstBaseParse
|
||||
* @passthrough: %TRUE if parser should interpolate PTS timestamps
|
||||
* @pts_interpolate: %TRUE if parser should interpolate PTS timestamps
|
||||
*
|
||||
* By default, the base class will guess PTS timestamps using a simple
|
||||
* interpolation (previous timestamp + duration), which is incorrect for
|
||||
|
|
|
@ -255,7 +255,7 @@ guint gst_base_src_get_blocksize (GstBaseSrc *src);
|
|||
void gst_base_src_set_do_timestamp (GstBaseSrc *src, gboolean timestamp);
|
||||
gboolean gst_base_src_get_do_timestamp (GstBaseSrc *src);
|
||||
|
||||
gboolean gst_base_src_new_seamless_segment (GstBaseSrc *src, gint64 start, gint64 stop, gint64 position);
|
||||
gboolean gst_base_src_new_seamless_segment (GstBaseSrc *src, gint64 start, gint64 stop, gint64 time);
|
||||
|
||||
gboolean gst_base_src_set_caps (GstBaseSrc *src, GstCaps *caps);
|
||||
|
||||
|
|
Loading…
Reference in a new issue