Changeset 5399 for experimental/components/Packetizer/trunk/Packetizer-metadata/tests/CreateExtract_testsuite.h
- Timestamp:
- 10/12/07 17:32:31 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/Packetizer/trunk/Packetizer-metadata/tests/CreateExtract_testsuite.h
r5394 r5399 46 46 // Initialize properties 47 47 packet_id = 6; 48 CreatePacket(PACKET_RAW_400, input, 400, &packet[0], 1024, packet_length ); 48 ConfigurePacketType( PACKET_RAW_400 ); 49 CreatePacket( input, 400, &packet[0], 1024, packet_length ); 49 50 50 51 packet_id = 0; … … 60 61 // Test again, but set output to offset position in buffer and break data into pieces 61 62 packet_id = 6; 62 CreatePacket(PACKET_RAW_400, input, 400, &packet[55], 1024, packet_length ); 63 ConfigurePacketType( PACKET_RAW_400 ); 64 CreatePacket( input, 400, &packet[55], 1024, packet_length ); 63 65 64 66 packet_id = 0;