summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11579bf7..47188036 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-02-24 Jan Schmidt <thaytan@mad.scientist.com>
+ * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_scale):
+ Remove bogus gdk_pixbuf_scale_simple call, so now we
+ don't scale each buffer _twice_. Fixes #168271
+
+ * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
+ * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
+ Don't lock the stream_lock until after the gst_element_wait
+
2005-02-23 Edward Hervey <bilboed@bilboed.com>
* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_handle_src_event):