summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-09-22 15:03:07 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-09-22 15:03:07 +0000
commit517b5e5951fa8c1025b546f11a5b31eb5a44b084 (patch)
treeb34bc24f0b4a7ec8d5f27732b9c3b080c52385a4 /ChangeLog
parent245fb79909672f9e5f9163161e75c1b42c77e723 (diff)
downloadgst-plugins-bad-517b5e5951fa8c1025b546f11a5b31eb5a44b084.tar.gz
gst-plugins-bad-517b5e5951fa8c1025b546f11a5b31eb5a44b084.tar.bz2
gst-plugins-bad-517b5e5951fa8c1025b546f11a5b31eb5a44b084.zip
ext/gdk_pixbuf/pixbufscale.c: Correct caps negotiation
Original commit message from CVS: * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps): Correct caps negotiation * gst/volume/gstvolume.c: (volume_chain_float), (volume_chain_int16): Modify debug output to be little more informative * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_destroy): Add XSync calls after detaching from the shared memory segment to avoid a crash.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31fcff55..06c49d0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
+ Correct caps negotiation
+ * gst/volume/gstvolume.c: (volume_chain_float),
+ (volume_chain_int16):
+ Modify debug output to be little more informative
+ * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
+ * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
+ (gst_xvimagesink_xvimage_destroy):
+ Add XSync calls after detaching from the shared memory segment to
+ avoid a crash.
+
2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* ext/ogg/gstoggmux.c: (gst_ogg_mux_init),