diff options
| author | Jan Schmidt <thaytan@mad.scientist.com> | 2004-07-12 13:49:35 +0000 |
|---|---|---|
| committer | Jan Schmidt <thaytan@mad.scientist.com> | 2004-07-12 13:49:35 +0000 |
| commit | f91052fc80037f2be97445589214428e6dc51bd6 (patch) | |
| tree | a30cf484f37dc244487fbbbbc94d5d61dc6e0649 /ChangeLog | |
| parent | 007f39c2cea79faa5adb74400e0072383a7721cf (diff) | |
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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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), |
