0001-Pass-through-the-original-send-time.patch

J. Wienke, 08/25/2014 02:16 PM

Download (1.08 KB)

View differences:

rsbag/__init__.py
190 190
        command = [ bagPlay,
191 191
                    '--show-progress', 'none',
192 192
                    '--replay-strategy',
193
                    'remote-controlled :uri "%s"' % self.__controlURI ] \
193
                    'remote-controlled :uri "%s" :adjustments ((:original_send (:copy :send)))' % self.__controlURI ] \
194 194
                  + channelOptions                                      \
195 195
                  + [ file, self.__listenURI ]
196 196
        self.__logger.debug('Executing command %s', command)
197
-