diff options
author | Andy Wingo <wingo@pobox.com> | 2005-07-19 15:29:07 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-07-19 15:29:07 +0000 |
commit | 8fb69f43a29e61b4b1d2e934e54c272ac50addb2 (patch) | |
tree | a269b4921a66cd899b8cad99b5b5f6402606b7d6 /ChangeLog | |
parent | 37475457849711adcb67b2b709b0ff37838155f8 (diff) | |
download | gst-plugins-bad-8fb69f43a29e61b4b1d2e934e54c272ac50addb2.tar.gz gst-plugins-bad-8fb69f43a29e61b4b1d2e934e54c272ac50addb2.tar.bz2 gst-plugins-bad-8fb69f43a29e61b4b1d2e934e54c272ac50addb2.zip |
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 <wingo@pobox.com>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-07-19 Andy Wingo <wingo@pobox.com> + * 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 <wim@fluendo.com> |