platform/upstream/gstreamer.git
22 years agoadded -Werror to compile flags.
Benjamin Otte [Thu, 4 Apr 2002 19:36:57 +0000 (19:36 +0000)]
added -Werror to compile flags.

Original commit message from CVS:
added -Werror to compile flags.
drawback: glib >= 2.0.1 is needed to compile without warnings

22 years agofix all compiler warnings
Benjamin Otte [Thu, 4 Apr 2002 19:28:23 +0000 (19:28 +0000)]
fix all compiler warnings

Original commit message from CVS:
fix all compiler warnings

22 years agoGST_DEBUG and _INFO should have no trailing \n
Wim Taymans [Wed, 3 Apr 2002 18:26:03 +0000 (18:26 +0000)]
GST_DEBUG and _INFO should have no trailing \n

Original commit message from CVS:
GST_DEBUG and _INFO should have no trailing \n

22 years agoFix a compile error.
Wim Taymans [Wed, 3 Apr 2002 06:27:25 +0000 (06:27 +0000)]
Fix a compile error.

Original commit message from CVS:
Fix a compile error.

22 years agoadd useful debugging output
jim thornton [Tue, 2 Apr 2002 16:38:05 +0000 (16:38 +0000)]
add useful debugging output

Original commit message from CVS:
patch from jim thornton <jthornton@parc.com>:

add useful debugging output

22 years agoBuffer flag symbols are enum values, so |'ing together doesn't do the right thing...
jim thornton [Tue, 2 Apr 2002 16:33:21 +0000 (16:33 +0000)]
Buffer flag symbols are enum values, so |'ing together doesn't do the right thing, must use GST_BUFFER_FLAG_SET macro

Original commit message from CVS:
patch from jim thornton <jthornton@parc.com>:

Buffer flag symbols are enum values, so |'ing together doesn't do the right
thing, must use GST_BUFFER_FLAG_SET macro

22 years agoAdded a signal which notifies when a required dparam is added.
Steve Baker [Tue, 2 Apr 2002 09:03:21 +0000 (09:03 +0000)]
Added a signal which notifies when a required dparam is added.

Original commit message from CVS:
Added a signal which notifies when a required dparam is added.
Added gst_dpman_bypass_dparam so that some dparams can be exposed as object properties as well.  If the object property is set, a connected dparam is disconnected to avoid the two subsystems fighting over setting the value.

22 years agoadd bison to reqs
Thomas Vander Stichele [Mon, 1 Apr 2002 18:03:59 +0000 (18:03 +0000)]
add bison to reqs

Original commit message from CVS:
add bison to reqs

22 years agoform a semantic representation of the pipeline in preparation for actual instantiation.
Andy Wingo [Mon, 1 Apr 2002 06:30:39 +0000 (06:30 +0000)]
form a semantic representation of the pipeline in preparation for actual instantiation.

Original commit message from CVS:
* form a semantic representation of the pipeline in preparation for
actual instantiation.

the parser is shaping up quite nicely; it should, in theory, be able to create
all types of pipelines that gstreamer supports

22 years agothe parser works properly, but it doesn't do anything yet
Andy Wingo [Mon, 1 Apr 2002 04:36:56 +0000 (04:36 +0000)]
the parser works properly, but it doesn't do anything yet

Original commit message from CVS:
* the parser works properly, but it doesn't do anything yet

22 years agoadd (incomplete) flex/bison-based parser to cvs the tokenizer is functional, but...
Andy Wingo [Sun, 31 Mar 2002 21:09:17 +0000 (21:09 +0000)]
add (incomplete) flex/bison-based parser to cvs the tokenizer is functional, but the grammar definition is bad. this ...

Original commit message from CVS:
add (incomplete) flex/bison-based parser to cvs

the tokenizer is functional, but the grammar definition is bad. this
probably breaks distcheck somehow, but hey.

22 years agoGet rid of the warning
Wim Taymans [Sun, 31 Mar 2002 16:27:28 +0000 (16:27 +0000)]
Get rid of the warning

Original commit message from CVS:
Get rid of the warning

22 years agoSmall updates to the manual
Wim Taymans [Sun, 31 Mar 2002 15:28:51 +0000 (15:28 +0000)]
Small updates to the manual

Original commit message from CVS:
Small updates to the manual

22 years agoDocumentation updates
Wim Taymans [Sun, 31 Mar 2002 14:04:50 +0000 (14:04 +0000)]
Documentation updates

Original commit message from CVS:
Documentation updates
Added dump to identity
Fix some warnings in gstelement

22 years agoDocumentation updates
Wim Taymans [Sun, 31 Mar 2002 14:00:33 +0000 (14:00 +0000)]
Documentation updates

Original commit message from CVS:
Documentation updates

22 years agoadd notify back to filesrc, it's needed for MVC applications remove notify printouts...
Andy Wingo [Sat, 30 Mar 2002 19:31:14 +0000 (19:31 +0000)]
add notify back to filesrc, it's needed for MVC applications remove notify printouts from gst-launch cleanup in gst-p...

Original commit message from CVS:
* add notify back to filesrc, it's needed for MVC applications
* remove notify printouts from gst-launch
* cleanup in gst-plugins configure.ac
* some jack updates
* remove SELF_ITERATING flag in favor of SEF_SCHEDULABLE (not a clear name,
but it's what we have for the moment)
* improve parsing of request pad names, no more sscanf
* fixes to the fastscheduler Makefile.am

22 years agoAdded some sanity checks
Wim Taymans [Sat, 30 Mar 2002 17:09:53 +0000 (17:09 +0000)]
Added some sanity checks

Original commit message from CVS:
Added some sanity checks

22 years agoChanged to the new props API
Wim Taymans [Sat, 30 Mar 2002 17:08:02 +0000 (17:08 +0000)]
Changed to the new props API

Original commit message from CVS:
Changed to the new props API

22 years agoUpdates to the new props API
Wim Taymans [Sat, 30 Mar 2002 17:06:45 +0000 (17:06 +0000)]
Updates to the new props API

Original commit message from CVS:
Updates to the new props API
Some more info in -inspect

22 years ago- Remove the propsprivate header file
Wim Taymans [Sat, 30 Mar 2002 17:05:03 +0000 (17:05 +0000)]
- Remove the propsprivate header file

Original commit message from CVS:
- Remove the propsprivate header file
- Added new API for properties.
- Moved the clock distribution to the scheduler.
- Removed the lock from GstCaps
- Added boxed types for Caps/Props
- Simplified the clock, new systemclock implementation
- Removed deprecated element_info/send_event functions
- First step at exposing more info in the pad_connect functions
- Queue cleanup
- Make the scheduler aware of other schedulers inside it
- Added the _SELF_SCHEDULABLE flag to gstthread
- Removed _get_widget from _utils, changed to new props API
- Make fakesink sync on timestamps when requested
- Removed the offset notify from filesrc
- Added a fast scheduler
- some scheduler cleanups.

22 years ago"bugfix for intersecting int list with int range: the proper intersection should...
jim thornton [Wed, 27 Mar 2002 04:29:46 +0000 (04:29 +0000)]
"bugfix for intersecting int list with int range: the proper intersection should be those ints in the list that lie w...

Original commit message from CVS:
apply patch from jim thornton <jthornton@parc.com>:

"bugfix for intersecting int list with int range: the proper intersection
should be those ints in the list that lie within the range (rather than an
empty intersection)."

the reverse of this case doesn't exist, because if the entry1 is a list,
the members are broken out and tested seperately, therefore the intersection
would be int <-> int range, which does work.

22 years agoadded a bunch of cvsignore stuff off of a fresh checkout and build i will win the...
Andy Wingo [Mon, 25 Mar 2002 05:01:02 +0000 (05:01 +0000)]
added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)

Original commit message from CVS:
added a bunch of cvsignore stuff off of a fresh checkout and build

i will win the race to max LOC changed ;-)

