From 3f3b17d2a32096708dadc24eb974a51917e65979 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 13 Mar 2004 00:19:26 +0000 Subject: configure.ac: the Hermes library controls hermescolorspace, not colorspace. Original commit message from CVS: * configure.ac: the Hermes library controls hermescolorspace, not colorspace. * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init), (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef, not /* */ * ext/sdl/sdlvideosink.c: Change XID to unsigned long. * ext/sdl/sdlvideosink.h: ditto. * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes --- ext/sdl/sdlvideosink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sdl/sdlvideosink.h') diff --git a/ext/sdl/sdlvideosink.h b/ext/sdl/sdlvideosink.h index ea45b654..ad682385 100644 --- a/ext/sdl/sdlvideosink.h +++ b/ext/sdl/sdlvideosink.h @@ -51,7 +51,7 @@ struct _GstSDLVideoSink { guint32 format; gint width, height; /* the size of the incoming YUV stream */ - XID xwindow_id; + unsigned long xwindow_id; gboolean init; -- cgit v1.2.1