summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2005-03-23 12:10:23 +0000
committerEdward Hervey <bilboed@bilboed.com>2005-03-23 12:10:23 +0000
commitf2ba11f5628d047a6566281d8a38afbb734c45b1 (patch)
tree22f64b581d2fcf4f8b36653ed85f92a93bb6fdd8
parente12db68cb8378873e58584b56c6608d8ae9e6998 (diff)
downloadgst-plugins-bad-f2ba11f5628d047a6566281d8a38afbb734c45b1.tar.gz
gst-plugins-bad-f2ba11f5628d047a6566281d8a38afbb734c45b1.tar.bz2
gst-plugins-bad-f2ba11f5628d047a6566281d8a38afbb734c45b1.zip
gst/silence/gstsilence.c: forgot a break in the inner switch
Original commit message from CVS: * gst/silence/gstsilence.c: (gst_silence_handle_src_event): forgot a break in the inner switch Fixes bug #171341
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c82470a4..614293e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-23 Edward Hervey <bilboed@bilboed.com>
+
+ * gst/silence/gstsilence.c: (gst_silence_handle_src_event):
+ forgot a break in the inner switch
+ Fixes bug #171341
+
2005-03-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
* ext/mad/gstid3tag.c: (gst_id3_tag_chain):