platform/upstream/gstreamer.git
22 years agoadd common to dist
David I. Lehn [Wed, 8 May 2002 21:17:44 +0000 (21:17 +0000)]
add common to dist

Original commit message from CVS:
add common to dist

22 years agoAt least check whether the directory exists when creating the registry file
Ronald S. Bultje [Wed, 8 May 2002 21:16:41 +0000 (21:16 +0000)]
At least check whether the directory exists when creating the registry file

Original commit message from CVS:
At least check whether the directory exists when creating the registry file

22 years agoTotally rewritten registry handling.
Wim Taymans [Wed, 8 May 2002 20:40:48 +0000 (20:40 +0000)]
Totally rewritten registry handling.

Original commit message from CVS:
Totally rewritten registry handling.
- move the registry save/load code into a gstregistry subclass, this
will make it possible to use other registries (flat file, web based,
RDBMS type, etc..)
- a simple GMarkup xml registry is implemented
- use standard statically linked plugins for core elements.
- GstPlugin has a very well defined set of functions now
A little bytestream hack..
Added more info to -inspect.
Some more debugging info for clocking.
Small cleanups

I use ./gst-register --gst-plugin-path=/opt/src/sourceforge/gst-plugins/gst-libs:/opt/src/sourceforge/gst-plugins/
to register core and gst-plugins now.

22 years agoSome random docs updates I had lying around
Wim Taymans [Wed, 8 May 2002 20:06:20 +0000 (20:06 +0000)]
Some random docs updates I had lying around

Original commit message from CVS:
Some random docs updates I had lying around

22 years agoAdded gst_props_get_safe
Wim Taymans [Wed, 8 May 2002 20:00:35 +0000 (20:00 +0000)]
Added gst_props_get_safe

Original commit message from CVS:
Added gst_props_get_safe

22 years agovirtual patch from taaz
Andy Wingo [Wed, 8 May 2002 01:44:03 +0000 (01:44 +0000)]
virtual patch from taaz

Original commit message from CVS:
virtual patch from taaz

22 years agofix distcheck issue
Andy Wingo [Tue, 7 May 2002 20:24:56 +0000 (20:24 +0000)]
fix distcheck issue

Original commit message from CVS:
fix distcheck issue

22 years agohopefully fix distcheck issues
Andy Wingo [Tue, 7 May 2002 03:01:16 +0000 (03:01 +0000)]
hopefully fix distcheck issues

Original commit message from CVS:
hopefully fix distcheck issues

22 years agomerged schedulers
Benjamin Otte [Mon, 6 May 2002 19:23:37 +0000 (19:23 +0000)]
merged schedulers

Original commit message from CVS:
merged schedulers
- new file cothreads_compat.h to provide linking to desired cothreads package
- changes in basic and fast scheduler to use cothreads_compat.h
- updated Makefile to build the basic and the fast scheduler from both packages
- removed gststandardscheduler.c - it is not needed anymore

Available schedulers are now 'basic', 'standard', 'fastbasic' and 'faststandard' where the basic ones are built with old cothreads and the standard ones with the new cothreads.

22 years agouse contents of GST_REGISTRY variable if --gst-registry is not set
Andy Wingo [Sun, 5 May 2002 17:45:41 +0000 (17:45 +0000)]
use contents of GST_REGISTRY variable if --gst-registry is not set

Original commit message from CVS:
use contents of GST_REGISTRY variable if --gst-registry is not set

22 years agoFix the tests so that builds that are not --enable-plugin-builddir can register the...
Andy Wingo [Sun, 5 May 2002 16:49:45 +0000 (16:49 +0000)]
Fix the tests so that builds that are not --enable-plugin-builddir can register the plugins from the uninstalled gstr...

Original commit message from CVS:
Fix the tests so that builds that are not --enable-plugin-builddir can register
the plugins from the uninstalled gstreamer directory. There is some small amount of voodoo
here.

Also, add gst-inspect-check to gstreamer/testsuite, where it probably belongs

