X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2Fsrc%2Fframework%2Fmlt_filter.c;h=9c0a295234443da8b29cf4105fe6313eb04f6e8c;hb=8bf137cd71aafb9c8f6a42c78ddb6bd0a8fe99db;hp=af4a3c63a41971fd6d7b333b27cb07ce945dd322;hpb=fdff32bbd09ff13df3a3a12896690a4950b7d0d0;p=melted diff --git a/mlt/src/framework/mlt_filter.c b/mlt/src/framework/mlt_filter.c index af4a3c6..9c0a295 100644 --- a/mlt/src/framework/mlt_filter.c +++ b/mlt/src/framework/mlt_filter.c @@ -62,6 +62,11 @@ mlt_service mlt_filter_service( mlt_filter this ) return &this->parent; } +mlt_properties mlt_filter_properties( mlt_filter this ) +{ + return mlt_service_properties( mlt_filter_service( this ) ); +} + /** Connect this filter to a producers track. Note that a filter only operates on a single track, and by default it operates on the entirety of that track. */