mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
video: small docs fix
This commit is contained in:
parent
b36dba0577
commit
c1d67d9bd6
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ GstFlowReturn _gst_video_decoder_error (GstVideoDecoder *dec, gint weight,
|
|||
/**
|
||||
* GST_VIDEO_DECODER_ERROR:
|
||||
* @el: the base video decoder element that generates the error
|
||||
* @weight: element defined weight of the error, added to error count
|
||||
* @w: element defined weight of the error, added to error count
|
||||
* @domain: like CORE, LIBRARY, RESOURCE or STREAM (see #gstreamer-GstGError)
|
||||
* @code: error code defined for that domain (see #gstreamer-GstGError)
|
||||
* @text: the message to display (format string and args enclosed in
|
||||
|
|
Loading…
Reference in a new issue