diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-27 20:22:42 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-27 20:22:42 +0000 |
commit | 077382dd30262b4c957319657151234e186676e7 (patch) | |
tree | a4d8b24888fe7a2725f6e00c35e93b37a5f87d7a | |
parent | 50a40bc79db44d38956b4c6ff48cebb9495bc75b (diff) |
ext/a52dec/gsta52dec.c: Don't do sample adjusting anymore, we use float audio now.
Original commit message from CVS:
* ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
(gst_a52dec_change_state):
Don't do sample adjusting anymore, we use float audio now.
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
Don't fixate to non-existing properties.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * ext/a52dec/gsta52dec.c: (gst_a52dec_loop), + (gst_a52dec_change_state): + Don't do sample adjusting anymore, we use float audio now. + * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate): + Don't fixate to non-existing properties. + +2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_change_state): Advertise that we can do surround sound. |