From: David Schleef Date: Mon, 9 Aug 2004 20:07:09 +0000 (+0000) Subject: ext/sdl/sdlvideosink.c: Only allow sane framerates. X-Git-Tag: 1.19.3~509^2~14435 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c42de4b1907942c386ee643c9b7dbe944a270644;p=platform%2Fupstream%2Fgstreamer.git ext/sdl/sdlvideosink.c: Only allow sane framerates. Original commit message from CVS: * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow sane framerates. * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext. --- diff --git a/ChangeLog b/ChangeLog index 94765b5..d89e2fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-08-09 David Schleef + + * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow + sane framerates. + * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same + * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext. + 2004-08-09 Wim Taymans * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),