From c26a6b3d777b67ae60deeaee29679bb06b834dfd Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 5 May 2005 19:43:07 +0000 Subject: gst/videotestsrc/videotestsrc.c: Convert everything that means "raw bits" to guint8. Also remove the dest field in p... Original commit message from CVS: * gst/videotestsrc/videotestsrc.c: Convert everything that means "raw bits" to guint8. Also remove the dest field in paintinfo_struct, since it's not used. Fixes a potential bug where it was used. * gst/videotestsrc/videotestsrc.h: --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 407da56e..e7de90ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-05-05 David Schleef + + * gst/videotestsrc/videotestsrc.c: Convert everything that + means "raw bits" to guint8. Also remove the dest field in + paintinfo_struct, since it's not used. Fixes a potential + bug where it was used. + * gst/videotestsrc/videotestsrc.h: + 2005-05-05 Tim-Philipp Müller * examples/seeking/cdplayer.c: (update_scale): -- cgit v1.2.1