diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2004-05-15 12:16:58 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2004-05-15 12:16:58 +0000 |
commit | 46eb6fd2183b41a76c8221a96c962a16e736bae2 (patch) | |
tree | 4e0a4d4738a242ec3d85e3fb2bb8879a9d403b7e | |
parent | a394b27dc95ab81086653d0be57d1a511b2bf2f0 (diff) |
Oops, forgot the Changelog :)
Original commit message from CVS:
Oops, forgot the Changelog :)
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2004-05-15 Jan Schmidt <thaytan@mad.scientist.com> + * 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 <in7y118@public.uni-hamburg.de> * ext/libvisual/visual.c: (gst_visual_chain): |