From: Andy Wingo Date: Tue, 19 Jul 2005 15:29:07 +0000 (+0000) Subject: ext/dv/gstdvdec.c (gst_dvdec_decode_video): Don't clobber alloc_buffer's return value. X-Git-Tag: 1.19.3~505^2~2298 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2d280aa94fc31b8dce82e64716a4fd6d3d270a0;p=platform%2Fupstream%2Fgstreamer.git ext/dv/gstdvdec.c (gst_dvdec_decode_video): Don't clobber alloc_buffer's return value. Original commit message from CVS: 2005-07-19 Andy Wingo * ext/dv/gstdvdec.c (gst_dvdec_decode_video): Don't clobber alloc_buffer's return value. (gst_dvdec_decode_frame): Handle unlinked pads with grace and agility. --- diff --git a/ChangeLog b/ChangeLog index cb34cfb..4c14f52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-07-19 Andy Wingo + * ext/dv/gstdvdec.c (gst_dvdec_decode_video): Don't clobber + alloc_buffer's return value. + (gst_dvdec_decode_frame): Handle unlinked pads with grace and + agility. + * ext/dv/gstdvdec.h: Fix signedness error. 2005-07-19 Wim Taymans