summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-07-12 13:49:35 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-07-12 13:49:35 +0000
commit735fd9e1a2e49741167b3c9268c28b718b95426d (patch)
treefb39c722270ccdfddf526b7cd8070f1ceb70b9bb /ChangeLog
parentf20b4f68be8c6f3c8a0640a2ff2420af14487854 (diff)
downloadgst-plugins-bad-735fd9e1a2e49741167b3c9268c28b718b95426d.tar.gz
gst-plugins-bad-735fd9e1a2e49741167b3c9268c28b718b95426d.tar.bz2
gst-plugins-bad-735fd9e1a2e49741167b3c9268c28b718b95426d.zip
ext/gdk_pixbuf/gstgdkpixbuf.c: Add svg and pcx to template caps, and ensure that getcaps returns a subset of the temp...
Original commit message from CVS: * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_chain): Add svg and pcx to template caps, and ensure that getcaps returns a subset of the template caps. Copy each row manually for output, as gdkpixbuf may pad the rowstride to a 32-bit word boundary.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60b25660..63e26f3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
+ * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
+ (gst_gdk_pixbuf_chain):
+ Add svg and pcx to template caps, and ensure that getcaps returns a subset
+ of the template caps.
+ Copy each row manually for output, as gdkpixbuf may pad the
+ rowstride to a 32-bit word boundary.
+
2004-07-12 Wim Taymans <wim@fluendo.com>
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),