22 years agofilter newlines out of GST_DEBUG statements to reflect new core behavior fixes to...
Andy Wingo [Sun, 24 Mar 2002 22:07:09 +0000 (22:07 +0000)]
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again

Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again

22 years agoadded plugin_desc structures to libs, which makes their locations cached in the regis...
Andy Wingo [Sun, 24 Mar 2002 20:55:45 +0000 (20:55 +0000)]
added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading ...

Original commit message from CVS:
* added plugin_desc structures to libs, which makes their locations cached in the registry. this
speeds plugin loading considerably, especially on uninstalled versions.

* put the lib path before all others, for speed reasons.

* some fixes to adder's caps.

* added linefeeds (\n) to GST_DEBUG strings to match GST_INFO behavior. this is more sane. all
code will need to be converted. i think some perl can do this.

22 years agohere are the dparams docs for apps writers. now back to hacking, yo!
Steve Baker [Sun, 24 Mar 2002 14:06:02 +0000 (14:06 +0000)]
here are the dparams docs for apps writers. now back to hacking, yo!

Original commit message from CVS:
here are the dparams docs for apps writers. now back to hacking, yo!

22 years agos/POINTER/OBJECT/ in g_signal_new for NEW_PAD and PAD_REMOVED.
David I. Lehn [Sun, 24 Mar 2002 11:32:03 +0000 (11:32 +0000)]
s/POINTER/OBJECT/ in g_signal_new for NEW_PAD and PAD_REMOVED.

Original commit message from CVS:
s/POINTER/OBJECT/ in g_signal_new for NEW_PAD and PAD_REMOVED.
Very important for python bindings to know it's getting an GObject
vs a boxed anonymous pointer.

22 years agoacconfig.h usage deprecated
David I. Lehn [Thu, 21 Mar 2002 23:34:08 +0000 (23:34 +0000)]
acconfig.h usage deprecated

Original commit message from CVS:
acconfig.h usage deprecated

22 years agoclean up magic file
David I. Lehn [Thu, 21 Mar 2002 23:32:24 +0000 (23:32 +0000)]
clean up magic file

Original commit message from CVS:
clean up magic file

22 years ago0.3.3-1 packaging update
David I. Lehn [Thu, 21 Mar 2002 08:21:40 +0000 (08:21 +0000)]
0.3.3-1 packaging update

Original commit message from CVS:
0.3.3-1 packaging update

22 years agos/Gnome-Streamer/GStreamer/
Andy Wingo [Wed, 20 Mar 2002 21:45:09 +0000 (21:45 +0000)]
s/Gnome-Streamer/GStreamer/

Original commit message from CVS:
s/Gnome-Streamer/GStreamer/

22 years agodo the genmarshalling to temp files, then move the temp files over
Andy Wingo [Tue, 19 Mar 2002 17:07:20 +0000 (17:07 +0000)]
do the genmarshalling to temp files, then move the temp files over

Original commit message from CVS:
do the genmarshalling to temp files, then move the temp files over

22 years agolet's not give our plugins -release versioning make clean before rebuilding after...
Andy Wingo [Tue, 19 Mar 2002 05:46:38 +0000 (05:46 +0000)]
let's not give our plugins -release versioning make clean before rebuilding after you update on this one...

Original commit message from CVS:
let's not give our plugins -release versioning
make clean before rebuilding after you update on this one...

22 years agoremoval of //-style comments don't link plugins to core libs -- the versioning is...
Andy Wingo [Tue, 19 Mar 2002 04:10:13 +0000 (04:10 +0000)]
removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...

Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.

22 years agos/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are...
Andy Wingo [Tue, 19 Mar 2002 01:39:45 +0000 (01:39 +0000)]
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi...

Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/

@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag

22 years agos/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes...
Andy Wingo [Mon, 18 Mar 2002 04:41:37 +0000 (04:41 +0000)]
s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ...

Original commit message from CVS:
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way
* added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register,
and attempt to run though
* imposed some restrictions on the naming of request pads to better allow for reverse parsing
* added '%s' to reverse parsing
* added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out
* fixen on launch-gui
* added pkg-config stuff for the editor's libs

