gstreamer/gst/rtp
Luis de Bethencourt 585e042fca 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
2015-08-15 11:34:31 +01:00
..
gstrtp.c rtp: add h265 RTP payloader + depayloader 2014-10-17 10:40:24 +02:00
gstrtph265depay.c rtph265depay: copy metadata in the depayloader, but only the relevant ones 2015-08-14 12:00:23 +01:00
gstrtph265depay.h rtph265depay: copy metadata in the depayloader, but only the relevant ones 2015-08-14 12:00:23 +01:00
gstrtph265pay.c rtph265pay: fix potential crash when shutting down 2015-08-15 11:34:31 +01:00
gstrtph265pay.h rtp: add h265 RTP payloader + depayloader 2014-10-17 10:40:24 +02:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00