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.
This commit is contained in:
Ronald S. Bultje 2004-04-18 23:40:34 +00:00
parent d2fcdc124c
commit f914984a75

View file

@ -1,3 +1,11 @@
2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
* 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 <otte@gnome.org>
* sys/oss/gstosselement.c: (gst_osselement_sync_parms),