Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 18, 2013
  3. Mar 14, 2013
  4. Mar 11, 2013
  5. Mar 07, 2013
  6. Feb 28, 2013
  7. Feb 27, 2013
  8. Feb 26, 2013
  9. Feb 25, 2013
  10. Feb 23, 2013
  11. Feb 22, 2013
  12. Feb 21, 2013
  13. Feb 14, 2013
  14. Feb 08, 2013
  15. Feb 06, 2013
  16. Feb 02, 2013
  17. Jan 30, 2013
  18. Jan 29, 2013
  19. Jan 28, 2013
  20. Jan 26, 2013
  21. Jan 25, 2013
  22. Jan 24, 2013
  23. Jan 23, 2013
Loading