Christian Schaller [Fri, 18 Jul 2003 19:15:00 +0000 (19:15 +0000)]
remove mask statement from %post as it is not supported anymore
Original commit message from CVS:
remove mask statement from %post as it is not supported anymore
Benjamin Otte [Wed, 16 Jul 2003 19:25:11 +0000 (19:25 +0000)]
add valist function for gst_event_new_discontinuous original patch from Brett Kosinski fixes #117348
Original commit message from CVS:
add valist function for gst_event_new_discontinuous
original patch from Brett Kosinski
fixes #117348
Andy Wingo [Wed, 16 Jul 2003 15:49:40 +0000 (15:49 +0000)]
some formatting and doc fixes, and make gstdebug output line up
Original commit message from CVS:
some formatting and doc fixes, and make gstdebug output line up
Andy Wingo [Wed, 16 Jul 2003 15:39:46 +0000 (15:39 +0000)]
run pre_run_func and post_run_func when working without a cothread -- fixes threadsafe element props
Original commit message from CVS:
run pre_run_func and post_run_func when working without a cothread -- fixes threadsafe element props
David Schleef [Mon, 14 Jul 2003 20:09:38 +0000 (20:09 +0000)]
Add IUY2
Original commit message from CVS:
Add IUY2
David Schleef [Mon, 14 Jul 2003 08:25:16 +0000 (08:25 +0000)]
Add number-of-iterations option.
Original commit message from CVS:
Add number-of-iterations option.
David Schleef [Mon, 14 Jul 2003 08:23:28 +0000 (08:23 +0000)]
Reference the caps used as filtercaps
Original commit message from CVS:
Reference the caps used as filtercaps
David Schleef [Sun, 13 Jul 2003 21:04:25 +0000 (21:04 +0000)]
Check added in last checkin was tripping on the ends of the varargs array
Original commit message from CVS:
Check added in last checkin was tripping on the ends of the varargs array
David Schleef [Sun, 13 Jul 2003 20:34:53 +0000 (20:34 +0000)]
Print float props using %g. Warn about corrupt props and setting invalid props types.
Original commit message from CVS:
Print float props using %g. Warn about corrupt props and setting
invalid props types.
David Schleef [Sun, 13 Jul 2003 19:15:30 +0000 (19:15 +0000)]
add warning if getcaps function returns an unreferenced caps
Original commit message from CVS:
add warning if getcaps function returns an unreferenced caps
David Schleef [Sat, 12 Jul 2003 21:51:21 +0000 (21:51 +0000)]
Update for new debugging system
Original commit message from CVS:
Update for new debugging system
Ronald S. Bultje [Sat, 12 Jul 2003 15:15:57 +0000 (15:15 +0000)]
Add G_BEGIN/END_DECLS macros around all the stuff to make c++ plugins compile against this properly, too
Original commit message from CVS:
Add G_BEGIN/END_DECLS macros around all the stuff to make c++ plugins compile against this properly, too
Ronald S. Bultje [Sat, 12 Jul 2003 14:48:27 +0000 (14:48 +0000)]
Plugin details fixes
Original commit message from CVS:
Plugin details fixes
Wim Taymans [Thu, 10 Jul 2003 20:40:36 +0000 (20:40 +0000)]
Updated example app
Original commit message from CVS:
Updated example app
Wim Taymans [Thu, 10 Jul 2003 20:40:02 +0000 (20:40 +0000)]
Added some comments and use _PAD_IS_USABLE instead of _IS_ACTIVE
Original commit message from CVS:
Added some comments and use _PAD_IS_USABLE instead of _IS_ACTIVE
Benjamin Otte [Thu, 10 Jul 2003 11:13:34 +0000 (11:13 +0000)]
fix issue with null pointer cast use brackets around macro arguments
Original commit message from CVS:
fix issue with null pointer cast
use brackets around macro arguments
Benjamin Otte [Wed, 9 Jul 2003 01:56:08 +0000 (01:56 +0000)]
include license in registry
Original commit message from CVS:
include license in registry
Benjamin Otte [Wed, 9 Jul 2003 01:51:02 +0000 (01:51 +0000)]
fix endianness issue in xml comments for 4CCs
Original commit message from CVS:
fix endianness issue in xml comments for 4CCs
Benjamin Otte [Tue, 8 Jul 2003 17:10:49 +0000 (17:10 +0000)]
clean up element details structs
Original commit message from CVS:
clean up element details structs
Benjamin Otte [Tue, 8 Jul 2003 16:17:33 +0000 (16:17 +0000)]
make sure we have sane element details - this breaks some plugins, fix them :)
Original commit message from CVS:
make sure we have sane element details - this breaks some plugins, fix them :)
Benjamin Otte [Tue, 8 Jul 2003 16:13:24 +0000 (16:13 +0000)]
don't include optimizations directly in Makefiles
Original commit message from CVS:
don't include optimizations directly in Makefiles
Benjamin Otte [Tue, 8 Jul 2003 13:18:30 +0000 (13:18 +0000)]
fix bogus warning
Original commit message from CVS:
fix bogus warning
Benjamin Otte [Tue, 8 Jul 2003 03:23:56 +0000 (03:23 +0000)]
rewrite vararg prop entry using functions to cope with GST_PROPS_TYPE_LIST - fixes loads of segfaults in caps rewrite
Original commit message from CVS:
rewrite vararg prop entry using functions to cope with GST_PROPS_TYPE_LIST - fixes loads of segfaults in caps rewrite
Ronald S. Bultje [Sun, 6 Jul 2003 20:46:22 +0000 (20:46 +0000)]
New mimtypes document, going into effect today... For details, see this document, it describes everything and tell sy...
Original commit message from CVS:
New mimtypes document, going into effect today... For details, see this document, it describes everything and tell syou what to do and not do. Plugins commit follows in a few seconds (and it's huge)
Christian Schaller [Sat, 5 Jul 2003 21:04:23 +0000 (21:04 +0000)]
SPEC and build fixes, should be possible to make tarballs and make RPMS again now
Original commit message from CVS:
SPEC and build fixes, should be possible to make tarballs and make RPMS again now
Benjamin Otte [Sat, 5 Jul 2003 15:05:23 +0000 (15:05 +0000)]
debugging cleanup
Original commit message from CVS:
debugging cleanup
Benjamin Otte [Thu, 3 Jul 2003 18:34:36 +0000 (18:34 +0000)]
fix threading on non-optimized atomic architectures. This unfortunately requires initializing threading in init_pre b...
Original commit message from CVS:
fix threading on non-optimized atomic architectures. This unfortunately requires initializing threading in init_pre because the debugging subsystem needs this. Therefore the --gst-nothreads command line option does not work anymore. So I erased it. You can however still call gst_use_threads (FALSE); before calling gst_init
David Schleef [Tue, 1 Jul 2003 03:45:19 +0000 (03:45 +0000)]
Add SIGINT handling. ctrl-C is more graceful now
Original commit message from CVS:
Add SIGINT handling. ctrl-C is more graceful now
David Schleef [Mon, 30 Jun 2003 07:13:24 +0000 (07:13 +0000)]
Fix pkg-config module name suffixes (-0.7). Closes #116089
Original commit message from CVS:
Fix pkg-config module name suffixes (-0.7). Closes #116089
David Schleef [Mon, 30 Jun 2003 05:13:26 +0000 (05:13 +0000)]
minor corrections
Original commit message from CVS:
minor corrections
Benjamin Otte [Sun, 29 Jun 2003 15:06:26 +0000 (15:06 +0000)]
more doc fixes
Original commit message from CVS:
more doc fixes
Benjamin Otte [Sun, 29 Jun 2003 14:57:19 +0000 (14:57 +0000)]
docs fixes: comment macros in templates, not in headers (stupid gtk-doc)
Original commit message from CVS:
docs fixes: comment macros in templates, not in headers (stupid gtk-doc)
Benjamin Otte [Sun, 29 Jun 2003 14:36:31 +0000 (14:36 +0000)]
update example - config.h isn't included anymore
Original commit message from CVS:
update example - config.h isn't included anymore
Benjamin Otte [Sun, 29 Jun 2003 14:05:49 +0000 (14:05 +0000)]
GST_DEBUG reorganization containing loads of stuff:
Original commit message from CVS:
GST_DEBUG reorganization
This is a big diff (ca 450k), containing loads of stuff:
- gstinfo.[ch] complete rewrite
- changing of all GST_DEBUG messages to reflect that change
- reorganization of subsystem disabling
- addition of gstconfig.h.in so we can track the disablings
- <gst/gst.h> does not include <unistd.h> and <config.h> anymore
- documentation updated for gstinfo stuff (build the docs yourself to know what changed)
- bugfixes for making of the docs (files from CVS are not deleted anymore
- testsuite for debugging changes in testsuite/debug
expect breakage
Brian Cameron [Wed, 25 Jun 2003 12:18:31 +0000 (12:18 +0000)]
Fixed gst-inspect so it doesn't core dump on Solaris.
Original commit message from CVS:
Fixed gst-inspect so it doesn't core dump on Solaris.
Ronald S. Bultje [Sat, 21 Jun 2003 16:06:28 +0000 (16:06 +0000)]
Refinement of ADPCM codecs, added realaudio/dvaudio, added some x- prefixes where appropriate (see IANA)
Original commit message from CVS:
Refinement of ADPCM codecs, added realaudio/dvaudio, added some x- prefixes where appropriate (see IANA)
Ronald S. Bultje [Fri, 20 Jun 2003 21:44:46 +0000 (21:44 +0000)]
Some more additions to the list... We proposed to use different mimetypes for float/int/law audio, and for rgb/yuv......
Original commit message from CVS:
Some more additions to the list... We proposed to use different mimetypes for float/int/law audio, and for rgb/yuv... waiting for comments
Ronald S. Bultje [Fri, 20 Jun 2003 16:39:21 +0000 (16:39 +0000)]
Some extra additions to sound, this actually allows for proper AVI muxing and Quicktime reading/decoding... Still to ...
Original commit message from CVS:
Some extra additions to sound, this actually allows for proper AVI muxing and Quicktime reading/decoding... Still to be implemented, but people will have a generic idea with this...
Ronald S. Bultje [Fri, 20 Jun 2003 16:33:54 +0000 (16:33 +0000)]
Some more slight adjustments, plus more exact definitions for YUV formats supported. Please note that imo, we should ...
Original commit message from CVS:
Some more slight adjustments, plus more exact definitions for YUV formats supported. Please note that imo, we should support colorspace from/to *each* of these YUV formats, otherwise its whole existence has no use whatsoever apart from private formats.
Ronald S. Bultje [Wed, 18 Jun 2003 11:11:16 +0000 (11:11 +0000)]
I'm too lazy to comment this
Original commit message from CVS:
Add _valist style autoplug functions (#90471), thanks to Brett Kosinski <brettk@frodo.dyn.gno.org>
David Schleef [Mon, 16 Jun 2003 17:43:42 +0000 (17:43 +0000)]
NULL is a valid props
Original commit message from CVS:
NULL is a valid props
Andy Wingo [Mon, 16 Jun 2003 15:08:34 +0000 (15:08 +0000)]
set GstElement->elementfactory before creating any instances; doc updates for deep_notify
Original commit message from CVS:
set GstElement->elementfactory before creating any instances; doc updates for deep_notify
David Schleef [Sun, 15 Jun 2003 06:09:00 +0000 (06:09 +0000)]
Fix gst_props_get_entry(): props==NULL is a valid props.
Original commit message from CVS:
Fix gst_props_get_entry(): props==NULL is a valid props.
David Schleef [Sun, 15 Jun 2003 02:55:37 +0000 (02:55 +0000)]
Fix spelling errors
Original commit message from CVS:
Fix spelling errors
Benjamin Otte [Sat, 14 Jun 2003 18:00:13 +0000 (18:00 +0000)]
fix HAVE_* macros for ppc
Original commit message from CVS:
fix HAVE_* macros for ppc
Wim Taymans [Fri, 13 Jun 2003 21:26:33 +0000 (21:26 +0000)]
- further productizing the fixed flag on GstCaps by using the flag on
Original commit message from CVS:
- further productizing the fixed flag on GstCaps by using the flag on
GstProps instead of keeping the two in sync.
- implemented proper flag updates in _props_set and _props_remove.
Wim Taymans [Fri, 13 Jun 2003 20:54:02 +0000 (20:54 +0000)]
- some more checks
Original commit message from CVS:
- some more checks
Wim Taymans [Fri, 13 Jun 2003 19:12:33 +0000 (19:12 +0000)]
- Added testcase for fixed flag on caps/props
Original commit message from CVS:
- Added testcase for fixed flag on caps/props
- Added union testcase (not working)
Thomas Vander Stichele [Wed, 11 Jun 2003 22:17:43 +0000 (22:17 +0000)]
typo
Original commit message from CVS:
typo
Thomas Vander Stichele [Wed, 11 Jun 2003 21:40:04 +0000 (21:40 +0000)]
notes
Original commit message from CVS:
notes
David Schleef [Tue, 10 Jun 2003 18:23:51 +0000 (18:23 +0000)]
Add gst_pad_template_newv() as a va_list alternative to gst_pad_template_new()
Original commit message from CVS:
Add gst_pad_template_newv() as a va_list alternative to
gst_pad_template_new()
Thomas Vander Stichele [Mon, 9 Jun 2003 21:52:28 +0000 (21:52 +0000)]
updated release notes
Original commit message from CVS:
updated release notes
Wim Taymans [Mon, 9 Jun 2003 13:14:35 +0000 (13:14 +0000)]
removed namespace code again, it was not needed :)
Original commit message from CVS:
removed namespace code again, it was not needed :)
Wim Taymans [Mon, 9 Jun 2003 13:09:21 +0000 (13:09 +0000)]
updated example with correct code to add namespaces to root element.
Original commit message from CVS:
updated example with correct code to add namespaces to root element.
Thomas Vander Stichele [Mon, 9 Jun 2003 12:40:42 +0000 (12:40 +0000)]
fix object loaded signal
Original commit message from CVS:
fix object loaded signal
Wim Taymans [Mon, 9 Jun 2003 12:28:06 +0000 (12:28 +0000)]
added new method and type to add namespaces to xml files. No actual code is implemented yet.
Original commit message from CVS:
added new method and type to add namespaces to xml files. No actual
code is implemented yet.
Thomas Vander Stichele [Sat, 7 Jun 2003 22:39:11 +0000 (22:39 +0000)]
don't recursively call gst_bin_set_state on failure don't do unnecessary state changes
Original commit message from CVS:
don't recursively call gst_bin_set_state on failure
don't do unnecessary state changes
Thomas Vander Stichele [Sat, 7 Jun 2003 16:24:25 +0000 (16:24 +0000)]
fix color for NULL from bright white to blue
Original commit message from CVS:
fix color for NULL from bright white to blue
Wim Taymans [Sat, 7 Jun 2003 11:36:42 +0000 (11:36 +0000)]
try to fix #114252
Original commit message from CVS:
try to fix #114252
Ronald S. Bultje [Sat, 7 Jun 2003 09:37:16 +0000 (09:37 +0000)]
Actually, size should be a guint (because GST_BUFFER_SIZE(buffer) is a guint too)
Original commit message from CVS:
Actually, size should be a guint (because GST_BUFFER_SIZE(buffer) is a guint too)
Ronald S. Bultje [Sat, 7 Jun 2003 09:35:37 +0000 (09:35 +0000)]
Make filesink fail with some grace, see #114614
Original commit message from CVS:
Make filesink fail with some grace, see #114614
Ronald S. Bultje [Sat, 7 Jun 2003 00:15:18 +0000 (00:15 +0000)]
Get rid of NEW_MEDIA event, EOS is supposed to handle that
Original commit message from CVS:
Get rid of NEW_MEDIA event, EOS is supposed to handle that
Ronald S. Bultje [Fri, 6 Jun 2003 23:49:25 +0000 (23:49 +0000)]
Finetuning of the mimetypes mess, hoping to get into a standards document one day...
Original commit message from CVS:
Finetuning of the mimetypes mess, hoping to get into a standards document one day...
Ronald S. Bultje [Fri, 6 Jun 2003 23:48:04 +0000 (23:48 +0000)]
Some adjustments to allow for setting a new filename after EOS, useful for writing multiple files
Original commit message from CVS:
Some adjustments to allow for setting a new filename after EOS, useful for writing multiple files
Thomas Vander Stichele [Thu, 5 Jun 2003 22:01:13 +0000 (22:01 +0000)]
fix format test
Original commit message from CVS:
fix format test
Thomas Vander Stichele [Thu, 5 Jun 2003 21:37:14 +0000 (21:37 +0000)]
fix float min and max
Original commit message from CVS:
fix float min and max
Thomas Vander Stichele [Thu, 5 Jun 2003 21:33:03 +0000 (21:33 +0000)]
make functions static taaz patch
Original commit message from CVS:
make functions static
taaz patch
Wim Taymans [Tue, 3 Jun 2003 21:53:15 +0000 (21:53 +0000)]
- marked piece of wrong code in the state change function with a FIXME
Original commit message from CVS:
- marked piece of wrong code in the state change function with a FIXME
Wim Taymans [Tue, 3 Jun 2003 21:18:39 +0000 (21:18 +0000)]
- added GST_ELEMENT_ERROR flag to mark elements in error and to trap and avoid recursive error loops.
Original commit message from CVS:
- added GST_ELEMENT_ERROR flag to mark elements in error and to trap and
avoid recursive error loops.
- moved state change signal back to original place as it causes lockups.
Wim Taymans [Tue, 3 Jun 2003 20:22:52 +0000 (20:22 +0000)]
- added a property to force a failure for a given state transition.
Original commit message from CVS:
- added a property to force a failure for a given state transition.
Colin Walters [Mon, 2 Jun 2003 06:33:08 +0000 (06:33 +0000)]
I'm too lazy to comment this
Original commit message from CVS:
*** empty log message ***
Ronald S. Bultje [Sun, 1 Jun 2003 12:27:39 +0000 (12:27 +0000)]
I don't know how I ever got to introducing this madness, but I was wrong. *REALLY* wrong. It hasn't even worked, it s...
Original commit message from CVS:
I don't know how I ever got to introducing this madness, but I was wrong. *REALLY* wrong. It hasn't even worked, it still doesn't work and it will never work because the whole concept of doing a multifile output in filesink is completely braindead. Signal EOS, close file, set new filename and reset to PLAYING is so much easier. This patch removes all the multifile output cruft that I introduced and makes filesink simply work.
Colin Walters [Sat, 31 May 2003 09:51:28 +0000 (09:51 +0000)]
Add new --enable-fast-stack-trash option, defaults to on.
Original commit message from CVS:
Add new --enable-fast-stack-trash option, defaults to on.
We need this because valgrind doesn't implement an insn used
by it.
Colin Walters [Sat, 31 May 2003 02:04:59 +0000 (02:04 +0000)]
Add --gst-disable-cpu-opt argument.
Original commit message from CVS:
Add --gst-disable-cpu-opt argument.
Ronald S. Bultje [Fri, 30 May 2003 23:20:02 +0000 (23:20 +0000)]
see #108268 - kudos go to janzen@pixelmetrix.com
Original commit message from CVS:
Add patch for better buffering (especially useful for network streaming), see #108268 - kudos go to janzen@pixelmetrix.com
Wim Taymans [Fri, 30 May 2003 13:36:04 +0000 (13:36 +0000)]
- the result from the getcaps function should be sunken (gst_caps_sink) instead of unreffed. Not sure that's the righ...
Original commit message from CVS:
- the result from the getcaps function should be sunken (gst_caps_sink)
instead of unreffed. Not sure that's the right thing to do...
David Schleef [Fri, 30 May 2003 03:02:38 +0000 (03:02 +0000)]
gst_caps_to_string: print NULL caps correctly
Original commit message from CVS:
gst_caps_to_string: print NULL caps correctly
Thomas Vander Stichele [Thu, 29 May 2003 17:24:03 +0000 (17:24 +0000)]
help us debug caps ref issues
Original commit message from CVS:
help us debug caps ref issues
Ronald S. Bultje [Thu, 29 May 2003 09:31:51 +0000 (09:31 +0000)]
GstCaps is not a GObject but a boxed-type
Original commit message from CVS:
GstCaps is not a GObject but a boxed-type
Ronald S. Bultje [Mon, 26 May 2003 06:15:27 +0000 (06:15 +0000)]
Fix type definition bug plus missing argument for callback
Original commit message from CVS:
Fix type definition bug plus missing argument for callback
Wim Taymans [Sat, 24 May 2003 11:04:57 +0000 (11:04 +0000)]
only update the DURATION field when appending buffers and both buffers have a valid duration.
Original commit message from CVS:
only update the DURATION field when appending buffers and both buffers
have a valid duration.
Wim Taymans [Sat, 24 May 2003 10:30:37 +0000 (10:30 +0000)]
- moved functionality of GST_FORMAT_UNITS to GST_FORMAT_DEFAULT, the old _DEFAULT functionality was ambigous; now the...
Original commit message from CVS:
- moved functionality of GST_FORMAT_UNITS to GST_FORMAT_DEFAULT, the old
_DEFAULT functionality was ambigous; now the _DEFAULT format is media
specific (frames for video, samples for audio, ...)
Wim Taymans [Sat, 24 May 2003 10:09:39 +0000 (10:09 +0000)]
- First attempt at implementing #113180, this one also removes automatic (byte) offset calculations in the subbuffer ...
Original commit message from CVS:
- First attempt at implementing #113180, this one also removes
automatic (byte) offset calculations in the subbuffer code and moves
that logic to bytestream and filesrc. It will also update the offset
and duration fields in some special cases.
David Schleef [Thu, 22 May 2003 00:05:57 +0000 (00:05 +0000)]
Fix aliasing problems noticed by gcc-3.3. Suggests that we need to change gst_pad_{push|pull}() to GstData *. (and ...
Original commit message from CVS:
Fix aliasing problems noticed by gcc-3.3. Suggests that we need to
change gst_pad_{push|pull}() to GstData *. (and probably others)
Brian Cameron [Wed, 21 May 2003 18:23:39 +0000 (18:23 +0000)]
added spaces around the equal sign so that the test actually works on
Original commit message from CVS:
added spaces around the equal sign so that the test actually works on
Solaris.
David Schleef [Tue, 20 May 2003 22:05:28 +0000 (22:05 +0000)]
Remove (incorrect) cast on gst_buffer_is_writable()
Original commit message from CVS:
Remove (incorrect) cast on gst_buffer_is_writable()
David Schleef [Mon, 19 May 2003 21:45:37 +0000 (21:45 +0000)]
Fix _second_ sparc asm. Who would have guessed there would be two?
Original commit message from CVS:
Fix _second_ sparc asm. Who would have guessed there would be two?
David Schleef [Mon, 19 May 2003 21:04:53 +0000 (21:04 +0000)]
Fix sparc asm code for gcc prior to 3.2
Original commit message from CVS:
Fix sparc asm code for gcc prior to 3.2
Ronald S. Bultje [Mon, 19 May 2003 18:01:42 +0000 (18:01 +0000)]
Weird C code fix
Original commit message from CVS:
Weird C code fix
Benjamin Otte [Mon, 19 May 2003 15:54:58 +0000 (15:54 +0000)]
spaling eroah
Original commit message from CVS:
spaling eroah
Benjamin Otte [Mon, 19 May 2003 15:46:39 +0000 (15:46 +0000)]
check if required elements are installed
Original commit message from CVS:
check if required elements are installed
Brian Cameron [Mon, 19 May 2003 11:55:56 +0000 (11:55 +0000)]
Updated configure.ac so that it does not include the -Wall and -Werror if the compiler cannot use these flags.
Original commit message from CVS:
Updated configure.ac so that it does not include the -Wall and -Werror
if the compiler cannot use these flags.
David Schleef [Mon, 19 May 2003 02:36:01 +0000 (02:36 +0000)]
Fix caps negotiation problems.
Original commit message from CVS:
Fix caps negotiation problems.
David Schleef [Sun, 18 May 2003 23:34:12 +0000 (23:34 +0000)]
Change GST_DEBUG_FUNCPTR() to return a pointer of the same type that it is called with. Fix lots of warnings due to ...
Original commit message from CVS:
Change GST_DEBUG_FUNCPTR() to return a pointer of the same type that it
is called with. Fix lots of warnings due to change.
David Schleef [Sun, 18 May 2003 23:32:29 +0000 (23:32 +0000)]
Fix broken links to gstreamer.net site
Original commit message from CVS:
Fix broken links to gstreamer.net site
Thomas Vander Stichele [Sun, 18 May 2003 23:03:42 +0000 (23:03 +0000)]
doc dist fix
Original commit message from CVS:
doc dist fix
Thomas Vander Stichele [Sun, 18 May 2003 23:02:38 +0000 (23:02 +0000)]
spec fix
Original commit message from CVS:
spec fix
Thomas Vander Stichele [Sun, 18 May 2003 22:59:51 +0000 (22:59 +0000)]
applying bugzilla.gnome.org/show_bug.cgi?id=110707 patch, should fix testsuite issues
Original commit message from CVS:
applying
http://bugzilla.gnome.org/show_bug.cgi?id=110707
patch, should fix testsuite issues
David Schleef [Sun, 18 May 2003 22:45:27 +0000 (22:45 +0000)]
Change uint to guint
Original commit message from CVS:
Change uint to guint
David Schleef [Sun, 18 May 2003 22:44:11 +0000 (22:44 +0000)]
Fix aliasing warning from gcc-3.3
Original commit message from CVS:
Fix aliasing warning from gcc-3.3