From 3e4c7f564dac3fa05219ff9c07b0a66e05a42d64 Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Thu, 24 Jan 2013 17:34:43 +0200 Subject: [PATCH] decoder: fix documentation for GstVaapiDecoderFrame. Drop superfluous reference to prev_slice member. --- gst-libs/gst/vaapi/gstvaapidecoder_frame.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst-libs/gst/vaapi/gstvaapidecoder_frame.h b/gst-libs/gst/vaapi/gstvaapidecoder_frame.h index ed42fe2462..84b5f6ff27 100644 --- a/gst-libs/gst/vaapi/gstvaapidecoder_frame.h +++ b/gst-libs/gst/vaapi/gstvaapidecoder_frame.h @@ -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