add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and...
authorBenjamin Otte <otte@gnome.org>
Wed, 5 Nov 2003 03:24:53 +0000 (03:24 +0000)
committerBenjamin Otte <otte@gnome.org>
Wed, 5 Nov 2003 03:24:53 +0000 (03:24 +0000)
commit6da2b0065e9d93e36ee1059d50e9335d59bcbd68
treed278e4958f87c1a01ae5f0d4af74764e306157b0
parentc53062c0388f4a946e7f8db4929bf46dd4029a9d
add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation....

Original commit message from CVS:
add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation. I'm not sure if such a thing would be useful or too much trouble, so I'll throw it at enough testers to figure it out ;) We might want to disable it by defualt though in the future. (Currently there is not even a configure switch implemented to disable it.)
This includes a fix to not use GError in gstgdkpixbuf's typefind function and to only return GST_TYPE_FIND_MINIMUM when doing typefinding via gdk as this breaks quite a bit with the GStreamer loader installed.
configure.ac