GNOME Bugzilla – Bug 782801
msdk: enc: pts from the encoder are bogus, sync_point flag is bogus
Last modified: 2017-06-12 07:07:50 UTC
Created attachment 352112 [details] [review] [PATCH] msdk: enc: set pts and dts, fix inverted sync_point flag The output of the msdk encoder elements has PTS set equal to DTS. Also all frames except IDRs are marked as sync_point's.
commit dcd9032d95b1fedd55c34bdbee6ff53ae4070a4b Author: Scott D Phillips <scott.d.phillips@intel.com> Date: Thu May 18 10:36:50 2017 -0700 msdk: enc: set pts and dts, fix inverted sync_point flag Set the pts and dts on the frame that we receive from the msdk. Also fix the inverted logic in setting sync points, previously we were marking all frames as sync points except IDRs. https://bugzilla.gnome.org/show_bug.cgi?id=782801