platform/upstream/gstreamer.git
20 years agoRemove lines that pull libs/ext/cothreads from CVS
David Schleef [Tue, 29 Jul 2003 02:16:06 +0000 (02:16 +0000)]
Remove lines that pull libs/ext/cothreads from CVS

Original commit message from CVS:
Remove lines that pull libs/ext/cothreads from CVS

20 years agoFix installing plugin in wrong dir
Jan Schmidt [Tue, 29 Jul 2003 00:12:30 +0000 (00:12 +0000)]
Fix installing plugin in wrong dir

Original commit message from CVS:
Fix installing plugin in wrong dir

20 years agoclean up debugging messages in gstthread.c - includes fix for segfault from bug ...
Benjamin Otte [Sun, 27 Jul 2003 13:26:38 +0000 (13:26 +0000)]
clean up debugging messages in gstthread.c - includes fix for segfault from bug #118151

Original commit message from CVS:
clean up debugging messages in gstthread.c - includes fix for segfault from bug #118151

20 years agoRemoved building of ext/cothreads and corresponding scheduler. If you want to reenab...
David Schleef [Sun, 27 Jul 2003 05:10:42 +0000 (05:10 +0000)]
Removed building of ext/cothreads and corresponding scheduler.  If you want to reenable it, please fix it first.  (Se...

Original commit message from CVS:
Removed building of ext/cothreads and corresponding scheduler.  If
you want to reenable it, please fix it first.  (See bug #87163)

20 years agoChange printing of float props to %g
David Schleef [Sun, 27 Jul 2003 01:22:07 +0000 (01:22 +0000)]
Change printing of float props to %g

Original commit message from CVS:
Change printing of float props to %g

20 years agoFixed Forte compile issue.
Brian Cameron [Fri, 25 Jul 2003 17:02:35 +0000 (17:02 +0000)]
Fixed Forte compile issue.

Original commit message from CVS:
Fixed Forte compile issue.

20 years agoProperly handle null string value, preventing core dump on Solaris.
Brian Cameron [Fri, 25 Jul 2003 14:31:15 +0000 (14:31 +0000)]
Properly handle null string value, preventing core dump on Solaris.

Original commit message from CVS:
Properly handle null string value, preventing core dump on Solaris.

20 years agoChange strtod() -> g_ascii_strtod(), since strtod() is locale dependent.
David Schleef [Fri, 25 Jul 2003 07:57:11 +0000 (07:57 +0000)]
Change strtod() -> g_ascii_strtod(), since strtod() is locale dependent.

Original commit message from CVS:
Change strtod() -> g_ascii_strtod(), since strtod() is locale
dependent.

20 years agoChanged strtod() -> g_ascii_strtod(), since strtod() is locale dependent.
David Schleef [Fri, 25 Jul 2003 07:55:59 +0000 (07:55 +0000)]
Changed strtod() -> g_ascii_strtod(), since strtod() is locale dependent.

Original commit message from CVS:
Changed strtod() -> g_ascii_strtod(), since strtod() is locale
dependent.

20 years ago1. Change many comments from // to /**/.
Joshua N. Pritikin [Fri, 25 Jul 2003 03:13:24 +0000 (03:13 +0000)]
1. Change many comments from // to /**/.

Original commit message from CVS:
1. Change many comments from // to /**/.
2. Change over to the new debugging macros.

20 years agoAssign IDs starting from 1 instead of from 0.
Joshua N. Pritikin [Fri, 25 Jul 2003 03:11:59 +0000 (03:11 +0000)]
Assign IDs starting from 1 instead of from 0.

Original commit message from CVS:
Assign IDs starting from 1 instead of from 0.

20 years agoAdd a GST_SEEK catagory for diagnostics about handling seek events.
Joshua N. Pritikin [Fri, 25 Jul 2003 01:59:49 +0000 (01:59 +0000)]
Add a GST_SEEK catagory for diagnostics about handling seek events.

Original commit message from CVS:
Add a GST_SEEK catagory for diagnostics about handling seek events.

20 years agoPrevent the registry from enter an infinite loop. Somehow the type find code is...
Anonymous Ignore This [Fri, 25 Jul 2003 01:53:34 +0000 (01:53 +0000)]
Prevent the registry from enter an infinite loop.  Somehow the type find code is getting messed up, but that should c...

Original commit message from CVS:
Prevent the registry from enter an infinite loop.  Somehow the
type find code is getting messed up, but that should cause
gstreamer to become unusable.

20 years agoBut you can't use G_TYPE_BOXED in a signal. Changing to G_TYPE_POINTER until code...
David Schleef [Thu, 24 Jul 2003 08:59:05 +0000 (08:59 +0000)]
But you can't use G_TYPE_BOXED in a signal.  Changing to G_TYPE_POINTER until code is added to register a type for Gs...

Original commit message from CVS:
But you can't use G_TYPE_BOXED in a signal.  Changing to G_TYPE_POINTER
until code is added to register a type for GstCaps.

20 years agoProperly ref caps and pad template in FACTORY macros
David Schleef [Thu, 24 Jul 2003 07:03:56 +0000 (07:03 +0000)]
Properly ref caps and pad template in FACTORY macros

Original commit message from CVS:
Properly ref caps and pad template in FACTORY macros

20 years agofix type in documentation
Joshua N. Pritikin [Thu, 24 Jul 2003 02:14:47 +0000 (02:14 +0000)]
fix type in documentation

Original commit message from CVS:
fix type in documentation

20 years agoChange %llu printf formats to G_GUINT64_FORMAT
David Schleef [Wed, 23 Jul 2003 20:01:15 +0000 (20:01 +0000)]
Change %llu printf formats to G_GUINT64_FORMAT

Original commit message from CVS:
Change %llu printf formats to G_GUINT64_FORMAT

20 years agoAdd support for not incrementing bytecounter while we're not at the end of the stream
Ronald S. Bultje [Tue, 22 Jul 2003 21:33:02 +0000 (21:33 +0000)]
Add support for not incrementing bytecounter while we're not at the end of the stream

Original commit message from CVS:
Add support for not incrementing bytecounter while we're not at the end of the stream

20 years agoUse a helper function to swap prop entries such they are properly ordered by flexibil...
Joshua N. Pritikin [Tue, 22 Jul 2003 08:07:43 +0000 (08:07 +0000)]
Use a helper function to swap prop entries such they are properly ordered by flexibility.  This is important now that...

Original commit message from CVS:
Use a helper function to swap prop entries such they are properly ordered
by flexibility.  This is important now that framerate is specified as a
list of floats AND as a float range.

20 years ago+ updates to the mimetypes file, trying to get it in a form that could be changed...
Leif Johnson [Mon, 21 Jul 2003 17:16:11 +0000 (17:16 +0000)]
+ updates to the mimetypes file, trying to get it in a form that could be changed to docbook eventually

Original commit message from CVS:
+ updates to the mimetypes file, trying to get it in a form that could be
changed to docbook eventually

20 years agodocs fixes, see #117837
Thomas Vander Stichele [Sat, 19 Jul 2003 12:29:37 +0000 (12:29 +0000)]
docs fixes, see #117837

Original commit message from CVS:
docs fixes, see #117837

20 years agoAdd glib.h for G_BEGIN_DECLS
David Schleef [Fri, 18 Jul 2003 21:35:40 +0000 (21:35 +0000)]
Add glib.h for G_BEGIN_DECLS

Original commit message from CVS:
Add glib.h for G_BEGIN_DECLS

20 years agoAdd G_BEGIN_DECLS/G_END_DECLS to exported headers
David Schleef [Fri, 18 Jul 2003 20:51:02 +0000 (20:51 +0000)]
Add G_BEGIN_DECLS/G_END_DECLS to exported headers

Original commit message from CVS:
Add G_BEGIN_DECLS/G_END_DECLS to exported headers

20 years agoremove mask statement from %post as it is not supported anymore
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

20 years agoadd valist function for gst_event_new_discontinuous original patch from Brett Kosinsk...
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

20 years agosome formatting and doc fixes, and make gstdebug output line up
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

20 years agorun pre_run_func and post_run_func when working without a cothread -- fixes threadsaf...
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

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