Skip to content
Snippets Groups Projects
Commit 0d3fe04a authored by luyikei's avatar luyikei Committed by Hugo Beauzée-Luyssen
Browse files

MainWorkflow::clipInfo : Give filters


Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent 46e03a6e
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,7 @@ MainWorkflow::clipInfo( const QString& uuid )
h["video"] = clip->formats().testFlag( Clip::Video );
h["position"] = m_sequenceWorkflow->position( uuid );
h["trackId"] = m_sequenceWorkflow->trackId( uuid );
h["filters"] = EffectHelper::toVariant( clip->input() );
return QJsonObject::fromVariantHash( h );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment