X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_source.cc;h=539243402e0824f7551940fe0cb12d2313d77acf;hb=5a57b5631518ce9711e6b44a65a0bb87aa434561;hp=af6f941fd1f3f00a2b6ea2055e879bd75ddbf337;hpb=e6dfbc05158cf643d507e6f7adf6e6cb84572b69;p=dcpomatic.git diff --git a/src/lib/video_source.cc b/src/lib/video_source.cc index af6f941fd..539243402 100644 --- a/src/lib/video_source.cc +++ b/src/lib/video_source.cc @@ -34,3 +34,11 @@ TimedVideoSource::connect_video (shared_ptr s) { Video.connect (bind (&TimedVideoSink::process_video, s, _1, _2, _3, _4)); } + +void +TimedVideoSource::connect_video (shared_ptr s) +{ + Video.connect (bind (&VideoSink::process_video, s, _1, _2, _3)); +} + +