Skip to content
Snippets Groups Projects
  1. Oct 01, 2014
  2. Sep 01, 2014
  3. Aug 31, 2014
  4. Jun 02, 2014
  5. Feb 17, 2014
  6. Nov 24, 2013
  7. May 21, 2013
  8. May 20, 2013
  9. Apr 19, 2013
  10. Mar 27, 2013
  11. Mar 19, 2013
    • Lyubomir Marinov's avatar
    • Boris Grozev's avatar
      Fixes a problem with RTCP PLI packets not being sent. The problem was that the... · 4ccda9a4
      Boris Grozev authored
      Fixes a problem with RTCP PLI packets not being sent. The problem was that the usePLI field of VideoMediaStreamImpl was accessed from the constructor of the superclass (through the overloaded deviceSessionChanged method), before being initialized. As a result it's value was 'false' rather than the intended 'true'. This patch makes the field static, since (once initialized) it's value was always 'true' anyway.
      
      This is the stack trace observed:
           [java] 	at org.jitsi.impl.neomedia.VideoMediaStreamImpl.deviceSessionChanged(VideoMediaStreamImpl.java:520)
           [java] 	at org.jitsi.impl.neomedia.MediaStreamImpl.setDevice(MediaStreamImpl.java:1678)
           [java] 	at org.jitsi.impl.neomedia.MediaStreamImpl.<init>(MediaStreamImpl.java:284)
           [java] 	at org.jitsi.impl.neomedia.VideoMediaStreamImpl.<init>(VideoMediaStreamImpl.java:318)
           [java] 	at org.jitsi.impl.neomedia.MediaServiceImpl.createMediaStream(MediaServiceImpl.java:364)
      
      4ccda9a4
  12. Dec 13, 2012
  13. Nov 24, 2012
  14. Oct 17, 2012
  15. Oct 15, 2012
  16. Oct 01, 2012
  17. Aug 18, 2012
  18. Jun 29, 2012
  19. Jun 20, 2012
  20. Jun 11, 2012
Loading