mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
585e042fca
A race condition in the state change function may cause buffers to be unreffed while they are still used by the streaming thread in gst_rtp_h265_pay_send_vps_sps_pps() resulting in a crash. Chain up to the parent class first in the state change function to make sure streaming has stopped and only then free those buffers. https://bugzilla.gnome.org/show_bug.cgi?id=741381 |
||
---|---|---|
.. | ||
gstrtp.c | ||
gstrtph265depay.c | ||
gstrtph265depay.h | ||
gstrtph265pay.c | ||
gstrtph265pay.h | ||
Makefile.am |