| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Original commit message from CVS:
Fix gdk_pixbuf installation directory (again)
|
|
|
|
|
| |
Original commit message from CVS:
fixes to make gdk_pixbuf loader install nicely
|
|
|
|
|
| |
Original commit message from CVS:
+ checking in plugin category changes
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
update GdkPixbuf loader. Fixes:
- has a begin_load implementation
- makes sure it only works when threads are enabled (this fixes segfaults with gtk 2.3)
There are still some kinks though, feel free to hack on it :)
|
|
|
|
|
| |
Original commit message from CVS:
JRB's pixbuf loader mask fix
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Original commit message from CVS:
Port GstGdkPixbufSrc to the new definitions
Close the loader before unreffing it.
|
|
|
|
|
| |
Original commit message from CVS:
Create type find function for gdk_pixbuf
|
|
|
|
|
|
|
| |
deal with that. Fixes #113488.
Original commit message from CVS:
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
|
|
|
|
|
| |
Original commit message from CVS:
updating some plugin categories
|
|
|
|
|
| |
Original commit message from CVS:
Remove redundant plugindir definition
|
|
|
|
|
|
|
| |
Original commit message from CVS:
move the element to Codec/Image/Decoder, as it was annoying me in gst-editor
Are there rules for this yet?
|
|
|
|
|
| |
Original commit message from CVS:
Fix plugin to compile and work with Gtk+-2.0 (works better with 2.2)
|
|
|
|
|
|
|
| |
over to the new mimetypes spec as descri...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h
I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
|
|
Original commit message from CVS:
Element that decodes images using gdk_pixbuf
|