Benjamin Otte [Fri, 14 Nov 2003 19:24:15 +0000 (19:24 +0000)]
GStreamer does not use changelogs
Original commit message from CVS:
GStreamer does not use changelogs
David Schleef [Thu, 13 Nov 2003 21:25:38 +0000 (21:25 +0000)]
er, no, signal should be VOID__POINTER. :)
Original commit message from CVS:
er, no, signal should be VOID__POINTER. :)
Julien Moutte [Thu, 13 Nov 2003 10:46:12 +0000 (10:46 +0000)]
Using less and less XGetWindowAttributes. I m using the configure events to keep our internal data up to date and use...
Original commit message from CVS:
Using less and less XGetWindowAttributes. I m using the configure events to keep our internal data up to date and use that to work (faster).
Implemented offset management in the navigation event if the image is centered in the window.
Julien Moutte [Thu, 13 Nov 2003 10:44:12 +0000 (10:44 +0000)]
Trying to use less and less XGetWindowAttributes. I m using the configure events to keep our internal data up to date...
Original commit message from CVS:
Trying to use less and less XGetWindowAttributes. I m using the configure events to keep our internal data up to date and use that data to work (faster).
David Schleef [Thu, 13 Nov 2003 01:48:53 +0000 (01:48 +0000)]
signal should be VOID__VOID
Original commit message from CVS:
signal should be VOID__VOID
Julien Moutte [Wed, 12 Nov 2003 13:06:21 +0000 (13:06 +0000)]
- Fixing framerate on caps renegotiation. We memorize it on sinkconnect to set fixed caps on renego.
Original commit message from CVS:
- Fixing framerate on caps renegotiation. We memorize it on sinkconnect to set fixed caps on renego.
- Homogenized indentation.
- Removed some comments.
- Fixed the caps renegotiation new ximage creation (it was creating a new ximage on every configure event even if window's size has not changed)
- Removed pointer coordinates translation in navigation_send_event as we are not doing scaling. videoscale should convert those events is scaling there is.
Julien Moutte [Wed, 12 Nov 2003 11:02:31 +0000 (11:02 +0000)]
Removing some comments, storing framerate.
Original commit message from CVS:
Removing some comments, storing framerate.
Benjamin Otte [Wed, 12 Nov 2003 03:06:07 +0000 (03:06 +0000)]
fix build system for X, XShm and Xv
Original commit message from CVS:
fix build system for X, XShm and Xv
Benjamin Otte [Wed, 12 Nov 2003 02:58:06 +0000 (02:58 +0000)]
use existing data in mp3 when available
Original commit message from CVS:
use existing data in mp3 when available
Benjamin Otte [Wed, 12 Nov 2003 02:49:30 +0000 (02:49 +0000)]
use debugging macros for debugging (d'oh)
Original commit message from CVS:
use debugging macros for debugging (d'oh)
Benjamin Otte [Wed, 12 Nov 2003 02:47:50 +0000 (02:47 +0000)]
This is unused when debugging is disabled
Original commit message from CVS:
This is unused when debugging is disabled
Benjamin Otte [Wed, 12 Nov 2003 00:13:46 +0000 (00:13 +0000)]
add -lX11 to X_LIBS so ximagesink builds
Original commit message from CVS:
add -lX11 to X_LIBS so ximagesink builds
Benjamin Otte [Tue, 11 Nov 2003 22:40:43 +0000 (22:40 +0000)]
make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse for...
Original commit message from CVS:
make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse format to video.h
David Schleef [Tue, 11 Nov 2003 18:53:12 +0000 (18:53 +0000)]
Add check for (GstXxxx *) casts
Original commit message from CVS:
Add check for (GstXxxx *) casts
Thomas Vander Stichele [Tue, 11 Nov 2003 11:32:27 +0000 (11:32 +0000)]
yikes, cvs didn't like my vim swap file.
Original commit message from CVS:
yikes, cvs didn't like my vim swap file.
here's the proper revert + commit
Thomas Vander Stichele [Tue, 11 Nov 2003 11:12:20 +0000 (11:12 +0000)]
fix define
Original commit message from CVS:
fix define
Thomas Vander Stichele [Tue, 11 Nov 2003 11:11:36 +0000 (11:11 +0000)]
test for regular shm instead of XShm
Original commit message from CVS:
test for regular shm instead of XShm
David Schleef [Tue, 11 Nov 2003 05:35:31 +0000 (05:35 +0000)]
Fix caps negotiation in _getcaps and _link functions. Should be completely symmetric now.
Original commit message from CVS:
Fix caps negotiation in _getcaps and _link functions. Should be
completely symmetric now.
David Schleef [Tue, 11 Nov 2003 05:32:09 +0000 (05:32 +0000)]
recreate ximage after try_set_caps suceeds
Original commit message from CVS:
recreate ximage after try_set_caps suceeds
Benjamin Otte [Tue, 11 Nov 2003 03:22:53 +0000 (03:22 +0000)]
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
Original commit message from CVS:
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
David Schleef [Tue, 11 Nov 2003 00:44:20 +0000 (00:44 +0000)]
er, that's g_type_class_ref()
Original commit message from CVS:
er, that's g_type_class_ref()
David Schleef [Tue, 11 Nov 2003 00:43:29 +0000 (00:43 +0000)]
Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to scale navigation events.
Original commit message from CVS:
Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink
to scale navigation events.
David Schleef [Tue, 11 Nov 2003 00:38:11 +0000 (00:38 +0000)]
some cleanups suggested by gst-lint
Original commit message from CVS:
some cleanups suggested by gst-lint
David Schleef [Mon, 10 Nov 2003 22:49:20 +0000 (22:49 +0000)]
pointer_[xy] are FLOATS, not INTS
Original commit message from CVS:
pointer_[xy] are FLOATS, not INTS
David Schleef [Mon, 10 Nov 2003 22:48:31 +0000 (22:48 +0000)]
remove gst_video_sink_push_ui_event()
Original commit message from CVS:
remove gst_video_sink_push_ui_event()
Julien Moutte [Mon, 10 Nov 2003 19:57:57 +0000 (19:57 +0000)]
Trying to fix the caps renegotiation.
Original commit message from CVS:
Trying to fix the caps renegotiation.
David Schleef [Mon, 10 Nov 2003 18:42:32 +0000 (18:42 +0000)]
Update for videofilter changes
Original commit message from CVS:
Update for videofilter changes
Julien Moutte [Mon, 10 Nov 2003 18:22:20 +0000 (18:22 +0000)]
I m glad to introduce you xvimagesink which the brother of ximagesink using XV extensions with both XShm or not... It...
Original commit message from CVS:
I m glad to introduce you xvimagesink which the brother of ximagesink using XV extensions with both XShm or not... It grabs the XV port so no possible overlapping of overlays. If multiple ports are available i take the first non grabbed one...
Wheeee !!!
Ronald S. Bultje [Mon, 10 Nov 2003 13:56:25 +0000 (13:56 +0000)]
Two fixes. The first sets inited to TRUE when we're going into passthrough mode (else, capsnego succeeds and the chai...
Original commit message from CVS:
Two fixes. The first sets inited to TRUE when we're going into passthrough mode (else, capsnego succeeds and the chain() function warns that inited != TRUE), and the second check for validity of caps on src side that were entered on sink side before applying. Else, caps1 could be NULL which causes a segfault.
Christian Schaller [Sun, 9 Nov 2003 22:48:58 +0000 (22:48 +0000)]
disting fixes, pixbuf loader still borked in regards to disting
Original commit message from CVS:
disting fixes, pixbuf loader still borked in regards to disting
Ronald S. Bultje [Sun, 9 Nov 2003 20:54:24 +0000 (20:54 +0000)]
Fix device probing from multiple childs. It's done once in the parent class only now, but the childs do get the corre...
Original commit message from CVS:
Fix device probing from multiple childs. It's done once in the parent class only now, but the childs do get the correct values. Also fixes an incorrect succesful state change if we opened a v4l device that doesn't have the capabilities that are needed by the plugin.
Ronald S. Bultje [Sun, 9 Nov 2003 20:04:08 +0000 (20:04 +0000)]
Some property finetuning
Original commit message from CVS:
Some property finetuning
Julien Moutte [Sun, 9 Nov 2003 19:11:26 +0000 (19:11 +0000)]
Fixed navigation events.
Original commit message from CVS:
Fixed navigation events.
We only miss caps renegotiation for video software scaling.
Benjamin Otte [Sun, 9 Nov 2003 15:44:25 +0000 (15:44 +0000)]
apparently you need this function now - it still doesn't work though
Original commit message from CVS:
apparently you need this function now - it still doesn't work though
Benjamin Otte [Sun, 9 Nov 2003 15:35:22 +0000 (15:35 +0000)]
That function was removed from videofilter because of plugin_init changes
Original commit message from CVS:
That function was removed from videofilter because of plugin_init changes
Ronald S. Bultje [Sun, 9 Nov 2003 13:43:54 +0000 (13:43 +0000)]
Two workarounds added for gcc-2.9x compatibility. The warnigns are wrong, because these variables will logically neve...
Original commit message from CVS:
Two workarounds added for gcc-2.9x compatibility. The warnigns are wrong, because these variables will logically never be used without being initialized, but it complains nevertheless so we should fix it.
Julien Moutte [Sat, 8 Nov 2003 14:58:35 +0000 (14:58 +0000)]
Moved the xevents handling in a function. Trying to get caps renegotiation to work.
Original commit message from CVS:
Moved the xevents handling in a function. Trying to get caps renegotiation to work.
The xwindow is not resized by sinkconnect as i still don't know what i ll do for that autoresize behaviour.
David Schleef [Sat, 8 Nov 2003 03:02:14 +0000 (03:02 +0000)]
remove pesky g_print()s
Original commit message from CVS:
remove pesky g_print()s
David Schleef [Sat, 8 Nov 2003 02:52:41 +0000 (02:52 +0000)]
much cleanup hacking made possible by plugin changes
Original commit message from CVS:
much cleanup hacking made possible by plugin changes
David Schleef [Fri, 7 Nov 2003 22:29:58 +0000 (22:29 +0000)]
dummy checkin to add log for last checkin: use try_set_caps() instead of using an event to signal caps renegotiation
Original commit message from CVS:
dummy checkin to add log for last checkin: use try_set_caps() instead
of using an event to signal caps renegotiation
David Schleef [Fri, 7 Nov 2003 22:26:38 +0000 (22:26 +0000)]
Revert accidental checkin
Original commit message from CVS:
Revert accidental checkin
David Schleef [Fri, 7 Nov 2003 22:21:37 +0000 (22:21 +0000)]
I'm too lazy to comment this
Original commit message from CVS:
*** empty log message ***
Jeremy Simon [Fri, 7 Nov 2003 20:01:02 +0000 (20:01 +0000)]
We don't need to patch wmadec.c and avcodec.h anymore
Original commit message from CVS:
We don't need to patch wmadec.c and avcodec.h anymore
Julien Moutte [Fri, 7 Nov 2003 18:00:39 +0000 (18:00 +0000)]
First draft at renegotiation on XConfigure event and navigation events.
Original commit message from CVS:
First draft at renegotiation on XConfigure event and navigation events.
Ronald S. Bultje [Fri, 7 Nov 2003 12:47:02 +0000 (12:47 +0000)]
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro...
Original commit message from CVS:
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
Ronald S. Bultje [Fri, 7 Nov 2003 12:45:20 +0000 (12:45 +0000)]
Add device autodetection
Original commit message from CVS:
Add device autodetection
David Schleef [Fri, 7 Nov 2003 04:36:41 +0000 (04:36 +0000)]
Don't set the actual video size in gst_video_sink_got_video_size().
Original commit message from CVS:
Don't set the actual video size in gst_video_sink_got_video_size().
This could probably be replaced once we handle pixel aspect ratios.
David I. Lehn [Fri, 7 Nov 2003 03:01:21 +0000 (03:01 +0000)]
use int64 for frame-time
Original commit message from CVS:
use int64 for frame-time
Thomas Vander Stichele [Fri, 7 Nov 2003 00:53:32 +0000 (00:53 +0000)]
test and define HAVE_XSHM build ximage plugin
Original commit message from CVS:
test and define HAVE_XSHM
build ximage plugin
David Schleef [Thu, 6 Nov 2003 23:42:16 +0000 (23:42 +0000)]
new checks
Original commit message from CVS:
new checks
David Schleef [Thu, 6 Nov 2003 22:48:03 +0000 (22:48 +0000)]
Fix caps handling
Original commit message from CVS:
Fix caps handling
David Schleef [Thu, 6 Nov 2003 22:18:56 +0000 (22:18 +0000)]
add config.h
Original commit message from CVS:
add config.h
Julien Moutte [Thu, 6 Nov 2003 22:17:37 +0000 (22:17 +0000)]
Adding navigation interface.
Original commit message from CVS:
Adding navigation interface.
Putting a define for USE_SHM waiting for bug #126401 to be fixed.
Julien Moutte [Thu, 6 Nov 2003 21:51:14 +0000 (21:51 +0000)]
Adding ximagesink plugin.
Original commit message from CVS:
Adding ximagesink plugin.
Pure X11 (XShm supported) video output plugin.
Jan Schmidt [Thu, 6 Nov 2003 15:24:41 +0000 (15:24 +0000)]
All the interfaces are collected in libgstinterfaces now.
Original commit message from CVS:
All the interfaces are collected in libgstinterfaces now.
Jan Schmidt [Thu, 6 Nov 2003 08:43:24 +0000 (08:43 +0000)]
It was the license disappeared out of the element details, not the category :)
Original commit message from CVS:
It was the license disappeared out of the element details, not the category :)
Steve Baker [Thu, 6 Nov 2003 05:36:06 +0000 (05:36 +0000)]
this will make it easier to merge when you have uncommited plugins in your tree
Original commit message from CVS:
this will make it easier to merge when you have uncommited plugins in your tree
David Schleef [Thu, 6 Nov 2003 03:29:36 +0000 (03:29 +0000)]
Add 'PICT' as possible qt atom type
Original commit message from CVS:
Add 'PICT' as possible qt atom type
Benjamin Otte [Thu, 6 Nov 2003 02:32:42 +0000 (02:32 +0000)]
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This s...
Original commit message from CVS:
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This should make releases not output any debugging information at all
David Schleef [Thu, 6 Nov 2003 02:29:30 +0000 (02:29 +0000)]
Added mpeg/video video stream typefinding
Original commit message from CVS:
Added mpeg/video video stream typefinding
David Schleef [Thu, 6 Nov 2003 00:06:03 +0000 (00:06 +0000)]
Add 'pnot' as a valid atom name in quicktime
Original commit message from CVS:
Add 'pnot' as a valid atom name in quicktime
Jeremy Simon [Wed, 5 Nov 2003 23:06:27 +0000 (23:06 +0000)]
Patch avcodec.h and wmadec.c to use flag1 and flag2 from context
Original commit message from CVS:
Patch avcodec.h and wmadec.c to use flag1 and flag2 from context
The asfdemux calculates the 2 values and gives them to the decoder via the pad/caps
The ffdec_wmav1 & ffdec_wmav2 put them in the ffmpeg context before they start to decode the data
Ronald S. Bultje [Wed, 5 Nov 2003 22:59:46 +0000 (22:59 +0000)]
Some prettification fixes to this interface... Make it look good, make it simple and make it more GObject'ific. This ...
Original commit message from CVS:
Some prettification fixes to this interface... Make it look good, make it simple and make it more GObject'ific. This means that it now works largely almost the same as GObject (concerning arguments that you give to the functions, and layout of the virtual functions). I've also got an OSS implementation for this, but it needs one small change before I commit that. Expect that this weekend or so.
Ronald S. Bultje [Wed, 5 Nov 2003 11:01:56 +0000 (11:01 +0000)]
libgst-interfaces -> libgstinterfaces, plus we're not called libgstplay
Original commit message from CVS:
libgst-interfaces -> libgstinterfaces, plus we're not called libgstplay
Ronald S. Bultje [Wed, 5 Nov 2003 10:57:58 +0000 (10:57 +0000)]
Remove trailing slash in last line of comment, it causes issues with certain versions of automake
Original commit message from CVS:
Remove trailing slash in last line of comment, it causes issues with certain versions of automake
David Schleef [Wed, 5 Nov 2003 03:59:53 +0000 (03:59 +0000)]
Fix endianness issues manifested in pngenc. Fixes #125932
Original commit message from CVS:
Fix endianness issues manifested in pngenc. Fixes #125932
Benjamin Otte [Wed, 5 Nov 2003 03:24:53 +0000 (03:24 +0000)]
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.
Benjamin Otte [Tue, 4 Nov 2003 18:10:36 +0000 (18:10 +0000)]
gst_caps_get requires a NULL at the end
Original commit message from CVS:
gst_caps_get requires a NULL at the end
Benjamin Otte [Tue, 4 Nov 2003 15:22:42 +0000 (15:22 +0000)]
disable Altivec until someone fixes the build to allow it conditionally
Original commit message from CVS:
disable Altivec until someone fixes the build to allow it conditionally
David Schleef [Mon, 3 Nov 2003 20:18:14 +0000 (20:18 +0000)]
use top-level defined plugindir
Original commit message from CVS:
use top-level defined plugindir
David Schleef [Mon, 3 Nov 2003 20:17:40 +0000 (20:17 +0000)]
change libgst-interfaces to libgstinterfaces
Original commit message from CVS:
change libgst-interfaces to libgstinterfaces
David Schleef [Mon, 3 Nov 2003 20:14:03 +0000 (20:14 +0000)]
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
Original commit message from CVS:
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
Thomas Vander Stichele [Mon, 3 Nov 2003 10:24:13 +0000 (10:24 +0000)]
.in is out
Original commit message from CVS:
.in is out
Ronald S. Bultje [Sun, 2 Nov 2003 23:06:23 +0000 (23:06 +0000)]
Add static version of removed gsT_element_factory_make_or_warn()
Original commit message from CVS:
Add static version of removed gsT_element_factory_make_or_warn()
Ronald S. Bultje [Sun, 2 Nov 2003 22:54:47 +0000 (22:54 +0000)]
Bla
Original commit message from CVS:
Bla
Benjamin Otte [Sun, 2 Nov 2003 22:53:56 +0000 (22:53 +0000)]
forgot to make the element details static in here
Original commit message from CVS:
forgot to make the element details static in here
Ronald S. Bultje [Sun, 2 Nov 2003 22:20:19 +0000 (22:20 +0000)]
and even sine sources can be generated again
Original commit message from CVS:
and even sine sources can be generated again
Benjamin Otte [Sun, 2 Nov 2003 21:55:15 +0000 (21:55 +0000)]
fix for new plugin system
Original commit message from CVS:
fix for new plugin system
Benjamin Otte [Sun, 2 Nov 2003 20:48:33 +0000 (20:48 +0000)]
fix for new plugin system
Original commit message from CVS:
fix for new plugin system
Benjamin Otte [Sun, 2 Nov 2003 14:47:52 +0000 (14:47 +0000)]
fix most of sys dir. v4l2 and dxr3 pending, as I don't have them
Original commit message from CVS:
fix most of sys dir. v4l2 and dxr3 pending, as I don't have them
Jan Schmidt [Sun, 2 Nov 2003 06:46:57 +0000 (06:46 +0000)]
Updated for the new plugin loading code
Original commit message from CVS:
Updated for the new plugin loading code
Iain Holmes [Sun, 2 Nov 2003 02:20:36 +0000 (02:20 +0000)]
Vorbis compiles once more
Original commit message from CVS:
Vorbis compiles once more
Iain Holmes [Sun, 2 Nov 2003 01:21:38 +0000 (01:21 +0000)]
Text overlay
Original commit message from CVS:
Text overlay
Iain Holmes [Sat, 1 Nov 2003 14:17:49 +0000 (14:17 +0000)]
Fix CDParanoia for the new defines too
Original commit message from CVS:
Fix CDParanoia for the new defines too
Iain Holmes [Sat, 1 Nov 2003 11:41:42 +0000 (11:41 +0000)]
Audioconvert - Check!
Original commit message from CVS:
Audioconvert - Check!
Updated for new stuff
David Schleef [Sat, 1 Nov 2003 01:24:30 +0000 (01:24 +0000)]
Fixes for new plugin init system
Original commit message from CVS:
Fixes for new plugin init system
David Schleef [Sat, 1 Nov 2003 01:10:23 +0000 (01:10 +0000)]
changes for new plugin init system
Original commit message from CVS:
changes for new plugin init system
Benjamin Otte [Fri, 31 Oct 2003 20:03:29 +0000 (20:03 +0000)]
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ex...
Original commit message from CVS:
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad.
You guessed it, everything Rhythmbox needs ;)
fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
David Schleef [Fri, 31 Oct 2003 20:01:39 +0000 (20:01 +0000)]
Oops, didn't mean to remove riff
Original commit message from CVS:
Oops, didn't mean to remove riff
Iain Holmes [Fri, 31 Oct 2003 12:36:57 +0000 (12:36 +0000)]
image/x-xpixmap and image/x-sun-raster
Original commit message from CVS:
image/x-xpixmap and image/x-sun-raster
David Schleef [Thu, 30 Oct 2003 22:05:24 +0000 (22:05 +0000)]
minor cosmetic fix
Original commit message from CVS:
minor cosmetic fix
David Schleef [Thu, 30 Oct 2003 21:53:43 +0000 (21:53 +0000)]
Remove mpeg2enc
Original commit message from CVS:
Remove mpeg2enc
David Schleef [Thu, 30 Oct 2003 19:24:49 +0000 (19:24 +0000)]
Fix height/width swap in function prototype. Fixes #125827
Original commit message from CVS:
Fix height/width swap in function prototype. Fixes #125827
David Schleef [Thu, 30 Oct 2003 02:36:42 +0000 (02:36 +0000)]
Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
Original commit message from CVS:
Fix makefiles for GstPropertyProbe. Combine all interfaces into
a single libgst-interface.
David Schleef [Thu, 30 Oct 2003 02:32:00 +0000 (02:32 +0000)]
First attempt (actually third) at a property probing interface
Original commit message from CVS:
First attempt (actually third) at a property probing interface
David Schleef [Thu, 30 Oct 2003 01:43:45 +0000 (01:43 +0000)]
change Iface to Interface
Original commit message from CVS:
change Iface to Interface
Iain Holmes [Wed, 29 Oct 2003 19:26:31 +0000 (19:26 +0000)]
image/x-jng typefind function
Original commit message from CVS:
image/x-jng typefind function
Iain Holmes [Wed, 29 Oct 2003 19:14:16 +0000 (19:14 +0000)]
Add video/x-mng typefinding for completeness
Original commit message from CVS:
Add video/x-mng typefinding for completeness
Iain Holmes [Wed, 29 Oct 2003 13:25:34 +0000 (13:25 +0000)]
And there's image/x-xcf type finding for all the GIMP people
Original commit message from CVS:
And there's image/x-xcf type finding for all the GIMP people
David Schleef [Wed, 29 Oct 2003 05:12:18 +0000 (05:12 +0000)]
Change Class to Iface. Fix casting macros.
Original commit message from CVS:
Change Class to Iface. Fix casting macros.