Skip to content

d3d11decoder: Do timer based DecoderBeginFrame retry

Seungha Yang requested to merge seungha.yang/gstreamer:d3d11dec-timer into main

... instead of retry count based one, because the precision of Sleep() varies depending on system and application configuration. Also, don't retry DecoderBeginFrame if decoder is doing flush.

Merge request reports