diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-07 18:17:52 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-07 18:17:52 +0000 |
commit | ae84e29ad1515690cdd87cb3e6177828c875056c (patch) | |
tree | 7bce76c1a1bd04ac94381cf9e0e163d3d4ca42ef | |
parent | 536f3d6c435814c2d8abe7c5011eb2f67f07e52f (diff) |
gst/audioconvert/gstaudioconvert.c: The return value of fixate_to does not imply that the requested value was set, so...
Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
The return value of fixate_to does not imply that the requested
value was set, so don't assume.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate): + The return value of fixate_to does not imply that the requested + value was set, so don't assume. + 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org> Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> |