rtpvp8depay: Fix crash when making 'GstRTPPacketLost' custom event
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 10 Mar 2022 09:43:45 +0000 (18:43 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 10 Mar 2022 19:37:49 +0000 (19:37 +0000)
commit67df5815a9be65e28b334b58d318fa1608e049d9
treeef6ace7812fff163338023d241544f160d99b180
parent1fb3e35708093980b76daabc4828f7c7f800e1ef
rtpvp8depay: Fix crash when making 'GstRTPPacketLost' custom event

This patch fixes a seg.fault in gst_structure_new() with warnings as below.

GLib-GObject-WARNING **:
 ../gobject/gtype.c:4330: type id '0' is invalid
GLib-GObject-WARNING **:
 can't peek value table for type '<invalid>' which is not currently referenced

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1918>
subprojects/gst-plugins-good/gst/rtp/gstrtpvp8depay.c