summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidisplay.h
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-08-28 10:55:59 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-08-28 16:28:49 +0200
commit9c714cf7a0fdec91d79090a7e7b83073228a43c1 (patch)
tree765f4c56e1784dc8f105b4345dc91976e9a65658 /gst-libs/gst/vaapi/gstvaapidisplay.h
parentfe4ad408dce29cfbbec20d9871b8f71cced1d5c3 (diff)
downloadgst-vaapi-9c714cf7a0fdec91d79090a7e7b83073228a43c1.tar.gz
display: expose display attributes as GObject properties.
Expose VA display "render-mode" and "rotation" attributes as standard GObject properties.
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapidisplay.h')
-rw-r--r--gst-libs/gst/vaapi/gstvaapidisplay.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapidisplay.h b/gst-libs/gst/vaapi/gstvaapidisplay.h
index 6dac4c5f..a855aee5 100644
--- a/gst-libs/gst/vaapi/gstvaapidisplay.h
+++ b/gst-libs/gst/vaapi/gstvaapidisplay.h
@@ -97,6 +97,14 @@ struct _GstVaapiDisplayInfo {
};
/**
+ * GstVaapiDisplayProperties:
+ * @GST_VAAPI_DISPLAY_PROP_RENDER_MODE: rendering mode (#GstVaapiRenderMode).
+ * @GST_VAAPI_DISPLAY_PROP_ROTATION: rotation angle (#GstVaapiRotation).
+ */
+#define GST_VAAPI_DISPLAY_PROP_RENDER_MODE "render-mode"
+#define GST_VAAPI_DISPLAY_PROP_ROTATION "rotation"
+
+/**
* GstVaapiDisplay:
*
* Base class for VA displays.