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