Revision 375, 359 bytes
(checked in by wagi, 16 years ago)
|
AVCCommand: All AVC commants take a reference instead a pointer to 1394 service
BeBoB::AvDevice?: PreSonus? FIREBOX id added
De/Serialize all AvPlugs? through AvPlugManager?
AvPlugManager? can't be a member because of serialization
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
Line | |
---|
1 |
- xml output is a bit wierd -> generate a more generic output |
---|
2 |
- correct string encoding |
---|
3 |
- position information of channel in stream: bebob indexes from 1 |
---|
4 |
but iec61883 expects it from 0. see todo in avdevice.cpp |
---|
5 |
- check all std::cout and std:cerr if they couldn't be replaced with |
---|
6 |
the DebugModule's methods. The idea is to have a more consistant |
---|
7 |
code. |
---|