From 17b2b7bb9e36e803115d38c8a6c042bb19bb573f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 7 Jul 2004 16:35:01 +0000 Subject: [PATCH] gst/videobox/gstvideobox.c: Use pad_alloc where possible. Original commit message from CVS: * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type), (gst_video_box_class_init), (gst_video_box_set_property), (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain): Use pad_alloc where possible. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index b7c888fcb8..5ae53c4856 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-07-07 Wim Taymans + + * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type), + (gst_video_box_class_init), (gst_video_box_set_property), + (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain): + Use pad_alloc where possible. + 2004-07-07 Wim Taymans * sys/oss/gstosselement.c: (gst_osselement_reset),