shaka-project / shaka-packager

A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
https://shaka-project.github.io/shaka-packager/
Other
1.96k stars 505 forks source link

fix: prevent segfault on --use_fake_clock_for_muxer #1289

Closed cosmin closed 10 months ago

cosmin commented 11 months ago

the option for --use_fake_clock_for_muxer was resulting in a segfault, exposed by the integration tests. Switch to using a shared_ptr for Clock.