From 78a7ce11d93c81e193d1b258fd0f1bffa0ba3686 Mon Sep 17 00:00:00 2001 From: Ian Munro Date: Mon, 30 Jul 2007 09:52:36 +0000 Subject: gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of (which may not be available). Original commit message from CVS: Patch by: Ian Munro * gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of (which may not be available). * gst/speed/gstspeed.h: Native HP-UX compiler dosn't seem to like enum typedefs before the actual enum was defined. * gst/vmnc/vmncdec.c: Fix wrong usage of GST_ELEMENT_ERROR macro (#461373). --- gst/speed/gstspeed.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/speed/gstspeed.h') diff --git a/gst/speed/gstspeed.h b/gst/speed/gstspeed.h index 1ec737b1..19b5c36c 100644 --- a/gst/speed/gstspeed.h +++ b/gst/speed/gstspeed.h @@ -39,13 +39,14 @@ G_BEGIN_DECLS typedef struct _GstSpeed GstSpeed; typedef struct _GstSpeedClass GstSpeedClass; -typedef enum _GstSpeedFormat GstSpeedFormat; enum _GstSpeedFormat { GST_SPEED_FORMAT_INT, GST_SPEED_FORMAT_FLOAT }; +typedef enum _GstSpeedFormat GstSpeedFormat; + struct _GstSpeed { GstElement element; -- cgit v1.2.1