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:54 +0000 (03:24 +0000)
committerBenjamin Otte <otte@gnome.org>
Wed, 5 Nov 2003 03:24:54 +0000 (03:24 +0000)
commit8468a02e24fa79adc1b396b56e661a3887dfcb52
treeb392b760891b093f8d6d9ce74eba551bd93de653
parentbbd6c00598bb1e533011c85ba59cb8f9e0413ab9
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
ext/gdk_pixbuf/Makefile.am
ext/gdk_pixbuf/gst_loader.c [new file with mode: 0644]
ext/gdk_pixbuf/gstgdkanimation.c [new file with mode: 0644]
ext/gdk_pixbuf/gstgdkanimation.h [new file with mode: 0644]
ext/gdk_pixbuf/gstgdkpixbuf.c