From: Philipp Zabel Date: Fri, 12 Apr 2019 14:37:18 +0000 (+0200) Subject: event: fix seek event creation X-Git-Tag: 1.16.2~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=b99bca2790e0e63ce573ad2b9a0aa5a72995fa76;hp=b99bca2790e0e63ce573ad2b9a0aa5a72995fa76;p=platform%2Fupstream%2Fgstreamer.git event: fix seek event creation Creating seek events segfaults on 32-bit ARM since commit 2fa15d53717c ('event: add new seek parameter, "trickmode-interval"'), which missed casting the trickmode-interval initializer in the variable argument list to guint64. ---