mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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.
This commit is contained in:
parent
8f82e98097
commit
55715de3d5
1 changed files with 8 additions and 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),
|
||||
|
|
Loading…
Reference in a new issue