Olivier Crête f542f710cf rtpjitterbuffer: Lock clock_rate variable
The priv->clock_rate variable could become -1 between when its checked to not
be -1 and when its used, causing an assertion. Fixed by taking the mutex
earlier in the chain() function.

Fixes #593955
2009-09-03 19:17:00 +02:00
..
2009-08-31 16:33:26 +02:00
2009-08-11 02:30:46 +01:00
2009-08-11 02:30:45 +01:00
2009-09-03 19:16:59 +02:00
2009-09-03 19:17:00 +02:00