X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_consumer.c;h=f263a205c8afaa85eaa840e2cb026c1c0e5a725a;hb=092636b85449e57fd33ffd4954a2de23c2a5f81c;hp=635ad651c8e5636cdebc0e6008932f442c7b7c0a;hpb=661165812e3410fe2f6f49d7af882b36a0efcf82;p=melted diff --git a/src/framework/mlt_consumer.c b/src/framework/mlt_consumer.c index 635ad65..f263a20 100644 --- a/src/framework/mlt_consumer.c +++ b/src/framework/mlt_consumer.c @@ -42,6 +42,14 @@ mlt_service mlt_consumer_service( mlt_consumer this ) return &this->parent; } +/** Get the consumer properties. +*/ + +mlt_properties mlt_consumer_properties( mlt_consumer this ) +{ + return mlt_service_properties( &this->parent ); +} + /** Connect the consumer to the producer. */