Changeset 1375:cc4c4148e0cb in mediastreamer2
- Timestamp:
- Apr 29, 2011 9:33:28 PM (2 years ago)
- Branch:
- default
- Parents:
- 1374:0d7b7bd49671 (diff), 1366:a623ef968c1a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
-
tests/mediastream.c (modified) (1 diff)
-
tests/mediastream.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/mediastream.c
r1366 r1375 473 473 } 474 474 #endif // target MAC 475 }475 } 476 476 477 477 printf("stopping all...\n"); -
tests/mediastream.c
r1369 r1375 41 41 #include <stdlib.h> 42 42 #include <string.h> 43 44 #ifdef __APPLE__ 45 #include <CoreFoundation/CFRunLoop.h> 46 #endif 43 47 44 48 static int cond=1; … … 435 439 }else{ /* no interactive stuff - continuous debug output */ 436 440 rtp_session_register_event_queue(session,q); 441 442 #ifdef __APPLE__ 443 CFRunLoopRun(); 444 #else 437 445 while(cond) 438 446 { … … 464 472 } 465 473 } 474 #endif // target MAC 466 475 } 467 476
Note: See TracChangeset
for help on using the changeset viewer.
