Skip to content

Commit

Permalink
Merge pull request #106 from ArtskydJ/patch-1
Browse files Browse the repository at this point in the history
Changed AV.BufferList to BufferList
  • Loading branch information
devongovett committed Dec 2, 2014
2 parents e8780aa + 612172a commit 89ebeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/buffer.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AVBuffer = require '../core/buffer'
class BufferSource extends EventEmitter
constructor: (input) ->
# Now make an AV.BufferList
if input instanceof AV.BufferList
if input instanceof BufferList
@list = input

else
Expand Down

0 comments on commit 89ebeb4

Please sign in to comment.