X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltFilteredConsumer.cpp;h=73ee474951991dc83883bfa04451a78e2a7e9a6a;hb=f4963a6aa07644399b273b5d2b1f9299c9047414;hp=d414da987d29554a25ab1dae763107440152e120;hpb=1653a4a466e6289527be6de6cf42cac6907e1f89;p=melted diff --git a/mlt++/src/MltFilteredConsumer.cpp b/mlt++/src/MltFilteredConsumer.cpp index d414da9..73ee474 100644 --- a/mlt++/src/MltFilteredConsumer.cpp +++ b/mlt++/src/MltFilteredConsumer.cpp @@ -21,8 +21,8 @@ #include "MltFilteredConsumer.h" using namespace Mlt; -FilteredConsumer::FilteredConsumer( char *id, char *arg ) : - Consumer( id, arg ) +FilteredConsumer::FilteredConsumer( Profile& profile, char *id, char *arg ) : + Consumer( profile, id, arg ) { // Create a reference to the first service first = new Service( *this );