Skip to content

gst-launch: Enable Windows high-resolution clock

Seungha Yang requested to merge seungha.yang/gstreamer:gst-launch-win-mm into master

Default timer precision of Windows is dependent on system, but usually it's known to be about 15ms in worst case. That's not an enough precision for multimedia application.

Enable high-resolution clock in gst-launch to demonstrate the usage of Windows high-precision clock for application developers.

Merge request reports