gstreamer/gst/rtp
Luis de Bethencourt df724c410b rtph265pay: fix potential crash when shutting down
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
2016-02-16 00:24:41 +00:00
..
gstrtph265depay.c rtph265depay: copy metadata in the depayloader, but only the relevant ones 2016-02-16 00:24:40 +00:00
gstrtph265depay.h rtph265depay: copy metadata in the depayloader, but only the relevant ones 2016-02-16 00:24:40 +00:00
gstrtph265pay.c rtph265pay: fix potential crash when shutting down 2016-02-16 00:24:41 +00:00
gstrtph265pay.h rtp: add h265 RTP payloader + depayloader 2016-02-16 00:24:40 +00:00