diff options
author | Edward Hervey <bilboed@bilboed.com> | 2005-03-23 12:10:23 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2005-03-23 12:10:23 +0000 |
commit | f2ba11f5628d047a6566281d8a38afbb734c45b1 (patch) | |
tree | 22f64b581d2fcf4f8b36653ed85f92a93bb6fdd8 | |
parent | e12db68cb8378873e58584b56c6608d8ae9e6998 (diff) | |
download | gst-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |