mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
decoder: fix documentation for GstVaapiDecoderFrame.
Drop superfluous reference to prev_slice member.
This commit is contained in:
parent
aee91a31ba
commit
3e4c7f564d
1 changed files with 0 additions and 2 deletions
|
@ -57,8 +57,6 @@ typedef enum {
|
|||
* @units: list of #GstVaapiDecoderUnit objects (slice data)
|
||||
* @pre_units: list of units to decode before GstVaapiDecoder:start_frame()
|
||||
* @post_units: list of units to decode after GstVaapiDecoder:end_frame()
|
||||
* @prev_slice: previous #GstVaapiDecoderUnit that was a slice, or NULL
|
||||
* if no slice data unit was received yet
|
||||
*
|
||||
* An extension to #GstVideoCodecFrame with #GstVaapiDecoder specific
|
||||
* information. Decoder frames are usually attached to codec frames as
|
||||
|
|
Loading…
Reference in a new issue