vaapisink: allow a specific view component to be displayed.
[platform/upstream/gstreamer-vaapi.git] / gst / vaapi / gstvaapisink.h
index 832689e..a41e740 100644 (file)
@@ -3,7 +3,7 @@
  *
  *  Copyright (C) 2010-2011 Splitted-Desktop Systems
  *    Author: Gwenole Beauchesne <gwenole.beauchesne@splitted-desktop.com>
- *  Copyright (C) 2011-2013 Intel Corporation
+ *  Copyright (C) 2011-2014 Intel Corporation
  *    Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
  *
  *  This library is free software; you can redistribute it and/or
@@ -87,6 +87,7 @@ struct _GstVaapiSink {
     GstVaapiRotation    rotation;
     GstVaapiRotation    rotation_req;
     guint               color_standard;
+    gint32              view_id;
     guint               foreign_window  : 1;
     guint               fullscreen      : 1;
     guint               synchronous     : 1;