summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2003-12-30 02:07:05 +0000
committerColin Walters <walters@verbum.org>2003-12-30 02:07:05 +0000
commit92089b9280877124b19eadb9c4516315e9d3f0f2 (patch)
treeb8974e9ead0fef7667eb62075e882349854c7c77
parentfb3c5d7c47104fcd9b8f3e18b7de08cbdf522876 (diff)
downloadgst-plugins-bad-92089b9280877124b19eadb9c4516315e9d3f0f2.tar.gz
gst-plugins-bad-92089b9280877124b19eadb9c4516315e9d3f0f2.tar.bz2
gst-plugins-bad-92089b9280877124b19eadb9c4516315e9d3f0f2.zip
ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of signed.
Original commit message from CVS: 2003-12-29 Colin Walters <walters@verbum.org> * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of signed.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c737f40..f1a83232 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-29 Colin Walters <walters@verbum.org>
+
+ * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
+ signed.
+
2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
* ext/sndfile/gstsf.c: (gst_sf_loop):