From a0963dae3c222686c74516ea3f87f9dceebf7cc0 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 15 May 2004 12:16:58 +0000 Subject: [PATCH] Oops, forgot the Changelog :) Original commit message from CVS: Oops, forgot the Changelog :) --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2174413eca..c32e82efff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-05-15 Jan Schmidt + * ext/gdk_pixbuf/Makefile.am: + * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): + * ext/gdk_pixbuf/gstgdkpixbuf.h: + Add new pixbufscale element to scale RGB video + using gdk_pixbuf, because gdk_pixbuf does BILINEAR + and HYPER interpolation correctly. + * ext/theora/theoraenc.c: (theora_enc_chain), + Discard buffer and return if explicit caps could not be set + (theora_enc_get_property): + Make _get return kbps for the bitrate consistent with + the _set function. + + 2004-05-14 Benjamin Otte * ext/libvisual/visual.c: (gst_visual_chain):