gstreamer/gst
George Kiagiadakis b81b2efa3e rtpjitterbuffer: fix crash when do-retransmission=true and a lot of buffers are lost
The problem here was that the jitterbuffer lock was unlocked to push
the event, but that caused another thread to remove the timer currently
being processed, probably because the amount of rtx events
(and therefore timers) was getting too high. The solution is to
unlock and push the event only after timer processing has finished.

fixes https://bugzilla.gnome.org/show_bug.cgi?id=711131
2013-11-11 11:51:45 +01:00
..
alpha alpha: use POFFSET instead of OFFSET 2013-09-23 14:45:23 +02:00
apetag gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
audiofx audioiirfilter: Fix initialization coefficient handling 2013-11-01 18:31:36 +01:00
audioparsers flacparse: Make sure we have enough data to read image tags 2013-09-12 15:39:51 +02:00
auparse gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
autodetect autovideosink: add sync property 2013-08-29 12:23:24 +02:00
avi avidemux: handle unseekable streams 2013-09-04 15:53:05 +02:00
cutter gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
debugutils gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
deinterlace deinterlace: Fix handling of planar video formats in greedyh method 2013-10-07 12:54:11 +02:00
dtmf gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
effectv gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
equalizer gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
flv flvmux: fix broken sample pipeline 2013-10-12 20:44:31 +01:00
flx flxdec: Properly skip non-frame chunks 2013-05-24 19:34:05 +02:00
goom goom: Fix MMX assembly compilation with clang 2013-09-21 18:48:19 +02:00
goom2k1 goom2k1: Fix event handling and negotiate as soon as possible 2013-07-17 14:30:16 +02:00
icydemux icydemux: Fix sticky event handling 2013-05-13 15:19:25 +02:00
id3demux gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
imagefreeze gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
interleave deinterleave: Don't hold object lock while sending events downstream 2013-07-01 11:37:00 +02:00
isomp4 qtdemux: handle fragmented files with mdat before moofs 2013-11-07 11:22:04 -03:00
law mulawdec: Handle NULL buffers in handle_frame 2013-05-21 15:18:04 +02:00
level level: remove unused variables in instance struct 2013-06-01 21:34:37 +02:00
matroska matroskademux: Avoid division by zero assert in gst_matroska_demux_search_pos 2013-11-11 11:30:54 +01:00
monoscope monoscope: Fix debug statement 2013-04-26 12:16:49 +02:00
multifile multifilesink: Let the base class do get_times 2013-05-13 13:34:22 -04:00
multipart multipartdemux: propagate discont 2013-08-23 15:57:46 +01:00
replaygain replaygain: fix taglist leak in rganalysis 2013-09-02 23:00:29 +01:00
rtp rtpvp8pay: Make Picture ID mode configurable and default to no picture ID 2013-11-05 17:26:49 +01:00
rtpmanager rtpjitterbuffer: fix crash when do-retransmission=true and a lot of buffers are lost 2013-11-11 11:51:45 +01:00
rtsp rtsp: Add missing gio-2.0 deps and includes 2013-11-02 23:12:13 +01:00
shapewipe shapewipe: Can't map twice the same buffer for writing 2013-05-10 09:27:02 +02:00
smpte gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
spectrum gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
udp multiudpsink: Also use the bind-port property if no bind-address was given 2013-11-07 09:50:39 +01:00
videobox Release 1.1.1 2013-06-05 18:31:40 +02:00
videocrop videocrop: Add support for GRAY16_LE/GRAY16_BE 2013-05-15 09:29:30 +02:00
videofilter videoflip: Add automatic flip mode driven by image-orientation tag 2013-10-04 14:52:57 -04:00
videomixer videomixer: remove unneeded guint comparaison 2013-10-29 16:38:26 +00:00
wavenc wavenc: generate a non-empty data header 2013-11-09 11:22:12 +01:00
wavparse wavparse: Add support for group-id in the stream-start event 2013-07-22 15:30:13 +02:00
y4m y4menc: fix uninitialized variable warning 2013-10-28 14:20:13 +00:00
Makefile.am build: build plugins and examples in parallel where possible 2010-03-29 11:00:57 +01:00