summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-04-09 15:29:44 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-04-09 15:29:44 +0000
commitb84249ae8fb1af4b654410a8ea6fccff85b48fa2 (patch)
treececf70198f8a12dc6ce737d1d668d8a01b9ab231
parentfb0ad55438a75be755bb8ddc7c10526bf74f38d7 (diff)
downloadgst-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e99335a9..da675fa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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