[Player-cvs] common/dtdr_service/thumbnail_service thumbnailservice.cpp, 1.1.2.7.2.9, 1.1.2.7.2.10
gahluwalia at helixcommunity.org gahluwalia at helixcommunity.orgUpdate of /cvsroot/player/common/dtdr_service/thumbnail_service
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv4426
Modified Files:
Tag: hxclient_3_6_1_atlas
thumbnailservice.cpp
Log Message:
Fix for 12505
Index: thumbnailservice.cpp
===================================================================
RCS file: /cvsroot/player/common/dtdr_service/thumbnail_service/thumbnailservice.cpp,v
retrieving revision 1.1.2.7.2.9
retrieving revision 1.1.2.7.2.10
diff -u -d -r1.1.2.7.2.9 -r1.1.2.7.2.10
--- thumbnailservice.cpp 22 Dec 2010 10:44:20 -0000 1.1.2.7.2.9
+++ thumbnailservice.cpp 11 Jan 2011 05:33:04 -0000 1.1.2.7.2.10
@@ -327,6 +327,10 @@
m_pVideothumbPicInfo->bitsPerPixel = bitsPerPixel;
}
pValues->GetPropertyULONG32("NonSeekable", m_uNonSeekable);
+ if(!m_uNonSeekable)
+ {
+ pValues->GetPropertyULONG32("NonSeekableAtStart", m_uNonSeekable);
+ }
}
return HXR_OK;
}