From: Ronald S. Bultje Date: Sat, 18 Dec 2004 23:43:47 +0000 (+0000) Subject: gst/deinterlace/gstdeinterlace.c: Rowstride fixes. Fixes #161039. X-Git-Tag: 1.19.3~505^2~2669 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba3f9d8b3d81f8d7afe89660de6072d907483122;p=platform%2Fupstream%2Fgstreamer.git gst/deinterlace/gstdeinterlace.c: Rowstride fixes. Fixes #161039. Original commit message from CVS: Reviewed by: Ronald S. Bultje * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link), (gst_deinterlace_chain): Rowstride fixes. Fixes #161039. * gst/videocrop/gstvideocrop.c: (gst_video_crop_init), (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val), (gst_video_crop_getcaps), (gst_video_crop_link), (gst_video_crop_i420), (gst_video_crop_chain), (gst_video_crop_change_state): Rework of negotiation. Actually works now. Fixes #158650. --- diff --git a/ChangeLog b/ChangeLog index 00fcfee..5fe27e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-12-19 Tim-Philipp Müller + + Reviewed by: Ronald S. Bultje + + * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link), + (gst_deinterlace_chain): + Rowstride fixes. Fixes #161039. + * gst/videocrop/gstvideocrop.c: (gst_video_crop_init), + (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val), + (gst_video_crop_getcaps), (gst_video_crop_link), + (gst_video_crop_i420), (gst_video_crop_chain), + (gst_video_crop_change_state): + Rework of negotiation. Actually works now. Fixes #158650. + 2004-12-18 Ronald S. Bultje * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):