Corrections to --avformat-cvs option
[melted] / src / valerie / valerie_remote.c
index bdda706..04ad67a 100644 (file)
@@ -229,8 +229,10 @@ static valerie_response valerie_remote_push( valerie_remote remote, char *comman
        if ( service != NULL )
        {
                mlt_consumer consumer = mlt_factory_consumer( "westley", "buffer" );
-               mlt_properties properties = mlt_consumer_properties( consumer );
+               mlt_properties properties = MLT_CONSUMER_PROPERTIES( consumer );
                char *buffer = NULL;
+               // Temporary hack
+               mlt_properties_set( properties, "store", "nle_" );
                mlt_consumer_connect( consumer, service );
                mlt_consumer_start( consumer );
                buffer = mlt_properties_get( properties, "buffer" );