![]() |
![]() |
![]() |
GStreamer VA-API Plugins 1.0 Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
typedef GstVaapiID; #define GST_VAAPI_ID_FORMAT #define GST_VAAPI_ID_ARGS (id) struct GstVaapiPoint; struct GstVaapiRectangle;
typedef gsize GstVaapiID;
An integer large enough to hold a generic VA id or a pointer wherever necessary.
#define GST_VAAPI_ID_FORMAT "p"
Can be used together with GST_VAAPI_ID_ARGS to properly output an
integer value in a printf()
-style text message.
printf("id: %" GST_VAAPI_ID_FORMAT "\n", GST_VAAPI_ID_ARGS(id));
#define GST_VAAPI_ID_ARGS(id) GSIZE_TO_POINTER(id)
Can be used together with GST_VAAPI_ID_FORMAT to properly output
an integer value in a printf()
-style text message.
|
a GstVaapiID |