Skip to content
Snippets Groups Projects
  1. Apr 19, 2013
  2. Mar 27, 2013
  3. 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
  4. Dec 13, 2012
  5. Nov 24, 2012
  6. Oct 17, 2012
  7. Oct 15, 2012
  8. Oct 01, 2012
  9. Aug 18, 2012
  10. Jun 29, 2012
  11. Jun 20, 2012
  12. Jun 11, 2012
Loading