diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-08-10 16:52:40 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-08-10 16:52:40 +0000 |
commit | 1671b7d73a6e2791729f83e3af3ef4e3dfca020f (patch) | |
tree | 91b06455d6373c7c3327ec0b241f9beeafc22f30 /scripts | |
parent | 79fff8eb08bc19108098c982b54af014a7e5a133 (diff) | |
download | gst-plugins-bad-1671b7d73a6e2791729f83e3af3ef4e3dfca020f.tar.gz gst-plugins-bad-1671b7d73a6e2791729f83e3af3ef4e3dfca020f.tar.bz2 gst-plugins-bad-1671b7d73a6e2791729f83e3af3ef4e3dfca020f.zip |
ext/gdk_pixbuf/gstgdkpixbuf.c: Support various image formats (e.g. RGBA). Makes gif images work.
Original commit message from CVS:
* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
Support various image formats (e.g. RGBA). Makes gif images work.
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
(gst_qtdemux_add_stream), (qtdemux_parse_trak):
Some workarounds for odd behaviour I found while crawling through
apple.com/trailers. For one, if you load single-image (still-image)
trailers containing gif images, they will have an infinite framerate
since there is no duration. Capping framerate makes negotiation work.
Also, some movies don't actually have size markers, since they only
contain a single chunk of data (or so? I don't understand quicktime
at all, I guess), so throwing the whole binary blob from the offset
to end-of-file to the decoder makes at least something display (yes,
this actually works :) ). Lastly, for some reason, one redirect URI
movies caused an assertion because it read a negative size (immediate
return) and tried to flush it (guint, signflip), leading to odd
stuff and subsequent crashes.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions