From: Tim-Philipp Müller Date: Thu, 28 Jul 2005 18:42:54 +0000 (+0000) Subject: gst/videotestsrc/videotestsrc.h: Use "_stdint.h" instead of X-Git-Tag: RELEASE-0_9_1~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aaaeceaf4f8db842ff771f16fa2fad97efa9f655;p=platform%2Fupstream%2Fgst-plugins-base.git gst/videotestsrc/videotestsrc.h: Use "_stdint.h" instead of Original commit message from CVS: * gst/videotestsrc/videotestsrc.h: Use "_stdint.h" instead of --- diff --git a/gst/videotestsrc/videotestsrc.h b/gst/videotestsrc/videotestsrc.h index c3395c3..47f0ad9 100644 --- a/gst/videotestsrc/videotestsrc.h +++ b/gst/videotestsrc/videotestsrc.h @@ -22,6 +22,7 @@ #include "_stdint.h" + struct vts_color_struct { uint8_t Y, U, V; uint8_t R, G, B;