[gstreamer-bugs] [Bug 326602] New: id3demux is not compiling without ZLIB

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jan 11 06:27:51 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=326602
 GStreamer | gst-plugins-good | Ver: HEAD CVS

           Summary: id3demux is not compiling without ZLIB
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sergey.scobich at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


id3demux plugin (id3v2frames.c) is not compiling without ZLIB:

uLongf - undeclared identifier
Bytef - undeclared identifier
Z_OK - undeclared identifier
...

Actually there are two ways of fixing this.
1. Remove #ifdef HAVE_ZLIB from the top of the source file and make ZLIB a
requirement for this plugin.
2. Apply the patch below to fix compilation and report that compressed frames
could not be processed if plugin is compiled without ZLIB. The same is done now
for Encrypted frames.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list