From b95a51440b6378847c4ab5dd4cf9e96e18b5f241 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 19 Jan 2015 09:04:18 +0000 Subject: avoid aliasing global "spawn" method This makes debugging, grepping, and following code confusing at times and also unexpected breaks usage of the global "spawn" method. --- lib/dtas/source/av_ff_common.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/dtas/source/av_ff_common.rb') diff --git a/lib/dtas/source/av_ff_common.rb b/lib/dtas/source/av_ff_common.rb index ea0c01a..89d762d 100644 --- a/lib/dtas/source/av_ff_common.rb +++ b/lib/dtas/source/av_ff_common.rb @@ -127,8 +127,8 @@ module DTAS::Source::AvFfCommon # :nodoc: raise "BUG: no audio stream in #@infile" end - def spawn(player_format, rg_state, opts) - raise "BUG: #{self.inspect}#spawn called twice" if @to_io + def src_spawn(player_format, rg_state, opts) + raise "BUG: #{self.inspect}#src_spawn called twice" if @to_io amap = nil # try to find an audio stream which matches our channel count -- cgit v1.2.3-24-ge0c7