X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Ftest%2Fserver.cpp;fp=mlt%2B%2B%2Ftest%2Fserver.cpp;h=ce6b869ef09e23b2603f709be92a2eeda5f37724;hb=2085323abc65a3325b4e9f1a9733dcf126756862;hp=bcedd6f58475578296a6979dba99abddd087b601;hpb=9d109a9d7b686b816aa70f1befc55801bffe261f;p=melted diff --git a/mlt++/test/server.cpp b/mlt++/test/server.cpp index bcedd6f..ce6b869 100644 --- a/mlt++/test/server.cpp +++ b/mlt++/test/server.cpp @@ -10,6 +10,7 @@ class Custom : public Miracle { private: Event *event; + Profile profile; public: Custom( char *name = "Custom", int port = 5290, char *config = NULL ) : @@ -29,7 +30,7 @@ class Custom : public Miracle Response *received( char *command, char *document ) { cerr << document << endl; - Producer producer( "westley-xml", document ); + Producer producer( profile, "westley-xml", document ); return push( command, &producer ); }