summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_priv.h
diff options
context:
space:
mode:
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-05-15 09:43:28 +0000
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-09-20 12:55:46 +0200
commita777a98f2f135469478f9cdf3ea9551bc853f142 (patch)
treed90b06b8e6516b268914a71b3ba0b158541016a7 /gst-libs/gst/vaapi/gstvaapidecoder_priv.h
parent9a3b4a7844f9cca2376117a1236dc3d04a7afb7e (diff)
downloadgst-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.h8
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,