rtmp2: fix allocation of GstRtmpMeta which caused crashes on 32-bit platforms
Use the right size.
On 64-bit platforms, GstMetaInfo
is larger than GstRtmpMeta
, which
masked this bug. On 32-bit platforms, it causes crashes. Thanks to
@maxatka for discovering this.
Edited by Tim-Philipp Müller