diff options
author | Benjamin Otte <otte@gnome.org> | 2004-08-02 15:55:54 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-08-02 15:55:54 +0000 |
commit | 28a109d3f359029334c6825b705ca161ba853252 (patch) | |
tree | e79a73ad6f00383766e1f1faa6be775609099942 | |
parent | 8ec7327cb1c96055ab983858962f1bb195f9a4d4 (diff) | |
download | gst-plugins-bad-28a109d3f359029334c6825b705ca161ba853252.tar.gz gst-plugins-bad-28a109d3f359029334c6825b705ca161ba853252.tar.bz2 gst-plugins-bad-28a109d3f359029334c6825b705ca161ba853252.zip |
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
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-07-27 Benjamin Otte <otte@gnome.org> + + * 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 + 2004-08-02 Iain <iain@prettypeople.org> * gst/interleave/interleave.c (interleave_init), @@ -279,6 +288,7 @@ * testsuite/alsa/srcstate.c: add test for alsasrc changing state +>>>>>>> 1.958 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org> * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link), |