[Player-cvs] common/dtdr_service/thumbnail_service thumbnailservice.cpp, 1.1.2.14.4.2, 1.1.2.14.4.3
gahluwalia at helixcommunity.org gahluwalia at helixcommunity.orgUpdate of /cvsroot/player/common/dtdr_service/thumbnail_service
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv4672
Modified Files:
Tag: hxclient_3_6_2_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.14.4.2
retrieving revision 1.1.2.14.4.3
diff -u -d -r1.1.2.14.4.2 -r1.1.2.14.4.3
--- thumbnailservice.cpp 17 Dec 2010 09:11:53 -0000 1.1.2.14.4.2
+++ thumbnailservice.cpp 11 Jan 2011 05:35:11 -0000 1.1.2.14.4.3
@@ -327,6 +327,10 @@
m_pVideothumbPicInfo->bitsPerPixel = bitsPerPixel;
}
pValues->GetPropertyULONG32("NonSeekable", m_uNonSeekable);
+ if(!m_uNonSeekable)
+ {
+ pValues->GetPropertyULONG32("NonSeekableAtStart", m_uNonSeekable);
+ }
}
return HXR_OK;
}