From: Ronald S. Bultje Date: Sun, 18 Apr 2004 23:40:34 +0000 (+0000) Subject: gst/wavparse/gstwavparse.c: Hack to make wavparse work with spider (always -> sometim... X-Git-Tag: 1.19.3~507^2~23357 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3acf1d3eb081efba18de0dc0ee408994109840c;p=platform%2Fupstream%2Fgstreamer.git gst/wavparse/gstwavparse.c: Hack to make wavparse work with spider (always -> sometimes pad). Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_init), (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad), (gst_wavparse_parse_fmt), (gst_wavparse_change_state): Hack to make wavparse work with spider (always -> sometimes pad). Fixes #135862 && #140411. --- diff --git a/ChangeLog b/ChangeLog index 49d570d..ee0d9d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-04-18 Ronald Bultje + + * gst/wavparse/gstwavparse.c: (gst_wavparse_init), + (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad), + (gst_wavparse_parse_fmt), (gst_wavparse_change_state): + Hack to make wavparse work with spider (always -> sometimes pad). + Fixes #135862 && #140411. + 2004-04-18 Benjamin Otte * sys/oss/gstosselement.c: (gst_osselement_sync_parms),