mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docs: add missing parameter docs
This commit is contained in:
parent
59670baf8e
commit
217b209aba
1 changed files with 1 additions and 1 deletions
|
@ -2986,7 +2986,7 @@ gst_base_parse_set_syncable (GstBaseParse * parse, gboolean syncable)
|
||||||
/**
|
/**
|
||||||
* gst_base_parse_set_passthrough:
|
* gst_base_parse_set_passthrough:
|
||||||
* @parse: a #GstBaseParse
|
* @parse: a #GstBaseParse
|
||||||
* @passthrough:
|
* @passthrough: @TRUE if parser should run in passthrough mode
|
||||||
*
|
*
|
||||||
* Set if the nature of the format or configuration does not allow (much)
|
* Set if the nature of the format or configuration does not allow (much)
|
||||||
* parsing, and the parser should operate in passthrough mode (which only
|
* parsing, and the parser should operate in passthrough mode (which only
|
||||||
|
|
Loading…
Reference in a new issue