[datatype-dev] CN-Client: wmvrender.so GetPluginInfo() was returning MPEG-4 Video Renderer
Daniel Yek dyek at real.comThis is now in 310atlas too.
--
Daniel Yek.
Rishi Mathew wrote:
> Hi Daniel,
>
> Please checkin to 310_atlas as well.
>
> Cheers,
> Rishi.
>>> Synopsis: wmvrender.so GetPluginInfo() was returning MPEG-4 Video
>>> Renderer
>>> Overview: wmvrender.so GetPluginInfo() was returning:
>>> RealNetworks MPEG-4 Video Renderer Plugin
>>> This changes it to:
>>> Helix Windows Media Video Renderer Plugin
>>
>> Index: wmvrender.cpp
>> ===================================================================
>> RCS file: /cvsroot/datatype/wm/video/renderer/wmvrender.cpp,v
>> retrieving revision 1.1.1.1.2.1
>> diff -u -w -r1.1.1.1.2.1 wmvrender.cpp
>> --- wmvrender.cpp 25 Apr 2007 14:58:36 -0000 1.1.1.1.2.1
>> +++ wmvrender.cpp 5 Sep 2007 23:17:43 -0000
>> @@ -62,7 +62,7 @@
>> #endif
>> #define HX_WMV_RENDERER_NAME "Windows Media Video"
>> -const char* const CWMVideoRenderer::m_pszDescription =
>> "RealNetworks MPEG-4 Video Renderer Plugin";
>> +const char* const CWMVideoRenderer::m_pszDescription = "Helix
>> Windows Media Video Renderer Plugin";
>> const char* const CWMVideoRenderer::m_ppszStreamMimeTypes[] =
>> {"video/x-hx-wmv", NULL};