imagehandlingutilities/thumbnailmanager/thumbagdaemon/src/thumbagvideoobserver.cpp
changeset 30 b67379558a75
parent 29 4bdfb6b5c9b4
child 34 1c05ae5a7e41
equal deleted inserted replaced
29:4bdfb6b5c9b4 30:b67379558a75
   249         {
   249         {
   250         TN_DEBUG1( "CThumbAGVideoObserver::HandleObjectNotification() - AddToQueueL" );
   250         TN_DEBUG1( "CThumbAGVideoObserver::HandleObjectNotification() - AddToQueueL" );
   251 
   251 
   252         // Add event to processing queue by type and enable force run        
   252         // Add event to processing queue by type and enable force run        
   253         RPointerArray<HBufC> dummyArray;
   253         RPointerArray<HBufC> dummyArray;
   254         TRAPD(err, iProcessor->AddToQueueL(aType, EGenerationItemTypeAudio, aObjectIdArray, dummyArray, EFalse));
   254         TRAPD(err, iProcessor->AddToQueueL(aType, EGenerationItemTypeVideo, aObjectIdArray, dummyArray, EFalse));
   255         if (err != KErrNone)
   255         if (err != KErrNone)
   256             {
   256             {
   257             TN_DEBUG1( "CThumbAGVideoObserver::HandleObjectNotification() - error adding to queue" );
   257             TN_DEBUG1( "CThumbAGVideoObserver::HandleObjectNotification() - error adding to queue" );
   258             }
   258             }
   259         }
   259         }
   261         {
   261         {
   262         TN_DEBUG1( "CThumbAGVideoObserver::HandleObjectNotification() - bad notification" );
   262         TN_DEBUG1( "CThumbAGVideoObserver::HandleObjectNotification() - bad notification" );
   263         }
   263         }
   264     
   264     
   265 #ifdef _DEBUG
   265 #ifdef _DEBUG
   266     TN_DEBUG3( "CThumbAGImageObserver::IN-COUNTERS---------- Add = %d Modify = %d", iAddCounter, iModCounter );
   266     TN_DEBUG3( "CThumbAGVideoObserver::IN-COUNTERS---------- Add = %d Modify = %d", iAddCounter, iModCounter );
   267     iModCounter = 0;
   267     iModCounter = 0;
   268     iAddCounter = 0;
   268     iAddCounter = 0;
   269 #endif
   269 #endif
   270 
   270 
   271     TN_DEBUG1( "CThumbAGVideoObserver::HandleObjectNotification() - end" );
   271     TN_DEBUG1( "CThumbAGVideoObserver::HandleObjectNotification() - end" );