Skip to content

Commit

Permalink
Fix #231 properties not loading when selecting clips on timeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Apr 27, 2016
1 parent d8f5394 commit 005ea2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/widgets/avformatproducerwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ void AvformatProducerWidget::recreateProducer()

void AvformatProducerWidget::onFrameDisplayed(const SharedFrame&)
{
// This forces avformat-novalidate or unloaded avformat to load and get
// media information.
delete m_producer->get_frame();

ui->tabWidget->setTabEnabled(0, false);
ui->tabWidget->setTabEnabled(1, false);
ui->tabWidget->setTabEnabled(2, false);
Expand Down

0 comments on commit 005ea2e

Please sign in to comment.