Skip to content
Snippets Groups Projects
Commit 2ab67c30 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

Media: Fix missing MLT::IInput initialization

parent f9da4634
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ Media::Media( medialibrary::MediaPtr media )
}
if ( m_mlFile == nullptr )
vlmcCritical() << "No file representing media", media->title(), "was found";
m_input.reset( new Backend::MLT::MLTInput( m_mlFile->mrl().c_str() ) );
}
QString
......
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