diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-01 00:25:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-01 00:25:30 +0100 |
| commit | ee161be0fb0e93d77d34fb3f13fd562a76738a07 (patch) | |
| tree | 375f5abbb5eac9925bdd62ddff79fe75119b9b54 /src/lib/sndfile_content.cc | |
| parent | 78ea7fcd0d2b78cb9e70f069dad68a1efb3a1141 (diff) | |
Various fixes so that audio_delay_test works again.
Diffstat (limited to 'src/lib/sndfile_content.cc')
| -rw-r--r-- | src/lib/sndfile_content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/sndfile_content.cc b/src/lib/sndfile_content.cc index 2d7fa1c1c..5b408f2da 100644 --- a/src/lib/sndfile_content.cc +++ b/src/lib/sndfile_content.cc @@ -163,6 +163,6 @@ SndfileContent::set_audio_mapping (AudioMapping m) _audio_mapping = m; } - signal_changed (AudioContentProperty::AUDIO_MAPPING); + AudioContent::set_audio_mapping (m); } |
