gstreamer/ext
Tim-Philipp Müller 37c996dcf4 clockoverlay: fix bogus time display caused by previous commit
Fixes regression introduced by "clean-up" done as part of commit 98ebcb4.

dummy must live as long as use the return value of localtime_r() since
that's just a pointer to it, and by putting it inside the block we made
dummy go out of scope right after localtime_r() returned, which messed
up the time values since when we poked at the struct the contents might
already have been overwritten.

Fixes #722
2020-01-23 18:28:45 +00:00
..
alsa remove various useless linefeed in logs 2019-12-11 10:07:12 +01:00
cdparanoia Remove autotools build system 2019-10-13 14:15:43 +01:00
gl meson: add graphene subproject 2020-01-08 17:28:46 +00:00
libvisual Remove autotools build system 2019-10-13 14:15:43 +01:00
ogg oggstream: Workaround for broken PAR in VP8 BOS 2020-01-13 09:09:02 +00:00
opus opusenc: Add low delay option 2019-11-17 18:23:59 +00:00
pango clockoverlay: fix bogus time display caused by previous commit 2020-01-23 18:28:45 +00:00
theora tests: oggmux: check vorbisenc + theoraenc availability at runtime 2019-12-09 07:33:55 +00:00
vorbis vorbis: drop unneeded check for vorbis_synthesis_restart() 2019-12-09 07:33:55 +00:00
meson.build meson: Remove outdated msvc-specific disabling code 2019-02-21 19:19:09 +05:30