mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
baseparse: fix typo in docs for GST_BASE_PARSE_FORMAT_FLAG_PASSTHROUGH
https://bugzilla.gnome.org/show_bug.cgi?id=518857
This commit is contained in:
parent
251dfa402c
commit
99014adcae
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ typedef struct {
|
|||
* @GST_BASE_PARSE_FORMAT_FLAG_NONE: no flags active
|
||||
* @GST_BASE_PARSE_FORMAT_FLAG_PASSTHROUGH: nature of format or configuration
|
||||
* does not allow (much) parsing, so parser should operate in passthrough mode
|
||||
* (which only applies operating in pull mode). That is, incoming buffers
|
||||
* (which only applies operating in push mode). That is, incoming buffers
|
||||
* are pushed through unmodified, i.e. no @check_valid_frame or @parse_frame
|
||||
* callbacks will be invoked. On the other hand, @pre_push_buffer is still
|
||||
* invoked, where subclass can perform as much or as little is appropriate for
|
||||
|
|
Loading…
Reference in a new issue