msdk: vpp: rotate output frame
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 21 Aug 2019 17:46:43 +0000 (10:46 -0700)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Thu, 22 Aug 2019 18:17:30 +0000 (18:17 +0000)
commitbd3caf0c04393905e7316aefff5df4134bebd63d
tree54db95ac63fc54e27adb5b01db9adb301a7ab935
parentb43651cf99b3316d3c0d61a8f05ffa5dec7b3370
msdk: vpp: rotate output frame

When vpp rotation is 90 or 270, the output frame
should be rotated, too.

Example:
  gst-launch-1.0 -vf videotestsrc \
   ! video/x-raw,width=720,height=480 \
   ! msdkvpp rotation=90 ! vaapisink
sys/msdk/gstmsdkvpputil.c