]> git.sesse.net Git - mlt/commitdiff
the framework may not depend upon specific modules--data_feed/show in this case
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 23 May 2007 07:11:18 +0000 (07:11 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 23 May 2007 07:11:18 +0000 (07:11 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@969 d19143bc-622f-0410-bfdd-b5b2a6649095

src/framework/mlt_factory.c
src/framework/mlt_producer.c
src/modules/fezzik.ini

index d551cfac4167a609bd347b0e28cd28f65df65555..b624113350f0ba641a6468d710e32a8a6ea26b8a 100644 (file)
@@ -244,13 +244,10 @@ mlt_consumer mlt_factory_consumer( const char *service, void *input )
 
        if ( obj != NULL )
        {
-               mlt_filter filter = mlt_factory_filter( "data_show", NULL );
                mlt_properties properties = MLT_CONSUMER_PROPERTIES( obj );
                mlt_properties_set_int( properties, "_unique_id", ++ unique_id );
                mlt_properties_set( properties, "mlt_type", "consumer" );
                mlt_properties_set( properties, "mlt_service", service );
-               mlt_service_attach( MLT_CONSUMER_SERVICE( obj ), filter );
-               mlt_filter_close( filter );
        }
        return obj;
 }
index 7edb53a4da27afa6b57761432ebbbad7b4163e37..ecd1eedc3b7ae4e94f83426e424c16e044620260 100644 (file)
@@ -208,12 +208,6 @@ mlt_producer mlt_producer_cut( mlt_producer this, int in, int out )
        mlt_properties_set_double( properties, "aspect_ratio", mlt_properties_get_double( parent_props, "aspect_ratio" ) );
        mlt_producer_set_in_and_out( result, in, out );
 
-       // Mini fezzik :-/
-       mlt_filter filter = mlt_factory_filter( "data_feed", "attr_check" );
-       mlt_properties_set_int( MLT_FILTER_PROPERTIES( filter ), "_fezzik", 1 );
-       mlt_producer_attach( result, filter );
-       mlt_filter_close( filter );
-
        return result;
 }
 
index f7061e5d7745cc14f3d64cafd8a7224c55ce04ec..c3d7fccdc0c75bfa50ac933a720f254496f01f1c 100644 (file)
@@ -11,4 +11,3 @@ rescaler=mcrescale,gtkrescale,rescale
 resizer=resize
 resampler=resample,soxresample,avresample
 data=data_feed:attr_check
-obscure=data_show:%obscure.properties