GNOME Bugzilla – Bug 675600
dshowvideosink: Add missing cast to LPCSTR
Last modified: 2012-05-07 16:14:24 UTC
A cast to LPCSTR is missing in some places
Created attachment 213576 [details] [review] Add missing casts to LPCSTR
commit d3cc27f4fc57b2c12bf65abaf14408f3adf9b266 Author: Andoni Morales Alastruey <ylatuya@gmail.com> Date: Wed May 2 08:03:46 2012 -0700 dshowvideosink: add missing casts to LPCSTR
If you really want to hard code it to using ANSI strings, shouldn't you use GetPropA etc. that take LPCSTR parameters?