gst/audioscale/gstaudioscale.c: - fix templates to only support S16, it's the only...
authorBenjamin Otte <otte@gnome.org>
Mon, 2 Aug 2004 15:55:54 +0000 (15:55 +0000)
committerBenjamin Otte <otte@gnome.org>
Mon, 2 Aug 2004 15:55:54 +0000 (15:55 +0000)
commit28a109d3f359029334c6825b705ca161ba853252
treee79a73ad6f00383766e1f1faa6be775609099942
parent8ec7327cb1c96055ab983858962f1bb195f9a4d4
gst/audioscale/gstaudioscale.c: - fix templates to only support S16, it's the only format that works

Original commit message from CVS:
* gst/audioscale/gstaudioscale.c:
- fix templates to only support S16, it's the only format that works
- make caps nego code use try_set_caps_nonfixed and fixation instead
of try_set_caps twice, which is not nice for autopluggers
- change rank to secondary, so autopluggers can pick it up after
audioconvert
ChangeLog