platform/upstream/gstreamer.git
21 years agoAdd IUY2
David Schleef [Mon, 14 Jul 2003 20:09:38 +0000 (20:09 +0000)]
Add IUY2

Original commit message from CVS:
Add IUY2

21 years agoAdd number-of-iterations option.
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.

21 years agoReference the caps used as filtercaps
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

21 years agoCheck added in last checkin was tripping on the ends of the varargs array
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

21 years agoPrint float props using %g. Warn about corrupt props and setting invalid props types.
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.

21 years agoadd warning if getcaps function returns an unreferenced caps
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

21 years agoUpdate for new debugging system
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

21 years agoAdd G_BEGIN/END_DECLS macros around all the stuff to make c++ plugins compile against...
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

21 years agoPlugin details fixes
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

21 years agoUpdated example app
Wim Taymans [Thu, 10 Jul 2003 20:40:36 +0000 (20:40 +0000)]
Updated example app

Original commit message from CVS:
Updated example app

21 years agoAdded some comments and use _PAD_IS_USABLE instead of _IS_ACTIVE
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

21 years agofix issue with null pointer cast use brackets around macro arguments
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

21 years agoinclude license in registry
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

21 years agofix endianness issue in xml comments for 4CCs
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

21 years agoclean up element details structs
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

21 years agomake sure we have sane element details - this breaks some plugins, fix them :)
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 :)

21 years agodon't include optimizations directly in Makefiles
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

21 years agofix bogus warning
Benjamin Otte [Tue, 8 Jul 2003 13:18:30 +0000 (13:18 +0000)]
fix bogus warning

Original commit message from CVS:
fix bogus warning

21 years agorewrite vararg prop entry using functions to cope with GST_PROPS_TYPE_LIST - fixes...
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

21 years agoNew mimtypes document, going into effect today... For details, see this document...
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)

21 years agoSPEC and build fixes, should be possible to make tarballs and make RPMS again now
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

21 years agodebugging cleanup
Benjamin Otte [Sat, 5 Jul 2003 15:05:23 +0000 (15:05 +0000)]
debugging cleanup

Original commit message from CVS:
debugging cleanup

21 years agofix threading on non-optimized atomic architectures. This unfortunately requires...
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

21 years agoAdd SIGINT handling. ctrl-C is more graceful now
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

21 years agoFix pkg-config module name suffixes (-0.7). Closes #116089
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

21 years agominor corrections
David Schleef [Mon, 30 Jun 2003 05:13:26 +0000 (05:13 +0000)]
minor corrections

Original commit message from CVS:
minor corrections

21 years agomore doc fixes
Benjamin Otte [Sun, 29 Jun 2003 15:06:26 +0000 (15:06 +0000)]
more doc fixes

Original commit message from CVS:
more doc fixes

21 years agodocs fixes: comment macros in templates, not in headers (stupid gtk-doc)
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)

21 years agoupdate example - config.h isn't included anymore
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

21 years agoGST_DEBUG reorganization containing loads of stuff:
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

21 years agoFixed gst-inspect so it doesn't core dump on Solaris.
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.

21 years agoRefinement of ADPCM codecs, added realaudio/dvaudio, added some x- prefixes where...
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)

21 years agoSome more additions to the list... We proposed to use different mimetypes for float...
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

21 years agoSome extra additions to sound, this actually allows for proper AVI muxing and Quickti...
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...

21 years agoSome more slight adjustments, plus more exact definitions for YUV formats supported...
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.

21 years agoI'm too lazy to comment this
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>

21 years agoNULL is a valid props
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

21 years agoset GstElement->elementfactory before creating any instances; doc updates for deep_notify
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

21 years agoFix gst_props_get_entry(): props==NULL is a valid props.
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.

21 years agoFix spelling errors
David Schleef [Sun, 15 Jun 2003 02:55:37 +0000 (02:55 +0000)]
Fix spelling errors

Original commit message from CVS:
Fix spelling errors

21 years agofix HAVE_* macros for ppc
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

21 years ago- further productizing the fixed flag on GstCaps by using the flag on
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.

21 years ago- some more checks
Wim Taymans [Fri, 13 Jun 2003 20:54:02 +0000 (20:54 +0000)]
- some more checks

Original commit message from CVS:
- some more checks

21 years ago- Added testcase for fixed flag on caps/props
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)

21 years agotypo
Thomas Vander Stichele [Wed, 11 Jun 2003 22:17:43 +0000 (22:17 +0000)]
typo

Original commit message from CVS:
typo

21 years agonotes
Thomas Vander Stichele [Wed, 11 Jun 2003 21:40:04 +0000 (21:40 +0000)]
notes

Original commit message from CVS:
notes

