diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2004-05-15 13:16:40 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2004-05-15 13:16:40 +0000 |
commit | dbe1dcbe2315efe35863340df052c2259ef3fdd3 (patch) | |
tree | 247fdbdc5d0b525528769c59fcbdc7185f1295e4 | |
parent | 98d493b33e2802b06ece0b822586ff6abd3e7c1d (diff) | |
download | gst-plugins-bad-dbe1dcbe2315efe35863340df052c2259ef3fdd3.tar.gz gst-plugins-bad-dbe1dcbe2315efe35863340df052c2259ef3fdd3.tar.bz2 gst-plugins-bad-dbe1dcbe2315efe35863340df052c2259ef3fdd3.zip |
Add new files for gdk_pixbuf based scaler
Original commit message from CVS:
Add new files for gdk_pixbuf based scaler
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com> + * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type), + (gst_pixbufscale_get_type), (gst_pixbufscale_base_init), + (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps), + (gst_pixbufscale_link), (gst_pixbufscale_init), + (gst_pixbufscale_handle_src_event), (pixbufscale_scale), + (gst_pixbufscale_chain), (gst_pixbufscale_set_property), + (gst_pixbufscale_get_property), (pixbufscale_init): + * ext/gdk_pixbuf/pixbufscale.h: + Add these files I forgot earlier + 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com> * ext/gdk_pixbuf/Makefile.am: * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): |