Skip to content

rtmp2: fix allocation of GstRtmpMeta which caused crashes on 32-bit platforms

Jan Alexander Steffens requested to merge heftig/gstreamer:rtmpmeta-size into main

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.

Fixes: gst-plugins-bad#1721 (closed)

Edited by Tim-Philipp Müller

Merge request reports