[gstreamer-bugs] [Bug 167482] New: [PATCH] [avidemux] Compile fix for gcc 2.95

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Feb 15 07:59:45 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=167482
 GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: [PATCH] [avidemux] Compile fix for gcc 2.95
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: FreeBSD
            Status: UNCONFIRMED
          Severity: trivial
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: algernon at bonehunter.rulez.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


gcc 2.95 does not like variable declarations in the middle of a function body. 

gst/avi/gstavidemux.c::gst_avi_demux_invert() does just that:

static GstBuffer *
gst_avi_demux_invert (avi_stream_context * stream, GstBuffer * buf)
{
  buf = gst_buffer_copy_on_write (buf);
  gint y, h = stream->height, w = stream->width;
  guint8 *tmp = g_malloc (w)
...

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list