vaapiconvert: try directly copy buffer to derived surface first
[profile/ivi/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapiimage.h
index d0c3cf3..46bfb19 100644 (file)
@@ -204,6 +204,13 @@ gst_vaapi_image_update_from_raw(
     GstVaapiRectangle *rect
 );
 
+gboolean
+gst_vaapi_convert_buffer_to_image(
+    GstVaapiImage *image,
+    GstBuffer *buffer,
+    GstVaapiImageFormat in_format);
+
+
 G_END_DECLS
 
 #endif /* GST_VAAPI_IMAGE_H */