Error property for valerie returned
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 15 Oct 2004 11:04:47 +0000 (11:04 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 15 Oct 2004 11:04:47 +0000 (11:04 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@479 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/valerie/consumer_valerie.c

index 71a274c..5126701 100644 (file)
@@ -111,6 +111,7 @@ static int consumer_start( mlt_consumer this )
                        else
                        {
                                fprintf( stderr, "Unable to connect to the server at %s:%d\n", server, port );
+                               mlt_properties_set_int( properties, "_error", 1 );
                                valerie_close( connection );
                                valerie_parser_close( parser );
                                connection = NULL;