mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
docs: minor GstBaseParse docs fixes
Expose docs for gst_base_parse_finish_frame().
This commit is contained in:
parent
30010356f2
commit
5ea8937f56
2 changed files with 3 additions and 3 deletions
|
@ -166,12 +166,12 @@ gst_base_parse_frame_init
|
|||
gst_base_parse_frame_free
|
||||
|
||||
gst_base_parse_push_frame
|
||||
gst_base_parse_finish_frame
|
||||
|
||||
GST_BASE_PARSE_DRAINING
|
||||
GST_BASE_PARSE_FLAG_DRAINING
|
||||
GST_BASE_PARSE_FLAG_LOST_SYNC
|
||||
GST_BASE_PARSE_FLOW_DROPPED
|
||||
GST_BASE_PARSE_FLOW_QUEUED
|
||||
GST_BASE_PARSE_LOST_SYNC
|
||||
GST_BASE_PARSE_SINK_PAD
|
||||
GST_BASE_PARSE_SRC_PAD
|
||||
|
|
|
@ -88,8 +88,8 @@
|
|||
* data is available. In push mode this amounts to an
|
||||
* additional input buffer (thus minimal additional latency), in pull mode
|
||||
* this amounts to some arbitrary reasonable buffer size increase.
|
||||
* Of course, gst_base_parse_set_min_size() could also be used if a very
|
||||
* specific known amount of additional data is required.
|
||||
* Of course, gst_base_parse_set_min_frame_size() could also be used if a
|
||||
* very specific known amount of additional data is required.
|
||||
* If, however, the buffer holds a complete valid frame, it can pass
|
||||
* the size of this frame to gst_base_parse_finish_frame().
|
||||
* If acting as a converter, it can also merely indicate consumed input data
|
||||
|
|
Loading…
Reference in a new issue