The video demo node is not a physical input.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3315 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2003-05-25 15:50:11 +00:00
parent e02a6254fc
commit b74540ee0d
2 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,7 @@ MediaAddOn::MediaAddOn(image_id imid)
/* Customize these parameters to match those of your node */
fFlavorInfo.name = "Demo Video Producer";
fFlavorInfo.info = "Demo Video Producer";
fFlavorInfo.kinds = B_BUFFER_PRODUCER | B_CONTROLLABLE | B_PHYSICAL_INPUT;
fFlavorInfo.kinds = B_BUFFER_PRODUCER | B_CONTROLLABLE;
fFlavorInfo.flavor_flags = 0;
fFlavorInfo.internal_id = 0;
fFlavorInfo.possible_count = 5; // limited to 5 instances (just for testing)

View File

@ -58,8 +58,6 @@ VideoProducer::VideoProducer(
fOutput.destination = media_destination::null;
AddNodeKind(B_PHYSICAL_INPUT);
fInitStatus = B_OK;
return;
}