Skip to content

Commit

Permalink
Update libjitsi and fix test compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
paweldomas committed Apr 7, 2016
1 parent 178d0a3 commit b5cb473
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>libjitsi</artifactId>
<version>1.0-20160329.203638-125</version>
<version>1.0-20160406.222401-133</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down
6 changes: 6 additions & 0 deletions src/test/java/mock/media/MockMediaStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ public RawPacketCache getPacketCache()
return null;
}

@Override
public RetransmissionRequester getRetransmissionRequester()
{
return null;
}

@Override
public Map<Byte, RTPExtension> getActiveRTPExtensions()
{
Expand Down

0 comments on commit b5cb473

Please sign in to comment.