diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-07-15 10:42:30 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-07-15 10:42:30 +0000 |
commit | 0554531466f92fde8ba31ba3fa41246e8bfc3811 (patch) | |
tree | 5465d138a51977ee1ffbddf37bf6482769498960 | |
parent | d2a2a132d919c9d897c1acf16f6f0c0ad0e13b44 (diff) | |
download | gst-plugins-bad-0554531466f92fde8ba31ba3fa41246e8bfc3811.tar.gz gst-plugins-bad-0554531466f92fde8ba31ba3fa41246e8bfc3811.tar.bz2 gst-plugins-bad-0554531466f92fde8ba31ba3fa41246e8bfc3811.zip |
gst/: Port to new base class.
Original commit message from CVS:
* gst/level/gstlevel.c: (gst_level_transform):
* gst/videobox/gstvideobox.c: (gst_video_box_class_init),
(gst_video_box_get_size), (gst_video_box_transform):
Port to new base class.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-07-15 Wim Taymans <wim@fluendo.com> + + * gst/level/gstlevel.c: (gst_level_transform): + * gst/videobox/gstvideobox.c: (gst_video_box_class_init), + (gst_video_box_get_size), (gst_video_box_transform): + Port to new base class. + 2005-07-14 Wim Taymans <wim@fluendo.com> * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type), |