]> code.ossystems Code Review - openembedded-core.git/commit
gstreamer: Fix build on 32bit arches with 64bit time_t
authorKhem Raj <raj.khem@gmail.com>
Wed, 4 Nov 2020 07:08:20 +0000 (23:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 8 Nov 2020 14:03:16 +0000 (14:03 +0000)
commitbafbe8bc0976d4c3ccf7e97979cd956f6374f53d
tree33c3cd625d115967b4f7cb3cc7bee24933616a74
parentea70d7f8f78cd793242cf6804840507d2ebd2871
gstreamer: Fix build on 32bit arches with 64bit time_t

Fixes

| ../gstreamer-1.18.1/gst/gstsystemclock.c:330:1: error: static_assert failed due to requirement 'size
of(struct _GstClockEntryPThread) <= sizeof(struct _GstClockEntryImpl)' "Expression evaluates to false"
| G_STATIC_ASSERT (sizeof (GstClockEntryImpl) <=                                                      | ^                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-gst_private.h-increse-padding-in-struct-_GstClockEnt.patch [new file with mode: 0644]
meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.1.bb