Skip to content

Commit

Permalink
fix pango producer in XML with no resource filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Sep 22, 2012
1 parent 3643d00 commit e8cc2ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/gtk2/producer_pango.c
Expand Up @@ -157,6 +157,7 @@ mlt_producer producer_pango_init( const char *filename )
mlt_properties_set_int( properties, "seekable", 1 );

if ( filename == NULL || ( filename && ( !strcmp( filename, "" )
|| strstr( filename, "<producer>" )
// workaround for old kdenlive countdown generator
|| strstr( filename, "&lt;producer&gt;" ) ) ) )
{
Expand Down

0 comments on commit e8cc2ba

Please sign in to comment.