Skip to content

Commit

Permalink
The mix transition is not needed for x11grab with audio.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Sep 16, 2014
1 parent 9458545 commit 76b24d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/widgets/x11grabwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ Mlt::Producer* X11grabWidget::producer(Mlt::Profile& profile)
delete p;
tractor->set_track(*audio, 1);
delete audio;
Mlt::Transition* tran = new Mlt::Transition(profile, "mix");
tractor->plant_transition(tran);
delete tran;
p = new Mlt::Producer(tractor->get_producer());
delete tractor;
}
Expand Down

0 comments on commit 76b24d6

Please sign in to comment.