21 years agoAdd gst_pad_template_newv() as a va_list alternative to gst_pad_template_new()
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()

21 years agoupdated release notes
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

21 years agoremoved namespace code again, it was not needed :)
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 :)

21 years agoupdated example with correct code to add namespaces to root element.
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.

21 years agofix object loaded signal
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

21 years agoadded new method and type to add namespaces to xml files. No actual code is implement...
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.

21 years agodon't recursively call gst_bin_set_state on failure don't do unnecessary state changes
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

21 years agofix color for NULL from bright white to blue
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

21 years agotry to fix #114252
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

21 years agoActually, size should be a guint (because GST_BUFFER_SIZE(buffer) is a guint too)
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)

21 years agoMake filesink fail with some grace, see #114614
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

21 years agoGet rid of NEW_MEDIA event, EOS is supposed to handle that
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

21 years agoFinetuning of the mimetypes mess, hoping to get into a standards document one day...
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...

21 years agoSome adjustments to allow for setting a new filename after EOS, useful for writing...
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

21 years agofix format test
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

21 years agofix float min and max
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

21 years agomake functions static taaz patch
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

21 years ago- marked piece of wrong code in the state change function with a FIXME
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

21 years ago- added GST_ELEMENT_ERROR flag to mark elements in error and to trap and avoid recurs...
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.

21 years ago- added a property to force a failure for a given state transition.
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.

21 years agoI'm too lazy to comment this
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 ***

21 years agoI don't know how I ever got to introducing this madness, but I was wrong. *REALLY...
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.

21 years agoAdd new --enable-fast-stack-trash option, defaults to on.
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.

21 years agoAdd --gst-disable-cpu-opt argument.
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.

21 years agosee #108268 - kudos go to janzen@pixelmetrix.com
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

21 years ago- the result from the getcaps function should be sunken (gst_caps_sink) instead of...
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...

21 years agogst_caps_to_string: print NULL caps correctly
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

21 years agohelp us debug caps ref issues
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

21 years agoGstCaps is not a GObject but a boxed-type
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

21 years agoFix type definition bug plus missing argument for callback
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

21 years agoonly update the DURATION field when appending buffers and both buffers have a valid...
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.

21 years ago- moved functionality of GST_FORMAT_UNITS to GST_FORMAT_DEFAULT, the old _DEFAULT...
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, ...)

21 years ago- First attempt at implementing #113180, this one also removes automatic (byte) offse...
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.

21 years agoFix aliasing problems noticed by gcc-3.3. Suggests that we need to change gst_pad_...
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)

21 years agoadded spaces around the equal sign so that the test actually works on
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.

21 years agoRemove (incorrect) cast on gst_buffer_is_writable()
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()

21 years agoFix _second_ sparc asm. Who would have guessed there would be two?
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?

21 years agoFix sparc asm code for gcc prior to 3.2
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

21 years agoWeird C code fix
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

21 years agospaling eroah
Benjamin Otte [Mon, 19 May 2003 15:54:58 +0000 (15:54 +0000)]
spaling eroah

Original commit message from CVS:
spaling eroah

21 years agocheck if required elements are installed
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

21 years agoUpdated configure.ac so that it does not include the -Wall and -Werror if the compile...
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.

21 years agoFix caps negotiation problems.
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.

21 years agoChange GST_DEBUG_FUNCPTR() to return a pointer of the same type that it is called...
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.

21 years agoFix broken links to gstreamer.net site
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

21 years agodoc dist fix
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

21 years agospec fix
Thomas Vander Stichele [Sun, 18 May 2003 23:02:38 +0000 (23:02 +0000)]
spec fix

Original commit message from CVS:
spec fix

21 years agoapplying http://bugzilla.gnome.org/show_bug.cgi?id=110707 patch, should fix testsuite...
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

21 years agoChange uint to guint
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

21 years agoFix aliasing warning from gcc-3.3
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

21 years agochange from sscanf to strtol
David Schleef [Sun, 18 May 2003 22:41:25 +0000 (22:41 +0000)]
change from sscanf to strtol

Original commit message from CVS:
change from sscanf to strtol

21 years agoremoving devhelp dir
Thomas Vander Stichele [Sun, 18 May 2003 22:30:58 +0000 (22:30 +0000)]
removing devhelp dir

Original commit message from CVS:
removing devhelp dir

21 years agooops
Thomas Vander Stichele [Sun, 18 May 2003 16:28:15 +0000 (16:28 +0000)]
oops

Original commit message from CVS:
oops

21 years agogtk-doc fixes
Thomas Vander Stichele [Sun, 18 May 2003 15:08:17 +0000 (15:08 +0000)]
gtk-doc fixes

Original commit message from CVS:
gtk-doc fixes