diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-04-09 15:29:44 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-04-09 15:29:44 +0000 |
commit | b84249ae8fb1af4b654410a8ea6fccff85b48fa2 (patch) | |
tree | cecf70198f8a12dc6ce737d1d668d8a01b9ab231 | |
parent | fb0ad55438a75be755bb8ddc7c10526bf74f38d7 (diff) | |
download | gst-plugins-bad-b84249ae8fb1af4b654410a8ea6fccff85b48fa2.tar.gz gst-plugins-bad-b84249ae8fb1af4b654410a8ea6fccff85b48fa2.tar.bz2 gst-plugins-bad-b84249ae8fb1af4b654410a8ea6fccff85b48fa2.zip |
gst/audioconvert/gstchannelmix.c: Center-to-front does not involve rear (which would lead to crashes because those ar...
Original commit message from CVS:
* gst/audioconvert/gstchannelmix.c:
(gst_audio_convert_fill_others):
Center-to-front does not involve rear (which would lead to crashes
because those are unassigned - fixes #163443).
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2005-04-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/audioconvert/gstchannelmix.c: + (gst_audio_convert_fill_others): + Center-to-front does not involve rear (which would lead to crashes + because those are unassigned - fixes #163443). + +2005-04-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/videocrop/gstvideocrop.c: (gst_video_crop_set_property), (gst_video_crop_get_property): Renegotiate after a set_property, not after a get_property. Fixes |