mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
pad: More explicitly explain how to post errors on GST_FLOW_ERROR
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/568>
This commit is contained in:
parent
f11e9b3aa0
commit
90530bdb28
1 changed files with 2 additions and 2 deletions
|
@ -137,8 +137,8 @@ typedef enum {
|
|||
* @GST_FLOW_EOS: Pad is EOS.
|
||||
* @GST_FLOW_NOT_NEGOTIATED: Pad is not negotiated.
|
||||
* @GST_FLOW_ERROR: Some (fatal) error occurred. Element generating
|
||||
* this error should post an error message with more
|
||||
* details.
|
||||
* this error should post an error message using
|
||||
* GST_ELEMENT_ERROR() with more details.
|
||||
* @GST_FLOW_NOT_SUPPORTED: This operation is not supported.
|
||||
* @GST_FLOW_CUSTOM_SUCCESS: Elements can use values starting from
|
||||
* this (and higher) to define custom success
|
||||
|
|
Loading…
Reference in a new issue