videotimecode: Fix invalid timecode right before a new second
When initializing a timecode from a GDateTime, and the remaining time
until the new second is less than half a frame (according to the given
frame rate), it would lead to the creation of an invalid timecode, e.g.
00:00:00:25 (at 25 fps) instead of 00:00:01:00. Fixed.
https://bugzilla.gnome.org/show_bug.cgi?id=779866
2017-03-10 18:22:27 +1100 Matthew Waters <matthew@centricular.com>
* gst-libs/gst/video/gstvideodecoder.c:
videodecoder: fix build error on i386
Use G_GUINT64_FORMAT for guint64 values.
Introduced by fcb63e77a9de42cfb50da03a4925b06704006be3
Found by Alexander Larsson
gstvideodecoder.c: In function 'gst_video_decoder_have_frame':
gstvideodecoder.c:3312:51: error: format '%u' expects argument of type 'unsigned int', but argument 8 has type 'guint64 {aka long long unsigned int}' [-Werror=format=]
2017-03-04 10:08:04 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* docs/plugins/inspect/plugin-encoding.xml:
* docs/plugins/inspect/plugin-libvisual.xml:
* docs/plugins/inspect/plugin-pbtypes.xml:
* gst/encoding/Makefile.am:
* gst/encoding/meson.build:
* sys/xvimage/meson.build:
Fix plugin filenames to match pugin names
- libgstencodebin.so is now libgstencoding.so
- libgstximage.so is now libgstximagesink.so (meson only)
https://bugzilla.gnome.org/show_bug.cgi?id=779344
2017-03-09 01:40:06 +1100 Jan Schmidt <jan@centricular.com>