13
0
This commit is contained in:
Robin Gareus 2017-03-18 14:32:48 +01:00
parent 3442a3ff2e
commit a1116ebd6f

View File

@ -454,6 +454,14 @@ ExportHandler::finish_timespan ()
delete (se);
}
// XXX THIS IS IN REALTIME CONTEXT, CALLED FROM
// AudioEngine::process_callback()
// freewheeling, yes, but still uploading here is NOT
// a good idea.
//
// even less so, since SoundcloudProgress is using
// connect_same_thread() - GUI updates from the RT thread
// will cause crashes. http://pastebin.com/UJKYNGHR
if (fmt->soundcloud_upload()) {
SoundcloudUploader *soundcloud_uploader = new SoundcloudUploader;
std::string token = soundcloud_uploader->Get_Auth_Token(soundcloud_username, soundcloud_password);