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/vmnc/vmncdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/vmnc') diff --git a/gst/vmnc/vmncdec.c b/gst/vmnc/vmncdec.c index 701b18e9..e6c6f8ae 100644 --- a/gst/vmnc/vmncdec.c +++ b/gst/vmnc/vmncdec.c @@ -993,7 +993,7 @@ vmnc_dec_chain_frame (GstVMncDec * dec, GstBuffer * inbuf, if (res < 0) { ret = GST_FLOW_ERROR; - GST_ELEMENT_ERROR (dec, STREAM, DECODE, NULL, ("Couldn't decode packet")); + GST_ELEMENT_ERROR (dec, STREAM, DECODE, (NULL), ("Couldn't decode packet")); } else { GST_DEBUG_OBJECT (dec, "read %d bytes of %d", res, len); /* inbuf may be NULL; that's ok */ -- cgit v1.2.1