mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
audioparsers: documentation fixes
This commit is contained in:
parent
d249e34fb4
commit
cbc6dcc04b
1 changed files with 2 additions and 2 deletions
|
@ -1711,7 +1711,7 @@ gst_base_parse_set_frame_props (GstBaseParse * parse, guint fps_num,
|
|||
* gst_base_transform_get_sync:
|
||||
* @parse: the #GstBaseParse to query
|
||||
*
|
||||
* Returns TRUE if parser is considered 'in sync'. That is, frames have been
|
||||
* Returns: TRUE if parser is considered 'in sync'. That is, frames have been
|
||||
* continuously successfully parsed and pushed.
|
||||
*/
|
||||
gboolean
|
||||
|
@ -1734,7 +1734,7 @@ gst_base_parse_get_sync (GstBaseParse * parse)
|
|||
* gst_base_transform_get_drain:
|
||||
* @parse: the #GstBaseParse to query
|
||||
*
|
||||
* Returns TRUE if parser is currently 'draining'. That is, leftover data
|
||||
* Returns: TRUE if parser is currently 'draining'. That is, leftover data
|
||||
* (e.g. in FLUSH or EOS situation) is being parsed.
|
||||
*/
|
||||
gboolean
|
||||
|
|
Loading…
Reference in a new issue