From: <ad...@us...> - 2003-02-20 07:52:50
|
Update of /cvsroot/bdadev/SimpleTV In directory sc8-pr-cvs1:/tmp/cvs-serv15328 Modified Files: SIMPLETV.CPP SimpleTV.dsw Log Message: Fixes for new channel store and some reformatting Index: SIMPLETV.CPP =================================================================== RCS file: /cvsroot/bdadev/SimpleTV/SIMPLETV.CPP,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SIMPLETV.CPP 19 Feb 2003 15:09:05 -0000 1.4 --- SIMPLETV.CPP 20 Feb 2003 07:52:45 -0000 1.5 *************** *** 669,695 **** // add PID to PID filter table PIDFilterEntry[PIDFilterCount++] = PIDMap.ulPID; ! /*printf("PID %04X ", PIDMap.ulPID); ! switch (PIDMap.MediaSampleContent) ! { ! case MEDIA_TRANSPORT_PACKET: ! printf("(TS)\n"); ! break; ! case MEDIA_ELEMENTARY_STREAM: ! printf("(PES)\n"); ! break; ! case MEDIA_MPEG2_PSI: ! printf("(PSI=PAT/PMT/CAT/NIT)\n"); ! break; ! case MEDIA_TRANSPORT_PAYLOAD: ! printf("(payload)\n"); ! break; ! default: ! printf("(unknown type %d)\n", PIDMap.MediaSampleContent); ! break; ! }*/ } else { ! //printf("WARNING: PID FILTER TABLE OVERFLOW!!!\n"); }; }; --- 669,695 ---- // add PID to PID filter table PIDFilterEntry[PIDFilterCount++] = PIDMap.ulPID; ! printf("PID %04X ", PIDMap.ulPID); ! switch (PIDMap.MediaSampleContent) ! { ! case MEDIA_TRANSPORT_PACKET: ! printf("(TS)\n"); ! break; ! case MEDIA_ELEMENTARY_STREAM: ! printf("(PES)\n"); ! break; ! case MEDIA_MPEG2_PSI: ! printf("(PSI=PAT/PMT/CAT/NIT)\n"); ! break; ! case MEDIA_TRANSPORT_PAYLOAD: ! printf("(payload)\n"); ! break; ! default: ! printf("(unknown type %d)\n", PIDMap.MediaSampleContent); ! break; ! } } else { ! printf("WARNING: PID FILTER TABLE OVERFLOW!!!\n"); }; }; *************** *** 1114,1119 **** { Application->TuneRequestStore->DetachTIF(); ! Application->TuneRequestStore->Release(); ! Application->TuneRequestStore = NULL; } --- 1114,1118 ---- { Application->TuneRequestStore->DetachTIF(); ! Application->TuneRequestStore.Release(); } *************** *** 2539,2544 **** }; ! /* Result = Application->TuneRequestInfo-> ! CreateComponentList(DVBTuneRequest); if (Result == S_OK) --- 2538,2542 ---- }; ! Result = Application->TuneRequestInfo->CreateComponentList(DVBTuneRequest); if (Result == S_OK) *************** *** 2553,2557 **** Components->Release(); }; ! };*/ DVBTuneRequest->Release(); --- 2551,2555 ---- Components->Release(); }; ! }; DVBTuneRequest->Release(); *************** *** 2580,2588 **** TuneRequest->Release(); }; ! ! // release the enumerator object ! EnumTuneRequests->Release(); }; // return result return (Result); --- 2578,2586 ---- TuneRequest->Release(); }; ! ! EnumTuneRequests->Release(); }; + // return result return (Result); *************** *** 2739,2742 **** --- 2737,2743 ---- // // $Log$ + // Revision 1.5 2003/02/20 07:52:45 adcockj + // Fixes for new channel store and some reformatting + // // Revision 1.4 2003/02/19 15:09:05 adcockj // Changes for new guide store Index: SimpleTV.dsw =================================================================== RCS file: /cvsroot/bdadev/SimpleTV/SimpleTV.dsw,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** SimpleTV.dsw 13 Feb 2003 09:24:09 -0000 1.1.1.1 --- SimpleTV.dsw 20 Feb 2003 07:52:45 -0000 1.2 *************** *** 12,15 **** --- 12,30 ---- Package=<4> {{{ + Begin Project Dependency + Project_Dep_Name TuneReqStore + End Project Dependency + }}} + + ############################################################################### + + Project: "TuneReqStore"=..\TuneReqStore\TuneReqStore.dsp - Package Owner=<4> + + Package=<5> + {{{ + }}} + + Package=<4> + {{{ }}} |