Merge branch 'master' of /home/carl/git/dvdomatic
[dcpomatic.git] / src / lib / video_source.cc
index c6bd4a5cf22d6ab3f0b1cf2458a70361b83a6227..56742e2b4729a988680ee50bf5536e8682fbba16 100644 (file)
@@ -26,5 +26,5 @@ using boost::bind;
 void
 VideoSource::connect_video (shared_ptr<VideoSink> s)
 {
-       Video.connect (bind (&VideoSink::process_video, s, _1, _2));
+       Video.connect (bind (&VideoSink::process_video, s, _1, _2, _3));
 }