22 years agobugfix for gst_element_request_pad_by_name returning NULL even though a template...
Benjamin Otte [Mon, 18 Mar 2002 00:09:10 +0000 (00:09 +0000)]
bugfix for gst_element_request_pad_by_name returning NULL even though a template was available

Original commit message from CVS:
bugfix for gst_element_request_pad_by_name returning NULL even though a template was available

22 years agolatest 0.3.2 packaging info
David I. Lehn [Sun, 17 Mar 2002 21:58:54 +0000 (21:58 +0000)]
latest 0.3.2 packaging info

Original commit message from CVS:
latest 0.3.2 packaging info

22 years agowe don't want to run _dispose twice on the scheduler, do we?
Benjamin Otte [Sun, 17 Mar 2002 00:41:46 +0000 (00:41 +0000)]
we don't want to run _dispose twice on the scheduler, do we?

Original commit message from CVS:
we don't want to run _dispose twice on the scheduler, do we?

22 years agouhm, shouldn't have done that this is righter
Thomas Vander Stichele [Fri, 15 Mar 2002 22:17:20 +0000 (22:17 +0000)]
uhm, shouldn't have done that this is righter

Original commit message from CVS:
uhm, shouldn't have done that
this is righter

22 years agoautomake 1.6 patch ;)
Thomas Vander Stichele [Fri, 15 Mar 2002 22:16:40 +0000 (22:16 +0000)]
automake 1.6 patch ;)

Original commit message from CVS:
automake 1.6 patch ;)

22 years agoG_BREAKPOINT is x86-only
Thomas Vander Stichele [Thu, 14 Mar 2002 16:01:14 +0000 (16:01 +0000)]
G_BREAKPOINT is x86-only

Original commit message from CVS:
G_BREAKPOINT is x86-only

22 years agoAdd inclusion of errno.h, so it compiles on PowerPC. BRANCH-EVENTS2-ROOT
David Schleef [Sun, 10 Mar 2002 20:45:11 +0000 (20:45 +0000)]
Add inclusion of errno.h, so it compiles on PowerPC.

Original commit message from CVS:
Add inclusion of errno.h, so it compiles on PowerPC.

22 years agoupdate CVS version to 0.3.3.1
Christian Schaller [Sun, 10 Mar 2002 20:41:31 +0000 (20:41 +0000)]
update CVS version to 0.3.3.1

Original commit message from CVS:
update CVS version to 0.3.3.1

22 years agofirst cut of documentation for dparams for plugin writers.
Steve Baker [Sun, 10 Mar 2002 19:57:31 +0000 (19:57 +0000)]
first cut of documentation for dparams for plugin writers.

Original commit message from CVS:
first cut of documentation for dparams for plugin writers.
who would have thought that writing docs was so much fun

22 years agomore updates
Thomas Vander Stichele [Sun, 10 Mar 2002 12:51:37 +0000 (12:51 +0000)]
more updates

Original commit message from CVS:
more updates

22 years agomore minor updates
Thomas Vander Stichele [Sat, 9 Mar 2002 13:01:16 +0000 (13:01 +0000)]
more minor updates

Original commit message from CVS:
more minor updates

22 years agoexpanded release policy a bit let's try this out today ;)
Thomas Vander Stichele [Sat, 9 Mar 2002 12:34:38 +0000 (12:34 +0000)]
expanded release policy a bit let's try this out today ;)

Original commit message from CVS:
expanded release policy a bit
let's try this out today ;)

22 years agoRemove a couple of old commented out lines.
Richard Boulton [Sat, 9 Mar 2002 02:15:04 +0000 (02:15 +0000)]
Remove a couple of old commented out lines.

Original commit message from CVS:
Remove a couple of old commented out lines.
They had no meaning as far as I can tell, and were causing a warning with
automake 1.6, due to the trailing \ followed by a blank line.

22 years agoMake a note of the command used to create a release branch, for future reference.
Richard Boulton [Fri, 8 Mar 2002 18:14:15 +0000 (18:14 +0000)]
Make a note of the command used to create a release branch, for future reference.

Original commit message from CVS:
Make a note of the command used to create a release branch, for future
reference.

22 years agowtay is ignoring me in #gstreamer so I am adding this debug enablement to make sure...
Christian Schaller [Thu, 7 Mar 2002 21:18:42 +0000 (21:18 +0000)]
wtay is ignoring me in #gstreamer so I am adding this debug enablement to make sure we get enough debug info for fixi...

Original commit message from CVS:
wtay is ignoring me in #gstreamer so I am adding this debug enablement to make
sure we get enough debug info for fixing bugs

22 years agowarning: 'current_diff' might be used uninitialized in this function
Benjamin Otte [Wed, 6 Mar 2002 19:58:19 +0000 (19:58 +0000)]
warning: 'current_diff' might be used uninitialized in this function

Original commit message from CVS:
warning: 'current_diff' might be used uninitialized in this function

22 years agofix bug when requesting pads by name
Andy Wingo [Wed, 6 Mar 2002 16:14:34 +0000 (16:14 +0000)]
fix bug when requesting pads by name

Original commit message from CVS:
* fix bug when requesting pads by name
* added api: gst_element_get_managing_bin ()

22 years agowarning: passing arg 1 of 'gst_caps_unref' from incompatible pointer type
Benjamin Otte [Wed, 6 Mar 2002 08:30:05 +0000 (08:30 +0000)]
warning: passing arg 1 of 'gst_caps_unref' from incompatible pointer type

Original commit message from CVS:
warning: passing arg 1 of 'gst_caps_unref' from incompatible pointer type

22 years agowarning: unused variable 'templist'
Benjamin Otte [Wed, 6 Mar 2002 08:20:10 +0000 (08:20 +0000)]
warning: unused variable 'templist'

Original commit message from CVS:
warning: unused variable 'templist'

22 years ago1st prerelease
Thomas Vander Stichele [Tue, 5 Mar 2002 22:03:00 +0000 (22:03 +0000)]
1st prerelease

Original commit message from CVS:
1st prerelease

22 years agoupdated devhelp
Thomas Vander Stichele [Tue, 5 Mar 2002 22:02:06 +0000 (22:02 +0000)]
updated devhelp

Original commit message from CVS:
updated devhelp

22 years agoadded changelog
Thomas Vander Stichele [Tue, 5 Mar 2002 12:32:46 +0000 (12:32 +0000)]
added changelog

Original commit message from CVS:
added changelog

22 years agono good reason to require glib 1.3.15 so back to 1.3.12 put version checking for...
Thomas Vander Stichele [Tue, 5 Mar 2002 12:31:13 +0000 (12:31 +0000)]
no good reason to require glib 1.3.15 so back to 1.3.12 put version checking for glib and libxml in configure.ac subs...

Original commit message from CVS:
* no good reason to require glib 1.3.15 so back to 1.3.12
* put version checking for glib and libxml in configure.ac
* subst'd these minimum required versions so they can be used in spec file

22 years agowarning: unused variable 'oclass'
Benjamin Otte [Tue, 5 Mar 2002 08:35:37 +0000 (08:35 +0000)]
warning: unused variable 'oclass'

Original commit message from CVS:
warning: unused variable 'oclass'

22 years agowarning: int format, GType arg (arg 3)
Benjamin Otte [Tue, 5 Mar 2002 08:30:51 +0000 (08:30 +0000)]
warning: int format, GType arg (arg 3)

Original commit message from CVS:
warning: int format, GType arg (arg 3)

22 years agowarning: unused variable 'oldstate'
Benjamin Otte [Tue, 5 Mar 2002 08:28:22 +0000 (08:28 +0000)]
warning: unused variable 'oldstate'

Original commit message from CVS:
warning: unused variable 'oldstate'

22 years agowarning: initialization from incompatible pointer type
Benjamin Otte [Tue, 5 Mar 2002 08:26:13 +0000 (08:26 +0000)]
warning: initialization from incompatible pointer type

Original commit message from CVS:
warning: initialization from incompatible pointer type

22 years agowarning: deprecated use of label at end of compound statement
Benjamin Otte [Tue, 5 Mar 2002 08:13:55 +0000 (08:13 +0000)]
warning: deprecated use of label at end of compound statement

Original commit message from CVS:
warning: deprecated use of label at end of compound statement

22 years agofix warning (yes, I'm using -Werror now :)
Benjamin Otte [Mon, 4 Mar 2002 22:01:42 +0000 (22:01 +0000)]
fix warning (yes, I'm using -Werror now :)

Original commit message from CVS:
fix warning (yes, I'm using -Werror now :)

22 years agoreflect new dparams api
Steve Baker [Mon, 4 Mar 2002 18:55:17 +0000 (18:55 +0000)]
reflect new dparams api

Original commit message from CVS:
reflect new dparams api

22 years agoThis is a major update to the dparams api - I think it is now much cleaner and the...
Steve Baker [Mon, 4 Mar 2002 18:54:20 +0000 (18:54 +0000)]
This is a major update to the dparams api - I think it is now much cleaner and the app-side is much easier to use. hi...

Original commit message from CVS:
This is a major update to the dparams api - I think it is now much cleaner and the app-side is much easier to use.

highlights are:
- GParamSpecs are now used throughout to define dparams
- currently limited to supporting types gfloat, gint and gint64. this should cover 99% of cases and new types can be added in the future
- application-side api is now based almost entirely on setting object properties
- the smoothing dparam is now a subclass of GstDParam
- array-mode is not yet implemented but is not forgotton

time to start documenting

22 years agolet's not increment in GST_DEBUG code...
Andy Wingo [Mon, 4 Mar 2002 05:37:26 +0000 (05:37 +0000)]
let's not increment in GST_DEBUG code...

Original commit message from CVS:
let's not increment in GST_DEBUG code...

22 years agofinished devhelp stuff
Thomas Vander Stichele [Sun, 3 Mar 2002 23:32:09 +0000 (23:32 +0000)]
finished devhelp stuff

Original commit message from CVS:
finished devhelp stuff

22 years agoupdated to glib 1.3.15
Christian Schaller [Sun, 3 Mar 2002 21:19:31 +0000 (21:19 +0000)]
updated to glib 1.3.15

Original commit message from CVS:
updated to glib 1.3.15

22 years agoadded proper glib dep
Christian Schaller [Sun, 3 Mar 2002 21:15:17 +0000 (21:15 +0000)]
added proper glib dep

Original commit message from CVS:
added proper glib dep

22 years agoobject naming will start with 0 (it was one before)
Andy Wingo [Sun, 3 Mar 2002 19:30:10 +0000 (19:30 +0000)]
object naming will start with 0 (it was one before)

Original commit message from CVS:
object naming will start with 0 (it was one before)

22 years agoadded gst_util_set_value_from_string.
Steve Baker [Sun, 3 Mar 2002 18:41:25 +0000 (18:41 +0000)]
added gst_util_set_value_from_string.

Original commit message from CVS:
added gst_util_set_value_from_string.
this could probably be refactored with gst_util_set_object_arg at a later date.

22 years agoneed this
Thomas Vander Stichele [Sun, 3 Mar 2002 18:02:57 +0000 (18:02 +0000)]
need this

Original commit message from CVS:
need this

22 years agoadding devhelp dir
Thomas Vander Stichele [Sun, 3 Mar 2002 16:55:45 +0000 (16:55 +0000)]
adding devhelp dir

Original commit message from CVS:
adding devhelp dir

22 years agomore docs fixing
Thomas Vander Stichele [Sun, 3 Mar 2002 16:53:25 +0000 (16:53 +0000)]
more docs fixing

Original commit message from CVS:
more docs fixing

22 years agoadding devhelp files
Thomas Vander Stichele [Sun, 3 Mar 2002 16:50:39 +0000 (16:50 +0000)]
adding devhelp files

Original commit message from CVS:
adding devhelp files

22 years agothanks to jhdalin for this
Thomas Vander Stichele [Sun, 3 Mar 2002 16:25:11 +0000 (16:25 +0000)]
thanks to jhdalin for this

Original commit message from CVS:
thanks to jhdalin for this

22 years agoput docs in gstreamer-devel rpm and dir
Thomas Vander Stichele [Sun, 3 Mar 2002 15:18:09 +0000 (15:18 +0000)]
put docs in gstreamer-devel rpm and dir

Original commit message from CVS:
put docs in gstreamer-devel rpm and dir

22 years agodocs are now in gstreamer rpm want them in gstreamer-devel though
Thomas Vander Stichele [Sun, 3 Mar 2002 15:00:32 +0000 (15:00 +0000)]
docs are now in gstreamer rpm want them in gstreamer-devel though

Original commit message from CVS:
docs are now in gstreamer rpm
want them in gstreamer-devel though

22 years agoupdating something in spec, not sure what :)
Christian Schaller [Sun, 3 Mar 2002 13:31:27 +0000 (13:31 +0000)]
updating something in spec, not sure what :)

Original commit message from CVS:
updating something in spec, not sure what :)

22 years agosome doc and aesthetic fixes make the filter actually do something
Andy Wingo [Sun, 3 Mar 2002 02:08:17 +0000 (02:08 +0000)]
some doc and aesthetic fixes make the filter actually do something

Original commit message from CVS:
* some doc and aesthetic fixes
* make the filter actually do something

22 years agoget some sleep
Thomas Vander Stichele [Sun, 3 Mar 2002 01:12:12 +0000 (01:12 +0000)]
get some sleep

Original commit message from CVS:
get some sleep

22 years agodocs changes
Thomas Vander Stichele [Sun, 3 Mar 2002 00:48:37 +0000 (00:48 +0000)]
docs changes

Original commit message from CVS:
docs changes

22 years agodocument gst_caps_debug change gst_caps_debug to accept a label argument, assists...
Andy Wingo [Sun, 3 Mar 2002 00:44:41 +0000 (00:44 +0000)]
document gst_caps_debug change gst_caps_debug to accept a label argument, assists greatly in debugging capsnego bette...

Original commit message from CVS:
* document gst_caps_debug
* change gst_caps_debug to accept a label argument, assists greatly
in debugging capsnego
* better names from gst_object_name_default
* some more debugging in gstpad.c
* require caps to match padtemplates on both side of a connection
* gstspider uses default naming so that names are globally unique
* moved filesrc offset arg to the top -- show up first in a prop list.
in the future we should have flags on props indicating which ones
it might be interesting for the end-user to change.
* initialize cothreads in the more standard way, and provide some more debugging

22 years agoAdded my DOCBUILDING document
Christian Schaller [Sat, 2 Mar 2002 18:59:03 +0000 (18:59 +0000)]
Added my DOCBUILDING document

Original commit message from CVS:
Added my DOCBUILDING document

22 years agoadded more files to the docs files
Christian Schaller [Sat, 2 Mar 2002 18:39:32 +0000 (18:39 +0000)]
added more files to the docs files

Original commit message from CVS:
added more files to the docs files

22 years agofix: when starting typefinding, make sure we're paused
Benjamin Otte [Sat, 2 Mar 2002 18:27:45 +0000 (18:27 +0000)]
fix: when starting typefinding, make sure we're paused

Original commit message from CVS:
fix: when starting typefinding, make sure we're paused

22 years agoGood luck with this one ;) converted to using getopt dropped autogen- prefix from...
Thomas Vander Stichele [Sat, 2 Mar 2002 12:01:32 +0000 (12:01 +0000)]
Good luck with this one ;) converted to using getopt dropped autogen- prefix from autogen options since options for c...

Original commit message from CVS:
Good luck with this one ;)
converted to using getopt
dropped autogen- prefix from autogen options since options for configure
can now be given after putting -- on the cmd line
added with-autoconf and with-automake to help michael out
this all needs some testing
plus a few changes in other modules as well