22 years agoa few internal changes:
Steve Baker [Sun, 5 May 2002 15:39:37 +0000 (15:39 +0000)]
a few internal changes:

Original commit message from CVS:
a few internal changes:
- put last_update_timestamp into GstDParam
- added a GstDParamUpdateInfo enum to the update function so that dparams know what context they are updating in (for example, the first update since the pipeline was started)
- rewrote bogus next_timestamp calculation in GstDParamSmooth

22 years agorenamed rate-proportion to the more accurate hertz-rate-bound
Steve Baker [Sun, 5 May 2002 15:31:11 +0000 (15:31 +0000)]
renamed rate-proportion to the more accurate hertz-rate-bound

Original commit message from CVS:
renamed rate-proportion to the more accurate hertz-rate-bound

22 years agogst_scheduler_factory_make () can accept NULL as the first arg now _create () sets...
Andy Wingo [Sat, 4 May 2002 18:59:24 +0000 (18:59 +0000)]
gst_scheduler_factory_make () can accept NULL as the first arg now _create () sets the element sched and refcounts th...

Original commit message from CVS:
* gst_scheduler_factory_make () can accept NULL as the first arg now
*                      _create () sets the element sched and refcounts the scheduler
* corresponding touchups to gstpipeline and gstthread

22 years agofix segfault when using unsafe get_props
Benjamin Otte [Sat, 4 May 2002 18:12:11 +0000 (18:12 +0000)]
fix segfault when using unsafe get_props

Original commit message from CVS:
fix segfault when using unsafe get_props

22 years agomore changes to get docs to build
Thomas Vander Stichele [Fri, 3 May 2002 15:38:06 +0000 (15:38 +0000)]
more changes to get docs to build

Original commit message from CVS:
more changes to get docs to build

22 years agoadding buildreqs for dist
Thomas Vander Stichele [Fri, 3 May 2002 15:13:52 +0000 (15:13 +0000)]
adding buildreqs for dist

Original commit message from CVS:
adding buildreqs for dist

22 years agouse python2 at all costs
Thomas Vander Stichele [Fri, 3 May 2002 15:12:23 +0000 (15:12 +0000)]
use python2 at all costs

Original commit message from CVS:
use python2 at all costs

