summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-02-23 18:07:44 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-02-23 18:07:44 +0000
commita0392d69af354183f405de9d57a1508d23faf180 (patch)
tree4fc8382c2ed6b033cab4cb7b9df84ad7a0c8d03e /ChangeLog
parentaa0244eb057489581f48bdb9dc60876f121ce82a (diff)
downloadgst-plugins-bad-a0392d69af354183f405de9d57a1508d23faf180.tar.gz
gst-plugins-bad-a0392d69af354183f405de9d57a1508d23faf180.tar.bz2
gst-plugins-bad-a0392d69af354183f405de9d57a1508d23faf180.zip
ext/gdk_pixbuf/pixbufscale.c: Remove bogus gdk_pixbuf_scale_simple call, so now we don't scale each buffer _twice_. F...
Original commit message from CVS: 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
Diffstat (limited to 'ChangeLog')
-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):