diff options
author | Benjamin Otte <otte@gnome.org> | 2004-07-23 17:40:16 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-07-23 17:40:16 +0000 |
commit | 9643392b6950cea05662ff732d3fa6baa90735c2 (patch) | |
tree | 3bb54c976253a45b4bf369979245325f77841c24 | |
parent | e524114f4ae5b563d560ab56cda3ee7b91b8797b (diff) |
gst/audioconvert/gstaudioconvert.c: don't enfore negotiation from source side, it breaks sinesrc ! audioconvert ! oss...
Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
don't enfore negotiation from source side, it breaks
sinesrc ! audioconvert ! osssink
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-07-23 Benjamin Otte <otte@gnome.org> + + * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link): + don't enfore negotiation from source side, it breaks + sinesrc ! audioconvert ! osssink + 2004-07-22 David Schleef <ds@schleef.org> * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind |