From 766c358289b3ecb6be027113d1d8e680619e2b07 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 30 Dec 2003 02:07:05 +0000 Subject: [PATCH] ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of signed. Original commit message from CVS: 2003-12-29 Colin Walters * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of signed. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8c737f406b..f1a8323295 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-12-29 Colin Walters + + * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of + signed. + 2003-12-30 Jan Schmidt * ext/sndfile/gstsf.c: (gst_sf_loop):