GNOME Bugzilla – Bug 571560
gstdshowaudio decoder doesn't compile.
Last modified: 2009-02-13 00:42:58 UTC
I've been trying to compile the Direct Show decoder wrapper but gstdshowaudio.cpp contains an error at line #753: if (adec->decoder_is_xp_mp3) adec->check_mp3_frames = TRUE; Structure _GstDshowAudioDec (in gstdshowaudiodec.h) does not contain any member "check_mp3_frames"
Thanks, sorry about that. Fixed in git. commit 24e1e955478f19675641aed4b9c638a177609d4a Author: Michael Smith <msmith@songbirdnest.com> Date: Thu Feb 12 15:01:48 2009 -0800 dshowdecwrapper: fix compilation. Accidently merged part of one change; remove it.
Thanks!