22 years agoHeader file fix (these ## are needed for multi-arguments) and a fix for gst_props_get...
Ronald S. Bultje [Fri, 3 May 2002 09:34:07 +0000 (09:34 +0000)]
Header file fix (these ## are needed for multi-arguments) and a fix for gst_props_get() if safe = FALSE (we still nee...

Original commit message from CVS:
Header file fix (these ## are needed for multi-arguments) and a fix for gst_props_get() if safe = FALSE (we still need three arguments per fetch)

22 years agosame change here
Thomas Vander Stichele [Thu, 2 May 2002 13:41:07 +0000 (13:41 +0000)]
same change here

Original commit message from CVS:
same change here

22 years agomy mistake - this should compile with the header in the tarball, not a possibly insta...
Thomas Vander Stichele [Thu, 2 May 2002 13:39:39 +0000 (13:39 +0000)]
my mistake - this should compile with the header in the tarball, not a possibly installed header

Original commit message from CVS:
my mistake - this should compile with the header in the tarball, not a
possibly installed header

22 years agoSmall cleanups
Wim Taymans [Wed, 1 May 2002 20:02:40 +0000 (20:02 +0000)]
Small cleanups

Original commit message from CVS:
Small cleanups

22 years agoSmall cleanup
Wim Taymans [Wed, 1 May 2002 19:43:18 +0000 (19:43 +0000)]
Small cleanup

Original commit message from CVS:
Small cleanup

22 years agoAdded some more useful functions to create props
Wim Taymans [Wed, 1 May 2002 19:38:58 +0000 (19:38 +0000)]
Added some more useful functions to create props

Original commit message from CVS:
Added some more useful functions to create props

22 years agoit's nice to see the core's version when running apps
Thomas Vander Stichele [Wed, 1 May 2002 14:58:22 +0000 (14:58 +0000)]
it's nice to see the core's version when running apps

Original commit message from CVS:
it's nice to see the core's version when running apps

22 years agothrowing these out
Thomas Vander Stichele [Mon, 29 Apr 2002 20:54:10 +0000 (20:54 +0000)]
throwing these out

Original commit message from CVS:
throwing these out

22 years agoexecuted
Thomas Vander Stichele [Mon, 29 Apr 2002 20:53:02 +0000 (20:53 +0000)]
executed

Original commit message from CVS:
executed

22 years agochanges
Thomas Vander Stichele [Mon, 29 Apr 2002 20:52:22 +0000 (20:52 +0000)]
changes

Original commit message from CVS:
changes

22 years agodoc changes
Thomas Vander Stichele [Mon, 29 Apr 2002 20:38:39 +0000 (20:38 +0000)]
doc changes

Original commit message from CVS:
doc changes

22 years agoadded docbuilding
Thomas Vander Stichele [Mon, 29 Apr 2002 15:11:47 +0000 (15:11 +0000)]
added docbuilding

Original commit message from CVS:
added docbuilding

22 years agothis hack shouldn't be here
Thomas Vander Stichele [Mon, 29 Apr 2002 10:28:33 +0000 (10:28 +0000)]
this hack shouldn't be here

Original commit message from CVS:
this hack shouldn't be here

22 years agorename operation
Thomas Vander Stichele [Sun, 28 Apr 2002 17:08:59 +0000 (17:08 +0000)]
rename operation

Original commit message from CVS:
rename operation

22 years agomake sure autogen.sh options get passed on to cothreads
Thomas Vander Stichele [Sun, 28 Apr 2002 15:29:23 +0000 (15:29 +0000)]
make sure autogen.sh options get passed on to cothreads

Original commit message from CVS:
make sure autogen.sh options get passed on to cothreads

22 years agoAdded method for releasing request pads.
Wim Taymans [Sun, 28 Apr 2002 13:27:32 +0000 (13:27 +0000)]
Added method for releasing request pads.

Original commit message from CVS:
Added method for releasing request pads.
Fix state changes.

22 years agoset the "name" property on pad templates
Andy Wingo [Fri, 26 Apr 2002 15:02:34 +0000 (15:02 +0000)]
set the "name" property on pad templates

Original commit message from CVS:
set the "name" property on pad templates

22 years agoadding buildrequires
Thomas Vander Stichele [Thu, 25 Apr 2002 19:20:20 +0000 (19:20 +0000)]
adding buildrequires

Original commit message from CVS:
adding buildrequires

22 years agoadding build requires for the buildroot system
Thomas Vander Stichele [Wed, 24 Apr 2002 20:48:54 +0000 (20:48 +0000)]
adding build requires for the buildroot system

Original commit message from CVS:
adding build requires for the buildroot system

22 years agoadded clock test app
Thomas Vander Stichele [Tue, 23 Apr 2002 19:13:50 +0000 (19:13 +0000)]
added clock test app

Original commit message from CVS:
added clock test app

22 years agoadding clock example
Thomas Vander Stichele [Tue, 23 Apr 2002 19:12:54 +0000 (19:12 +0000)]
adding clock example

Original commit message from CVS:
adding clock example

22 years agodoc fixes
Thomas Vander Stichele [Tue, 23 Apr 2002 15:02:35 +0000 (15:02 +0000)]
doc fixes

Original commit message from CVS:
doc fixes

22 years agodoc changes
Thomas Vander Stichele [Tue, 23 Apr 2002 15:01:56 +0000 (15:01 +0000)]
doc changes

Original commit message from CVS:
doc changes

22 years agodoc fixes s/gst_clock_activate/gst_clock_set_active/g
Thomas Vander Stichele [Tue, 23 Apr 2002 14:58:51 +0000 (14:58 +0000)]
doc fixes s/gst_clock_activate/gst_clock_set_active/g

Original commit message from CVS:

* doc fixes
* s/gst_clock_activate/gst_clock_set_active/g

22 years agoapi change doc clarification
Thomas Vander Stichele [Tue, 23 Apr 2002 14:56:44 +0000 (14:56 +0000)]
api change doc clarification

Original commit message from CVS:
* api change
* doc clarification

22 years agoapi renaming
Thomas Vander Stichele [Tue, 23 Apr 2002 11:15:18 +0000 (11:15 +0000)]
api renaming

Original commit message from CVS:
api renaming

22 years agodoc changes
Thomas Vander Stichele [Tue, 23 Apr 2002 10:32:16 +0000 (10:32 +0000)]
doc changes

Original commit message from CVS:
doc changes

22 years agocode cleanup
Thomas Vander Stichele [Tue, 23 Apr 2002 09:48:48 +0000 (09:48 +0000)]
code cleanup

Original commit message from CVS:
code cleanup

22 years agolet's not clobber our local variables -- i think this is a good short-term fix until...
Andy Wingo [Mon, 22 Apr 2002 04:43:28 +0000 (04:43 +0000)]
let's not clobber our local variables -- i think this is a good short-term fix until i get to hacking on the standard...

Original commit message from CVS:
let's not clobber our local variables -- i think this is a good short-term
fix until i get to hacking on the standard scheduler again.

22 years agogive useful warning when not unique
Thomas Vander Stichele [Sun, 21 Apr 2002 14:16:36 +0000 (14:16 +0000)]
give useful warning when not unique

Original commit message from CVS:
give useful warning when not unique

22 years agoadapted docs
Thomas Vander Stichele [Sun, 21 Apr 2002 14:06:14 +0000 (14:06 +0000)]
adapted docs

Original commit message from CVS:
adapted docs

22 years agoadded name test
Thomas Vander Stichele [Sun, 21 Apr 2002 14:04:24 +0000 (14:04 +0000)]
added name test

Original commit message from CVS:
added name test

22 years agomakes no sense as INFO
Thomas Vander Stichele [Sun, 21 Apr 2002 13:32:35 +0000 (13:32 +0000)]
makes no sense as INFO

Original commit message from CVS:
makes no sense as INFO

22 years agoa hack to work around intltool's brokenness a current check for mpeg2dec details...
Andy Wingo [Sat, 20 Apr 2002 21:42:53 +0000 (21:42 +0000)]
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...

Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory

22 years agofix 'invalid cast' warning
Benjamin Otte [Sat, 20 Apr 2002 12:31:41 +0000 (12:31 +0000)]
fix 'invalid cast' warning

Original commit message from CVS:
fix 'invalid cast' warning

22 years ago- make all _get_list functions return a const reference to original lists and no...
Benjamin Otte [Fri, 19 Apr 2002 19:49:41 +0000 (19:49 +0000)]
- make all _get_list functions return a const reference to original lists and no copy

Original commit message from CVS:
- make all _get_list functions return a const reference to original lists and no copy
- redo code accordingly
- fix compile issue in dparam stuff

22 years agoWe require bison somewhere, so we should check for that in configure
Ronald S. Bultje [Fri, 19 Apr 2002 13:17:23 +0000 (13:17 +0000)]
We require bison somewhere, so we should check for that in configure

Original commit message from CVS:
We require bison somewhere, so we should check for that in configure

22 years agothis should please bastien please let me know if other stuff needs to be different...
Thomas Vander Stichele [Fri, 19 Apr 2002 10:54:13 +0000 (10:54 +0000)]
this should please bastien please let me know if other stuff needs to be different between release and cvs

Original commit message from CVS:
this should please bastien
please let me know if other stuff needs to be different between release and cvs

22 years agodoc fixes
Thomas Vander Stichele [Fri, 19 Apr 2002 10:26:56 +0000 (10:26 +0000)]
doc fixes

Original commit message from CVS:
doc fixes

22 years agodoc rearranging
Thomas Vander Stichele [Fri, 19 Apr 2002 10:26:04 +0000 (10:26 +0000)]
doc rearranging

Original commit message from CVS:
doc rearranging

22 years agodoc changes
Thomas Vander Stichele [Fri, 19 Apr 2002 10:25:40 +0000 (10:25 +0000)]
doc changes

Original commit message from CVS:
doc changes

22 years agomessy aclocals tuff
Thomas Vander Stichele [Thu, 18 Apr 2002 20:47:00 +0000 (20:47 +0000)]
messy aclocals tuff

Original commit message from CVS:
messy aclocals tuff

22 years agofix doc warnings
Thomas Vander Stichele [Thu, 18 Apr 2002 19:30:55 +0000 (19:30 +0000)]
fix doc warnings

Original commit message from CVS:
fix doc warnings

22 years agosome things noted by taaz
Benjamin Otte [Thu, 18 Apr 2002 13:47:23 +0000 (13:47 +0000)]
some things noted by taaz

Original commit message from CVS:
some things noted by taaz

22 years agoadded deps to gstreamer-devel
Thomas Vander Stichele [Wed, 17 Apr 2002 17:29:28 +0000 (17:29 +0000)]
added deps to gstreamer-devel

Original commit message from CVS:
added deps to gstreamer-devel

22 years agomore doc fixes
Thomas Vander Stichele [Wed, 17 Apr 2002 15:19:56 +0000 (15:19 +0000)]
more doc fixes

Original commit message from CVS:
more doc fixes

22 years agomore change
Thomas Vander Stichele [Wed, 17 Apr 2002 14:58:17 +0000 (14:58 +0000)]
more change

Original commit message from CVS:
more change

22 years agoremarks for doc review
Thomas Vander Stichele [Wed, 17 Apr 2002 12:29:25 +0000 (12:29 +0000)]
remarks for doc review

Original commit message from CVS:
remarks for doc review

22 years agoreview of gstbuffer documentation small doc fixes
Thomas Vander Stichele [Wed, 17 Apr 2002 12:28:32 +0000 (12:28 +0000)]
review of gstbuffer documentation small doc fixes

Original commit message from CVS:
* review of gstbuffer documentation
* small doc fixes

22 years agofix bug with --gst-fatal-warnings when exclude_args is NULL
Benjamin Otte [Wed, 17 Apr 2002 00:18:04 +0000 (00:18 +0000)]
fix bug with --gst-fatal-warnings when exclude_args is NULL

Original commit message from CVS:
fix bug with --gst-fatal-warnings when exclude_args is NULL

22 years agoadded dir and first doc about events
Benjamin Otte [Wed, 17 Apr 2002 00:11:53 +0000 (00:11 +0000)]
added dir and first doc about events

Original commit message from CVS:
added dir and first doc about events

22 years agorename the books so the discerning elements move up front
Thomas Vander Stichele [Tue, 16 Apr 2002 16:27:26 +0000 (16:27 +0000)]
rename the books so the discerning elements move up front

Original commit message from CVS:
rename the books so the discerning elements move up front

22 years agoyay, a new option to play with! added -X / --exclude to exclude output of specific...
Benjamin Otte [Tue, 16 Apr 2002 14:45:53 +0000 (14:45 +0000)]
yay, a new option to play with! added -X / --exclude to exclude output of specific properties. Currently only --exclu...

Original commit message from CVS:
yay, a new option to play with!
added -X / --exclude to exclude output of specific properties. Currently only --exclude will work because we're not on popt 1.6.3 yet (blame it on Debian).
removed the harcoded excluding of the 'offset' property. You need to specify --exclude=offset now if you want your old output back

22 years agoAdded --gst-fatal-warnings, the same as --g-fatal-warnings
Andy Wingo [Tue, 16 Apr 2002 13:47:50 +0000 (13:47 +0000)]
Added --gst-fatal-warnings, the same as --g-fatal-warnings

Original commit message from CVS:
Added --gst-fatal-warnings, the same as --g-fatal-warnings

It's named differently to avoid conflicting with --g-fatal-warnings, which is parsed
by gtk (which we don't depend on)

22 years ago0.3.4-1 packaging info
David I. Lehn [Mon, 15 Apr 2002 09:32:43 +0000 (09:32 +0000)]
0.3.4-1 packaging info

Original commit message from CVS:
0.3.4-1 packaging info

22 years agomerged back fixes from release branch
Thomas Vander Stichele [Mon, 15 Apr 2002 09:21:14 +0000 (09:21 +0000)]
merged back fixes from release branch

Original commit message from CVS:
merged back fixes from release branch

22 years agoadded branch merging comments
Thomas Vander Stichele [Mon, 15 Apr 2002 09:19:09 +0000 (09:19 +0000)]
added branch merging comments

Original commit message from CVS:
added branch merging comments

22 years agodeclare those stuff extern. My windec doesn't like it without :)
Benjamin Otte [Sun, 14 Apr 2002 23:02:41 +0000 (23:02 +0000)]
declare those stuff extern. My windec doesn't like it without :)

Original commit message from CVS:
declare those stuff extern. My windec doesn't like it without :)

22 years agommore updates
Thomas Vander Stichele [Sun, 14 Apr 2002 22:58:40 +0000 (22:58 +0000)]
mmore updates

Original commit message from CVS:
mmore updates

22 years agorelease done, yay !
Thomas Vander Stichele [Sun, 14 Apr 2002 19:21:50 +0000 (19:21 +0000)]
release done, yay !

Original commit message from CVS:
release done, yay !

22 years agowe don't use // in code we commit :)
Benjamin Otte [Sun, 14 Apr 2002 14:59:34 +0000 (14:59 +0000)]
we don't use // in code we commit :)

Original commit message from CVS:
hi wtay (and some others): we don't use // in code we commit :)

22 years agoThis is all a quick hack...
Wim Taymans [Sun, 14 Apr 2002 13:39:15 +0000 (13:39 +0000)]
This is all a quick hack...

Original commit message from CVS:
This is all a quick hack...

22 years agomore notes
Thomas Vander Stichele [Sun, 14 Apr 2002 13:06:39 +0000 (13:06 +0000)]
more notes

Original commit message from CVS:
more notes

22 years agomore _
Steve Baker [Sun, 14 Apr 2002 11:50:18 +0000 (11:50 +0000)]
more _

Original commit message from CVS:
more _

22 years agocannot use _ in unit names for some reason.
Steve Baker [Sun, 14 Apr 2002 11:48:51 +0000 (11:48 +0000)]
cannot use _ in unit names for some reason.

Original commit message from CVS:
cannot use _ in unit names for some reason.

22 years agoAdded more funky cases
Wim Taymans [Sun, 14 Apr 2002 11:35:03 +0000 (11:35 +0000)]
Added more funky cases

Original commit message from CVS:
Added more funky cases

22 years agoMade dynamic pads work for sinkpads with no padtemplate
Wim Taymans [Sun, 14 Apr 2002 11:06:20 +0000 (11:06 +0000)]
Made dynamic pads work for sinkpads with no padtemplate

Original commit message from CVS:
Made dynamic pads work for sinkpads with no padtemplate

22 years agoupdate for changed dparams api
Steve Baker [Sun, 14 Apr 2002 10:16:47 +0000 (10:16 +0000)]
update for changed dparams api

Original commit message from CVS:
update for changed dparams api

22 years ago- changed the output so that the names of elements can be parsed by gst-inspect-check
Steve Baker [Sun, 14 Apr 2002 10:13:24 +0000 (10:13 +0000)]
- changed the output so that the names of elements can be parsed by gst-inspect-check

Original commit message from CVS:
- changed the output so that the names of elements can be parsed by gst-inspect-check
- display the range of the element properties
- display the available dparams, just like the properties
- added int64 to element properties displayed

22 years agolink gst-inspect to libgstcontrol so that -inspect will show what dparams are availab...
Steve Baker [Sun, 14 Apr 2002 10:11:14 +0000 (10:11 +0000)]
link gst-inspect to libgstcontrol so that -inspect will show what dparams are available.  I think it is ok to link he...

Original commit message from CVS:
link gst-inspect to libgstcontrol so that -inspect will show what dparams are available.  I think it is ok to link helper libraries like libgstcontrol to the apps in tools/.

22 years agoadded unitconvert which has a registry of Units of Measurement and an api to convert...
Steve Baker [Sun, 14 Apr 2002 10:08:21 +0000 (10:08 +0000)]
added unitconvert which has a registry of Units of Measurement and an api to convert one unit to another.

Original commit message from CVS:
added unitconvert which has a registry of Units of Measurement and an api to convert one unit to another.
Any required dparam now needs to specify what unit it represents so that an app can convert it to some other unit for presentation/other purposes.

Also added GST_DPMAN_PROCESS_CHUNK macro for elements which don't process their audio one sample at a time (ie, ladspa).

22 years agofixed d'oh error
Steve Baker [Sun, 14 Apr 2002 10:01:54 +0000 (10:01 +0000)]
fixed d'oh error

Original commit message from CVS:
fixed d'oh error

22 years agoARG_LOCATIONS is a pointer
Steve Baker [Sun, 14 Apr 2002 10:00:21 +0000 (10:00 +0000)]
ARG_LOCATIONS is a pointer

Original commit message from CVS:
ARG_LOCATIONS is a pointer

22 years agoARG_ERROR_AFTER is an int
Steve Baker [Sun, 14 Apr 2002 09:59:13 +0000 (09:59 +0000)]
ARG_ERROR_AFTER is an int

Original commit message from CVS:
ARG_ERROR_AFTER is an int

22 years agooffset is an int64
Steve Baker [Sun, 14 Apr 2002 09:58:14 +0000 (09:58 +0000)]
offset is an int64

Original commit message from CVS:
offset is an int64

22 years agomake the NULL check silent since it might be valid.
Steve Baker [Sun, 14 Apr 2002 09:57:15 +0000 (09:57 +0000)]
make the NULL check silent since it might be valid.

Original commit message from CVS:
make the NULL check silent since it might be valid.

22 years agoquote spaces in tokens passed to gst_parse_launchv. this restores the old (shell...
Andy Wingo [Sat, 13 Apr 2002 17:11:42 +0000 (17:11 +0000)]
quote spaces in tokens passed to gst_parse_launchv. this restores the old (shell-friendly) quoting behavior.

Original commit message from CVS:
quote spaces in tokens passed to gst_parse_launchv. this restores the old
(shell-friendly) quoting behavior.

22 years agoput in devhelp stuff as well
Thomas Vander Stichele [Sat, 13 Apr 2002 11:00:29 +0000 (11:00 +0000)]
put in devhelp stuff as well

Original commit message from CVS:
put in devhelp stuff as well

22 years agofeeble attempts to handle dynamic connections BRANCH-RELEASE-0_3_4-ROOT
Andy Wingo [Fri, 12 Apr 2002 20:06:14 +0000 (20:06 +0000)]
feeble attempts to handle dynamic connections

Original commit message from CVS:
feeble attempts to handle dynamic connections

22 years agoapi changes
Thomas Vander Stichele [Fri, 12 Apr 2002 19:02:00 +0000 (19:02 +0000)]
api changes

Original commit message from CVS:
api changes

22 years agoapi changes
Thomas Vander Stichele [Fri, 12 Apr 2002 18:59:11 +0000 (18:59 +0000)]
api changes

Original commit message from CVS:
api changes

22 years agosilly me
Thomas Vander Stichele [Fri, 12 Apr 2002 18:55:16 +0000 (18:55 +0000)]
silly me

Original commit message from CVS:
silly me