Hi, the attached patch should fix the ladspa metadata. Caused problems like: http://kdenlive.org/mantis/view.php?id=2277
regards Till
>From 56f97b1905d3498420d39ff150df2b419c9af173 Mon Sep 17 00:00:00 2001 From: Till Theato <[email protected]> Date: Tue, 9 Aug 2011 15:35:00 +0200 Subject: [PATCH] Fix regression with ladspa metadata. --- src/modules/jackrack/factory.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/modules/jackrack/factory.c b/src/modules/jackrack/factory.c index 3958f7f..0c18642 100644 --- a/src/modules/jackrack/factory.c +++ b/src/modules/jackrack/factory.c @@ -43,7 +43,7 @@ static mlt_properties metadata( mlt_service_type type, const char *id, char *dat { char file[ PATH_MAX ]; snprintf( file, PATH_MAX, "%s/jackrack/%s", - mlt_environment( "MLT_DATA" ), strncmp( id, "ladspa.", 7 ) ? data : "ladspa" ); + mlt_environment( "MLT_DATA" ), strncmp( id, "ladspa.", 7 ) ? data : "filter_ladspa.yml" ); mlt_properties result = mlt_properties_parse_yaml( file ); #ifdef GPL -- 1.7.6
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
