Skip to content

Commit

Permalink
Revert "Trigger property-changed event on mlt_properties_pass_list"
Browse files Browse the repository at this point in the history
This reverts commit 99ba2a3.
Reverting for release; will restore after.
  • Loading branch information
ddennedy committed Jul 29, 2020
1 parent 1c7cbef commit 200c116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/framework/mlt_properties.c
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ void mlt_properties_pass_property( mlt_properties self, mlt_properties that, con
return;

mlt_property_pass( mlt_properties_fetch( self, name ), that_prop );
mlt_events_fire( self, "property-changed", name, NULL );
}

/** Copy all properties specified in a comma-separated list to another properties list.
Expand Down

0 comments on commit 200c116

Please sign in to comment.