After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 571560 - gstdshowaudio decoder doesn't compile.
gstdshowaudio decoder doesn't compile.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.10
Other Windows
: Normal normal
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-12 22:49 UTC by Andoni Morales
Modified: 2009-02-13 00:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andoni Morales 2009-02-12 22:49:08 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"
Comment 1 Michael Smith 2009-02-12 23:04:05 UTC
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.
Comment 2 Andoni Morales 2009-02-13 00:42:58 UTC
Thanks!