diff options
author | gb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969> | 2010-05-15 09:43:28 +0000 |
---|---|---|
committer | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2010-09-20 12:55:46 +0200 |
commit | a777a98f2f135469478f9cdf3ea9551bc853f142 (patch) | |
tree | d90b06b8e6516b268914a71b3ba0b158541016a7 /gst-libs/gst/vaapi/gstvaapidecoder_priv.h | |
parent | 9a3b4a7844f9cca2376117a1236dc3d04a7afb7e (diff) | |
download | gst-vaapi-a777a98f2f135469478f9cdf3ea9551bc853f142.tar.gz |
Add mechanism to reinsert buffer leftovers into the queue.
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapidecoder_priv.h')
-rw-r--r-- | gst-libs/gst/vaapi/gstvaapidecoder_priv.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapidecoder_priv.h b/gst-libs/gst/vaapi/gstvaapidecoder_priv.h index 2b30cf34..2dd02850 100644 --- a/gst-libs/gst/vaapi/gstvaapidecoder_priv.h +++ b/gst-libs/gst/vaapi/gstvaapidecoder_priv.h @@ -132,6 +132,14 @@ gst_vaapi_decoder_ensure_context( ) attribute_hidden; gboolean +gst_vaapi_decoder_push_buffer_sub( + GstVaapiDecoder *decoder, + GstBuffer *buffer, + guint offset, + guint size +) attribute_hidden; + +gboolean gst_vaapi_decoder_push_surface( GstVaapiDecoder *decoder, GstVaapiSurface *surface, |