Skip to content

Commit

Permalink
fix: Adapts to libjitsi changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Feb 1, 2017
1 parent 8a2a447 commit 8767144
Showing 1 changed file with 6 additions and 0 deletions.
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 @@ -167,6 +167,12 @@ public void injectPacket(RawPacket pkt, boolean data, TransformEngine after)
{
}

@Override
public boolean isKeyFrame(RawPacket pkt)
{
return false;
}

@Override
public boolean isKeyFrame(byte[] buf, int off, int len)
{
Expand Down

0 comments on commit 8767144

Please sign in to comment.