22 years agohrm, ok fixed my mistake of commiting a spec with my 'debug' code in it :)
Christian Schaller [Sat, 2 Mar 2002 11:12:19 +0000 (11:12 +0000)]
hrm, ok fixed my mistake of commiting a spec with my 'debug' code in it :)

Original commit message from CVS:
hrm, ok fixed my mistake of commiting a spec with my 'debug' code in it :)

22 years agoAdded documentation to the SPEC file. Currently it seems that a lot of documentation...
Christian Schaller [Sat, 2 Mar 2002 11:11:11 +0000 (11:11 +0000)]
Added documentation to the SPEC file. Currently it seems that a lot of documentation is built but not installed howev...

Original commit message from CVS:
Added documentation to the SPEC file. Currently it seems that a lot of documentation is built but not installed however, including the images.

22 years agoapplied some of meeks's patches
Thomas Vander Stichele [Sat, 2 Mar 2002 10:33:40 +0000 (10:33 +0000)]
applied some of meeks's patches

Original commit message from CVS:
applied some of meeks's patches

22 years agoAdded last_message.
Wim Taymans [Thu, 28 Feb 2002 23:39:08 +0000 (23:39 +0000)]
Added last_message.

Original commit message from CVS:
Added last_message.

22 years agomake sure cothread->priv is NULL when uninited because we now check it (added debuggi...
Benjamin Otte [Sun, 24 Feb 2002 19:08:30 +0000 (19:08 +0000)]
make sure cothread->priv is NULL when uninited because we now check it (added debugging line to gst_bin_remove while ...

Original commit message from CVS:
make sure cothread->priv is NULL when uninited because we now check it
(added debugging line to gst_bin_remove while debugging)

22 years agoupdated popt stuff:
Benjamin Otte [Sun, 24 Feb 2002 17:08:07 +0000 (17:08 +0000)]
updated popt stuff:

Original commit message from CVS:
updated popt stuff:
- added 'gst_init_with_popt_table' to gst.h
- added a --silent option to launch to suppress g_object_notify events

22 years agofixes:
Benjamin Otte [Sun, 24 Feb 2002 13:38:10 +0000 (13:38 +0000)]
fixes:

Original commit message from CVS:
fixes:
- g_free accepts NULL
- indenting
- last_message is readable, not writeable
- warn on invalid property id

22 years agoIterate until we find the real pad when creating a ghostpad make a copy of the event...
Wim Taymans [Sat, 23 Feb 2002 14:02:29 +0000 (14:02 +0000)]
Iterate until we find the real pad when creating a ghostpad make a copy of the event in the default dispatcher.

Original commit message from CVS:
Iterate until we find the real pad when creating a ghostpad
make a copy of the event in the default dispatcher.

22 years agoAdded gst_event_copy
Wim Taymans [Sat, 23 Feb 2002 13:57:09 +0000 (13:57 +0000)]
Added gst_event_copy

Original commit message from CVS:
Added gst_event_copy

22 years agoStore the element in the cothread private field.
Wim Taymans [Sat, 23 Feb 2002 13:42:51 +0000 (13:42 +0000)]
Store the element in the cothread private field.

Original commit message from CVS:
Store the element in the cothread private field.
If we remove the current entry in the cothread chain, make sure another
cothread is marked as COTHREAD_STOPPING.

22 years agoAdded a private field to the cothread state.
Wim Taymans [Sat, 23 Feb 2002 13:41:17 +0000 (13:41 +0000)]
Added a private field to the cothread state.

Original commit message from CVS:
Added a private field to the cothread state.

22 years agoOnly unset the scheduler on REAL pads. This is a nasty one that causes random memory...
Wim Taymans [Fri, 22 Feb 2002 23:12:05 +0000 (23:12 +0000)]
Only unset the scheduler on REAL pads. This is a nasty one that causes random memory corruption.

Original commit message from CVS:
Only unset the scheduler on REAL pads. This is a nasty one that causes
random memory corruption.