summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-04-22 10:13:54 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-04-22 10:13:54 +0000
commit6ae500b9d91b7d6e59c29732b54002d61422fb0c (patch)
tree4da4d935ba4986a38b7fef2ff4aeee427787b2e4
parent7bc873245668de4c0fe64c049c7567b1bfbebe8c (diff)
downloadgst-plugins-bad-6ae500b9d91b7d6e59c29732b54002d61422fb0c.tar.gz
gst-plugins-bad-6ae500b9d91b7d6e59c29732b54002d61422fb0c.tar.bz2
gst-plugins-bad-6ae500b9d91b7d6e59c29732b54002d61422fb0c.zip
fix a silly bug that gcc4 caught
Original commit message from CVS: fix a silly bug that gcc4 caught
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f8dfbd44..1a8c92d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2005-04-22 Jan Schmidt,,, <thaytan@mad.scientist.com>
+2005-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * gst/silence/gstsilence.c: (gst_silence_change_state):
+ fix a silly bug that gcc4 caught
+
+2005-04-22 Jan Schmidt <thaytan@mad.scientist.com>
* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_finalize),
(dvdnavsrc_loop), (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri):