gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (which...
authorIan Munro <imunro@netspace.net.au>
Mon, 30 Jul 2007 09:52:36 +0000 (09:52 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 30 Jul 2007 09:52:36 +0000 (09:52 +0000)
commit78a7ce11d93c81e193d1b258fd0f1bffa0ba3686
treeb3ca77e2863529bd4ef81854d2d70c69cb157e4e
parent1b0a8436b41ad0925c99ccbb982e6911fd56a986
gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (which may not be available).

Original commit message from CVS:
Patch by: Ian Munro  <imunro at netspace net au>
* gst/bayer/gstbayer2rgb.c:
Include our own "_stdint.h" instead of <stdint.h> (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).
ChangeLog
gst/bayer/gstbayer2rgb.c
gst/speed/gstspeed.h
gst/vmnc/vmncdec.c