Cancels the fix, it now works because the node manager is now fixed

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5627 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2003-12-08 08:50:11 +00:00
parent fc8b28b6e1
commit 8a8fb1df24

View File

@ -340,10 +340,7 @@ AudioMixer::Connected(const media_source &producer, const media_destination &whe
// if the input has no name, assign one // if the input has no name, assign one
if (strlen(out_input->name) == 0) if (strlen(out_input->name) == 0)
sprintf(out_input->name, "Input %ld", out_input->destination.id); sprintf(out_input->name, "Input %ld", out_input->destination.id);
out_input->node = Node();
out_input->source = producer;
out_input->format = with_format;
// add a new input to the mixer engine // add a new input to the mixer engine
MixerInput *input; MixerInput *input;
input = fCore->AddInput(*out_input); input = fCore->AddInput(*out_input);