X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_source.cc;h=539243402e0824f7551940fe0cb12d2313d77acf;hb=db0ad7242d39f0fbae04bb6983021c60d57fdcf5;hp=af6f941fd1f3f00a2b6ea2055e879bd75ddbf337;hpb=f074b7016ec58e831d9270f98ddc3ea31874a786;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)); +} + +