platform/upstream/gstreamer.git
23 years agoRe-arranged the build a bit to try to make it more sane. Added some debug.
Erik Walthinsen [Mon, 1 Jan 2001 08:37:41 +0000 (08:37 +0000)]
Re-arranged the build a bit to try to make it more sane.  Added some debug.

Original commit message from CVS:
Re-arranged the build a bit to try to make it more sane.  Added some debug.

23 years agoadded headers and such to Makefile.am for dist
Erik Walthinsen [Mon, 1 Jan 2001 07:47:14 +0000 (07:47 +0000)]
added headers and such to Makefile.am for dist

Original commit message from CVS:
added headers and such to Makefile.am for dist

23 years agoadded the category number to DEBUG
Erik Walthinsen [Mon, 1 Jan 2001 07:44:32 +0000 (07:44 +0000)]
added the category number to DEBUG

Original commit message from CVS:
added the category number to DEBUG

23 years agoupdated version number from 0.9.2 (huh???) to 0.1.0
Erik Walthinsen [Mon, 1 Jan 2001 07:30:10 +0000 (07:30 +0000)]
updated version number from 0.9.2 (huh???) to 0.1.0

Original commit message from CVS:
updated version number from 0.9.2 (huh???) to 0.1.0

23 years agoAdded -Wall to configure.in
Wim Taymans [Mon, 1 Jan 2001 06:59:49 +0000 (06:59 +0000)]
Added -Wall to configure.in

Original commit message from CVS:
Added -Wall to configure.in

23 years agofixed a nasty bug where at -O6 teh compiler optimized cothreads.c beyond the point...
Erik Walthinsen [Mon, 1 Jan 2001 06:57:46 +0000 (06:57 +0000)]
fixed a nasty bug where at -O6 teh compiler optimized cothreads.c beyond the point of functioning

Original commit message from CVS:
fixed a nasty bug where at -O6 teh compiler optimized cothreads.c beyond the point of functioning

23 years agoFixed a very bad error with autoplugging.
Wim Taymans [Mon, 1 Jan 2001 05:26:34 +0000 (05:26 +0000)]
Fixed a very bad error with autoplugging.

Original commit message from CVS:
Fixed a very bad error with autoplugging.

23 years agoupdated the debug system so it works nicely now
Erik Walthinsen [Mon, 1 Jan 2001 05:18:07 +0000 (05:18 +0000)]
updated the debug system so it works nicely now

Original commit message from CVS:
updated the debug system so it works nicely now

23 years agoAdded API to control DEBUG level, updated cmdline code
Erik Walthinsen [Mon, 1 Jan 2001 04:53:26 +0000 (04:53 +0000)]
Added API to control DEBUG level, updated cmdline code

Original commit message from CVS:
Added API to control DEBUG level, updated cmdline code

23 years agomodified cmdlien code to take both 0xHEX and dec, and added an INFO line in gst_pad_c...
Erik Walthinsen [Mon, 1 Jan 2001 04:41:40 +0000 (04:41 +0000)]
modified cmdlien code to take both 0xHEX and dec, and added an INFO line in gst_pad_connect()

Original commit message from CVS:
modified cmdlien code to take both 0xHEX and dec, and added an INFO line in gst_pad_connect()

23 years agoUpdated test programs
Wim Taymans [Mon, 1 Jan 2001 04:10:52 +0000 (04:10 +0000)]
Updated test programs

Original commit message from CVS:
Updated test programs

23 years agoFixed a typo
Wim Taymans [Mon, 1 Jan 2001 04:04:33 +0000 (04:04 +0000)]
Fixed a typo

Original commit message from CVS:
Fixed a typo

23 years agoset categories for all INFOs
Erik Walthinsen [Mon, 1 Jan 2001 03:57:07 +0000 (03:57 +0000)]
set categories for all INFOs

Original commit message from CVS:
set categories for all INFOs

23 years agoadded .cvsignore
Erik Walthinsen [Mon, 1 Jan 2001 03:44:19 +0000 (03:44 +0000)]
added .cvsignore

Original commit message from CVS:
added .cvsignore

23 years agoAdded command line parsing for
Wim Taymans [Mon, 1 Jan 2001 03:43:27 +0000 (03:43 +0000)]
Added command line parsing for

Original commit message from CVS:
Added command line parsing for
--gst-info-mask, --gst-debug-mask and --help
Dump the FLAGS and options on --help

23 years agoupdated .cvsignore
Erik Walthinsen [Mon, 1 Jan 2001 03:22:59 +0000 (03:22 +0000)]
updated .cvsignore

Original commit message from CVS:
updated .cvsignore

23 years agoadded directories to configure.in
Erik Walthinsen [Mon, 1 Jan 2001 03:20:28 +0000 (03:20 +0000)]
added directories to configure.in

Original commit message from CVS:
added directories to configure.in

23 years agofixed stupid spelling mistake
Erik Walthinsen [Mon, 1 Jan 2001 03:18:40 +0000 (03:18 +0000)]
fixed stupid spelling mistake

Original commit message from CVS:
fixed stupid spelling mistake

23 years agogstplay now builds from build-directory, doesn't require a make install
Erik Walthinsen [Mon, 1 Jan 2001 03:18:17 +0000 (03:18 +0000)]
gstplay now builds from build-directory, doesn't require a make install

Original commit message from CVS:
gstplay now builds from build-directory, doesn't require a make install

23 years agoUpdated libraries to use new GST_DEBUG instead of DEBUG.
Erik Walthinsen [Mon, 1 Jan 2001 03:16:19 +0000 (03:16 +0000)]
Updated libraries to use new GST_DEBUG instead of DEBUG.

Original commit message from CVS:
Updated libraries to use new GST_DEBUG instead of DEBUG.

23 years agoMega update of INFO, DEBUG, and ERROR subsystems, renamed with GST_ prefix.
Erik Walthinsen [Mon, 1 Jan 2001 03:14:40 +0000 (03:14 +0000)]
Mega update of INFO, DEBUG, and ERROR subsystems, renamed with GST_ prefix.

Original commit message from CVS:
Mega update of INFO, DEBUG, and ERROR subsystems, renamed with GST_ prefix.
GST_DEBUG now takes a category parameter, which is the same as GST_INFO
system.  They are now called GST_CAT_*.  All the GST_DEBUGs are set to 0
for now, we need to go and fix all these eventually.

23 years agofixed stupid (brown paper bag) bug with missing NULL on g_strconcat
Erik Walthinsen [Mon, 1 Jan 2001 02:46:56 +0000 (02:46 +0000)]
fixed stupid (brown paper bag) bug with missing NULL on g_strconcat

Original commit message from CVS:
fixed stupid (brown paper bag) bug with missing NULL on g_strconcat

23 years agofixed the segfault
Erik Walthinsen [Mon, 1 Jan 2001 02:34:49 +0000 (02:34 +0000)]
fixed the segfault

Original commit message from CVS:
fixed the segfault

23 years agoAdded --enable-info and --disable-info-system nothing specified = INFO enabled, mask...
Wim Taymans [Mon, 1 Jan 2001 01:56:16 +0000 (01:56 +0000)]
Added --enable-info and --disable-info-system nothing specified = INFO enabled, mask to 0x00000001

Original commit message from CVS:
Added --enable-info and --disable-info-system
nothing specified = INFO enabled, mask to 0x00000001
--enable-info =     INFO enabled, mask to 0xffffffff
--disable-info =    INFO compiled into a nop and thus disabled

23 years agohopefully one last update to the examples .cvsignores
Erik Walthinsen [Mon, 1 Jan 2001 00:44:45 +0000 (00:44 +0000)]
hopefully one last update to the examples .cvsignores

Original commit message from CVS:
hopefully one last update to the examples .cvsignores

23 years agoAdded GST_INFO_ENABLED flags
Wim Taymans [Mon, 1 Jan 2001 00:44:28 +0000 (00:44 +0000)]
Added GST_INFO_ENABLED flags

Original commit message from CVS:
Added GST_INFO_ENABLED flags
Added --enable-debug-info
A little fix for the avidecoder

23 years agocleaned up the examples, added Makefiles, etc
Erik Walthinsen [Mon, 1 Jan 2001 00:42:10 +0000 (00:42 +0000)]
cleaned up the examples, added Makefiles, etc

Original commit message from CVS:
cleaned up the examples, added Makefiles, etc

23 years agoUpdated makefiles for examples
Erik Walthinsen [Mon, 1 Jan 2001 00:34:13 +0000 (00:34 +0000)]
Updated makefiles for examples

Original commit message from CVS:
Updated makefiles for examples

23 years agoCleaned up INFO system some more, added API to select categories, modified the printo...
Erik Walthinsen [Mon, 1 Jan 2001 00:17:21 +0000 (00:17 +0000)]
Cleaned up INFO system some more, added API to select categories, modified the printout function to print cleanly for...

Original commit message from CVS:
Cleaned up INFO system some more, added API to select categories, modified
the printout function to print cleanly for GST_INIT info (the default min)
and spew function:line debug_string [element] for everything else.
Eventually could make even that configurable easily enough, just check
against another bitmap instead of checking for == GST_INIT.

23 years agoFix some compile warnings
Wim Taymans [Sun, 31 Dec 2000 23:31:51 +0000 (23:31 +0000)]
Fix some compile warnings

Original commit message from CVS:
Fix some compile warnings

23 years agoAdded ability to use .glade file in cwd
Erik Walthinsen [Sun, 31 Dec 2000 22:49:50 +0000 (22:49 +0000)]
Added ability to use .glade file in cwd

Original commit message from CVS:
Added ability to use .glade file in cwd

23 years agoStarted work on better ghostpad management, and started to build the low- level EOS...
Erik Walthinsen [Sun, 31 Dec 2000 22:18:05 +0000 (22:18 +0000)]
Started work on better ghostpad management, and started to build the low- level EOS mechanism.

Original commit message from CVS:
Started work on better ghostpad management, and started to build the low-
level EOS mechanism.

Also removed a couple of printouts that aren't needed any more.

23 years agoAdded stdlib.h to clean up exit() warnings
Erik Walthinsen [Sun, 31 Dec 2000 22:15:28 +0000 (22:15 +0000)]
Added stdlib.h to clean up exit() warnings

Original commit message from CVS:
Added stdlib.h to clean up exit() warnings

23 years agoNew test programs.
Erik Walthinsen [Sun, 31 Dec 2000 22:14:06 +0000 (22:14 +0000)]
New test programs.

Original commit message from CVS:
New test programs.

23 years agoI'm too lazy to comment this
Erik Walthinsen [Sun, 31 Dec 2000 22:13:31 +0000 (22:13 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
*** empty log message ***

23 years agoConverted to a Makefile.am, fixed up the GstSrc thing, and removed a set to READY...
Erik Walthinsen [Sun, 31 Dec 2000 22:11:35 +0000 (22:11 +0000)]
Converted to a Makefile.am, fixed up the GstSrc thing, and removed a set to READY state before PLAYING that isn't nec...

Original commit message from CVS:
Converted to a Makefile.am, fixed up the GstSrc thing, and removed a set
to READY state before PLAYING that isn't necessary.

23 years agoVarious fixes to ensure that appropriate files are included in make dist.
Richard Boulton [Sun, 31 Dec 2000 17:32:46 +0000 (17:32 +0000)]
Various fixes to ensure that appropriate files are included in make dist.

Original commit message from CVS:
Various fixes to ensure that appropriate files are included in make dist.
Make dist now produces a nearly functioning distribution.

23 years agoUpdated the editor to use the capslist
Wim Taymans [Sun, 31 Dec 2000 17:32:16 +0000 (17:32 +0000)]
Updated the editor to use the capslist

Original commit message from CVS:
Updated the editor to use the capslist
Added change state in cdparanoia

23 years agoUpdated the docs
Wim Taymans [Sun, 31 Dec 2000 17:02:47 +0000 (17:02 +0000)]
Updated the docs

Original commit message from CVS:
Updated the docs
Updated gst/Makefile.am to add CFLAGS
Added test programs to tests/.cvsignore

23 years agoTest program for the pad factory
Wim Taymans [Sun, 31 Dec 2000 16:15:11 +0000 (16:15 +0000)]
Test program for the pad factory

Original commit message from CVS:
Test program for the pad factory

23 years agoAdded multiple caps to the pads
Wim Taymans [Sun, 31 Dec 2000 16:12:48 +0000 (16:12 +0000)]
Added multiple caps to the pads

Original commit message from CVS:
Added multiple caps to the pads
Extended the padfactory for the multiple caps
GstCaps now have a name so that future manipulations on them can be done by name
Updated the plugins for the new caps list

23 years agoAdd files in include to distributions.
Richard Boulton [Sun, 31 Dec 2000 16:07:04 +0000 (16:07 +0000)]
Add files in include to distributions.

Original commit message from CVS:
Add files in include to distributions.

23 years agoAdd gstpropsprivate.h to dist.
Richard Boulton [Sun, 31 Dec 2000 15:53:07 +0000 (15:53 +0000)]
Add gstpropsprivate.h to dist.

Original commit message from CVS:
Add gstpropsprivate.h to dist.

23 years agoAdd docs/fwg to DIST_SUBDIRS
Richard Boulton [Sun, 31 Dec 2000 15:19:12 +0000 (15:19 +0000)]
Add docs/fwg to DIST_SUBDIRS

Original commit message from CVS:
Add docs/fwg to DIST_SUBDIRS

23 years agoAdd docs/fwg/Makefile to things to be built.
Richard Boulton [Sun, 31 Dec 2000 15:18:08 +0000 (15:18 +0000)]
Add docs/fwg/Makefile to things to be built.

Original commit message from CVS:
Add docs/fwg/Makefile to things to be built.

23 years agoFix another bug in make install for fwg (complained becuase there were no pngs to...
Richard Boulton [Sun, 31 Dec 2000 14:22:59 +0000 (14:22 +0000)]
Fix another bug in make install for fwg (complained becuase there were no pngs to install).

Original commit message from CVS:
Fix another bug in make install for fwg (complained becuase there were no
pngs to install).
I should have got up more slowly today...

23 years agoFix .cvsignores
Richard Boulton [Sun, 31 Dec 2000 14:02:32 +0000 (14:02 +0000)]
Fix .cvsignores

Original commit message from CVS:
Fix .cvsignores

23 years agoFix bug in make install for manuals.
Richard Boulton [Sun, 31 Dec 2000 13:55:33 +0000 (13:55 +0000)]
Fix bug in make install for manuals.

Original commit message from CVS:
Fix bug in make install for manuals.
Added stuff to .cvsignore in fwg

23 years agoComplete rewrite of the launcher. Now supports pretty arbitrary pipelines.
Erik Walthinsen [Sun, 31 Dec 2000 10:46:16 +0000 (10:46 +0000)]
Complete rewrite of the launcher.  Now supports pretty arbitrary pipelines.

Original commit message from CVS:
Complete rewrite of the launcher.  Now supports pretty arbitrary pipelines.
Try '((fakesrc) ! identity ! (fakesink))' out.  Doesn't seem to recognize
pad names yet for some reason, so it goes with the first sink/src pad it
finds in a given element.  Other problems still remain, but the hard part
is done with.

23 years agoDisabled MMX optimized versions until they get fixed
Wim Taymans [Sat, 30 Dec 2000 19:37:48 +0000 (19:37 +0000)]
Disabled MMX optimized versions until they get fixed

Original commit message from CVS:
Disabled MMX optimized versions until they get fixed

23 years agoFixed autoplugging for avi
Wim Taymans [Sat, 30 Dec 2000 19:04:51 +0000 (19:04 +0000)]
Fixed autoplugging for avi

Original commit message from CVS:
Fixed autoplugging for avi
Fixed a bug in multiple typefind function loading: when a typefind is
requested for a mimetype, all plugins with a typefind function should be
loaded.

23 years agoFixed MPEG2 autoplugging
Wim Taymans [Sat, 30 Dec 2000 17:42:15 +0000 (17:42 +0000)]
Fixed MPEG2 autoplugging

Original commit message from CVS:
Fixed MPEG2 autoplugging
Added some more INFO to gstthread

23 years agoUpdated the makefile for new files
Wim Taymans [Sat, 30 Dec 2000 17:13:08 +0000 (17:13 +0000)]
Updated the makefile for new files

Original commit message from CVS:
Updated the makefile for new files

23 years agoDocs updates: remove sink, src, filter, connection added gstinfo to docs.
Wim Taymans [Sat, 30 Dec 2000 16:13:17 +0000 (16:13 +0000)]
Docs updates: remove sink, src, filter, connection added gstinfo to docs.

Original commit message from CVS:
Docs updates: remove sink, src, filter, connection
added gstinfo to docs.
Updated some core files for the docs
gsttypefind did not include gst_private
Added CFlags to Makefile.am in gst/elements

23 years agoAdded framework for writing filter writers guide.
Richard Boulton [Sat, 30 Dec 2000 15:36:24 +0000 (15:36 +0000)]
Added framework for writing filter writers guide.

Original commit message from CVS:
Added framework for writing filter writers guide.
Extracted much of the makefile from docs/manual into a shared file which
is included, so it can be re-used.

23 years agoFix a bug in manual/Makefile.am: bad shell script for make disting .ps files. Coupl...
Richard Boulton [Sat, 30 Dec 2000 14:46:09 +0000 (14:46 +0000)]
Fix a bug in manual/Makefile.am: bad shell script for make disting .ps files.   Couple of final fixes to libs/Makefil...

Original commit message from CVS:
Fix a bug in manual/Makefile.am: bad shell script for make disting .ps
files.   Couple of final fixes to libs/Makefile.am, too.
Add a few things to cvsignores.

23 years agoMakefile cleaned muchly - make should now cause gstreamer-libs docs to be created...
Richard Boulton [Sat, 30 Dec 2000 13:54:43 +0000 (13:54 +0000)]
Makefile cleaned muchly - make should now cause gstreamer-libs docs to be created.  Make dist may work too - untested...

Original commit message from CVS:
Makefile cleaned muchly - make should now cause gstreamer-libs docs to be
created.  Make dist may work too - untested.  No longer store tmpls in
CVS, either.
Only thing missing is make dependencies on the source files used to extract
the docs.

23 years agoRemove template files from CVS: they're autogenerated better.
Richard Boulton [Sat, 30 Dec 2000 13:14:09 +0000 (13:14 +0000)]
Remove template files from CVS: they're autogenerated better.

Original commit message from CVS:
Remove template files from CVS: they're autogenerated better.

23 years agoMakefile can now be used for a different manual by simply changing the initial variables
Richard Boulton [Sat, 30 Dec 2000 05:05:07 +0000 (05:05 +0000)]
Makefile can now be used for a different manual by simply changing the initial variables

Original commit message from CVS:
Makefile can now be used for a different manual by simply changing the
initial variables

23 years agoRemove old directories and files
Richard Boulton [Sat, 30 Dec 2000 04:40:07 +0000 (04:40 +0000)]
Remove old directories and files

Original commit message from CVS:
Remove old directories and files

23 years agoMisc tweaks to makefile for manual. Moved .figs into same directory so we can have...
Richard Boulton [Sat, 30 Dec 2000 04:36:40 +0000 (04:36 +0000)]
Misc tweaks to makefile for manual.  Moved .figs into same directory so we can have them built appropriately without ...

Original commit message from CVS:
Misc tweaks to makefile for manual.  Moved .figs into same directory so
we can have them built appropriately without having to hack makefiles
horribly.  Nearly have a core makefile which can be reused for other
manuals.

23 years agoScaled down the eps images to half their size
Wim Taymans [Sat, 30 Dec 2000 03:28:29 +0000 (03:28 +0000)]
Scaled down the eps images to half their size

Original commit message from CVS:
Scaled down the eps images to half their size

23 years agoAdded some INFO in gstelements
Wim Taymans [Sat, 30 Dec 2000 02:47:11 +0000 (02:47 +0000)]
Added some INFO in gstelements

Original commit message from CVS:
Added some INFO in gstelements
Reverted pad names in gstfakesrc back to what they were

23 years agoUpdated more files to use INFO.
Erik Walthinsen [Sat, 30 Dec 2000 02:41:15 +0000 (02:41 +0000)]
Updated more files to use INFO.

Original commit message from CVS:
Updated more files to use INFO.

23 years agoMinor neaten to makefile.
Richard Boulton [Sat, 30 Dec 2000 02:25:05 +0000 (02:25 +0000)]
Minor neaten to makefile.

Original commit message from CVS:
Minor neaten to makefile.

23 years agoConvert GstSrc's to GstElements.
Richard Boulton [Sat, 30 Dec 2000 01:53:05 +0000 (01:53 +0000)]
Convert GstSrc's to GstElements.

Original commit message from CVS:
Convert GstSrc's to GstElements.

23 years agoAdded configure test for liblame.
Richard Boulton [Sat, 30 Dec 2000 01:06:19 +0000 (01:06 +0000)]
Added configure test for liblame.

Original commit message from CVS:
Added configure test for liblame.

23 years agoAdd configure tests for cdparanoia
Richard Boulton [Sat, 30 Dec 2000 00:46:17 +0000 (00:46 +0000)]
Add configure tests for cdparanoia

Original commit message from CVS:
Add configure tests for cdparanoia

23 years agoFix a couple of MMX issues.
Richard Boulton [Fri, 29 Dec 2000 21:56:20 +0000 (21:56 +0000)]
Fix a couple of MMX issues.

Original commit message from CVS:
Fix a couple of MMX issues.

23 years agoInclude libgst.la when linking gbtest so it compiles.
Richard Boulton [Fri, 29 Dec 2000 21:50:18 +0000 (21:50 +0000)]
Include libgst.la when linking gbtest so it compiles.

Original commit message from CVS:
Include libgst.la when linking gbtest so it compiles.

23 years agoFixed buffer flag handling gstplay used old flag handling updated some plugins for...
Wim Taymans [Fri, 29 Dec 2000 19:45:45 +0000 (19:45 +0000)]
Fixed buffer flag handling gstplay used old flag handling updated some plugins for the new objects/error handling

Original commit message from CVS:
Fixed buffer flag handling
gstplay used old flag handling
updated some plugins for the new objects/error handling
Fixed a serious buffer error in gst_buffer_append

23 years agoUpdated some test programs
Wim Taymans [Fri, 29 Dec 2000 18:31:06 +0000 (18:31 +0000)]
Updated some test programs

Original commit message from CVS:
Updated some test programs

23 years agoFixed a serious bug in gst_props_new: properties with a 0 value causes a segfault
Wim Taymans [Fri, 29 Dec 2000 18:23:41 +0000 (18:23 +0000)]
Fixed a serious bug in gst_props_new: properties with a 0 value causes a segfault

Original commit message from CVS:
Fixed a serious bug in gst_props_new: properties with a 0 value causes
a segfault
Fixed a possible bug in gstautoplug when one of the constructed paths
was empty
Commented out a too liberal assert in gstscheduler.c
Added GST_BUFFER_DISCONTINUOUS
tried to fix asyndisksrc

23 years agoAdded DEBUG, INFO, and ERROR systems. Very little code is converted yet.
Erik Walthinsen [Fri, 29 Dec 2000 10:02:17 +0000 (10:02 +0000)]
Added DEBUG, INFO, and ERROR systems.  Very little code is converted yet.

Original commit message from CVS:
Added DEBUG, INFO, and ERROR systems.  Very little code is converted yet.
Policy decisions need to be made as to what kinds of cases get what kind
of response, and what the default ERROR response should be.  Right now it
will print out all the information, then have gdb spew a stack trace.

23 years agoUpdated copyright notices.
Erik Walthinsen [Fri, 29 Dec 2000 05:38:06 +0000 (05:38 +0000)]
Updated copyright notices.

Original commit message from CVS:
Updated copyright notices.

23 years agoAdd the pipeline to the thread after autoplugging.
Wim Taymans [Fri, 29 Dec 2000 04:36:54 +0000 (04:36 +0000)]
Add the pipeline to the thread after autoplugging.

Original commit message from CVS:
Add the pipeline to the thread after autoplugging.

23 years agoAdded a missing file...
Wim Taymans [Fri, 29 Dec 2000 03:05:47 +0000 (03:05 +0000)]
Added a missing file...

Original commit message from CVS:
Added a missing file...

23 years agoReparented everything to GstElement, removing GstSrc, GstSink, GstFilter, and GstConn...
Erik Walthinsen [Fri, 29 Dec 2000 02:28:04 +0000 (02:28 +0000)]
Reparented everything to GstElement, removing GstSrc, GstSink, GstFilter, and GstConnection.  Also fixed a bug in gst...

Original commit message from CVS:
Reparented everything to GstElement, removing GstSrc, GstSink, GstFilter,
and GstConnection.  Also fixed a bug in gst_bin_iterate_func.

23 years agomissed one file for copyright
Erik Walthinsen [Thu, 28 Dec 2000 22:13:35 +0000 (22:13 +0000)]
missed one file for copyright

Original commit message from CVS:
missed one file for copyright

23 years agoUpdated copyright in all the libgst files.
Erik Walthinsen [Thu, 28 Dec 2000 22:12:02 +0000 (22:12 +0000)]
Updated copyright in all the libgst files.

Original commit message from CVS:
Updated copyright in all the libgst files.
Created gst_private.h, set up all files to use it.

23 years agoUpdated the API docs.
Wim Taymans [Thu, 28 Dec 2000 21:42:23 +0000 (21:42 +0000)]
Updated the API docs.

Original commit message from CVS:
Updated the API docs.

23 years agoremoved some dead pad_pull/push code
Erik Walthinsen [Thu, 28 Dec 2000 21:12:40 +0000 (21:12 +0000)]
removed some dead pad_pull/push code

Original commit message from CVS:
removed some dead pad_pull/push code

23 years agoPending editor changes. fixes for autoplug of elementary MPEG1 video streams make...
Wim Taymans [Thu, 28 Dec 2000 02:51:07 +0000 (02:51 +0000)]
Pending editor changes. fixes for autoplug of elementary MPEG1 video streams make sure mp3 types get compiled videosi...

Original commit message from CVS:
Pending editor changes.
fixes for autoplug of elementary MPEG1 video streams
make sure mp3 types get compiled
videosink changes for xml loading

23 years agoFixes for the new scheduler.
Wim Taymans [Thu, 28 Dec 2000 00:18:26 +0000 (00:18 +0000)]
Fixes for the new scheduler.

Original commit message from CVS:
Fixes for the new scheduler.
Autoplug works again with mp3/mpeg1/ogg

23 years agoAdded some cleanup, so create_plan can be called multiple times.
Erik Walthinsen [Wed, 27 Dec 2000 23:42:15 +0000 (23:42 +0000)]
Added some cleanup, so create_plan can be called multiple times.

Original commit message from CVS:
Added some cleanup, so create_plan can be called multiple times.

23 years agoUpdates for the gst_pad_push changes
Wim Taymans [Wed, 27 Dec 2000 22:39:45 +0000 (22:39 +0000)]
Updates for the gst_pad_push changes

Original commit message from CVS:
Updates for the gst_pad_push changes

23 years agoAdded loop_based option
Wim Taymans [Wed, 27 Dec 2000 04:16:01 +0000 (04:16 +0000)]
Added loop_based option

Original commit message from CVS:
Added loop_based option
Added multiple pad output

23 years agoMostly minor little changes, but two interesting things: 1) removed a pthread_join...
Erik Walthinsen [Wed, 27 Dec 2000 03:13:20 +0000 (03:13 +0000)]
Mostly minor little changes, but two interesting things: 1) removed a pthread_join from the gst_thread_main_loop.  co...

Original commit message from CVS:
Mostly minor little changes, but two interesting things:

1) removed a pthread_join from the gst_thread_main_loop.  commented out
because the thread isn't supposed to run pthread_join, the main process is.

2) Fixed a major bug with cothreads in threads.  Had to add MAP_FIXED to
the mmap() of the cothread stack.  Presumably the gilbc that ships with
redhat 7.0 now places these mmap requests somewhat randomly.  Since they
*must* be exactly where we expect them, it was failing.  MAP_FIXED forces
it to put it where we say.

23 years agoAdded code to attempt the scheduling of chained cases. Very simply right now. Also...
Erik Walthinsen [Wed, 27 Dec 2000 00:46:26 +0000 (00:46 +0000)]
Added code to attempt the scheduling of chained cases.  Very simply right now.  Also added code to allow the use_coth...

Original commit message from CVS:
Added code to attempt the scheduling of chained cases.  Very simply right
now.  Also added code to allow the use_cothread flag of a bin to force all
the chains to use cothreads as well.

23 years agoadded case4
Erik Walthinsen [Wed, 27 Dec 2000 00:01:27 +0000 (00:01 +0000)]
added case4

Original commit message from CVS:
added case4

23 years agoMore massive changes to the scheduling system. Moved the scheduling code to gstsched...
Erik Walthinsen [Tue, 26 Dec 2000 23:51:04 +0000 (23:51 +0000)]
More massive changes to the scheduling system.  Moved the scheduling code to gstscheduler.[ch], so an child bin can r...

Original commit message from CVS:
More massive changes to the scheduling system.  Moved the scheduling code
to gstscheduler.[ch], so an child bin can replace the scheduler.
Introduced the concept of chains, which are subsets of the list of managed
elements for a given manager bin, which get scheduled as separate entities.
gst_bin_iterate_func should be pretty much fixed now, the scheduling code
gets to do all the hard work.

Cothreaded case work in the couple tests I've tried, chained is next.

23 years agoChanged "bin" to "thread" in get_thread_new.
Erik Walthinsen [Tue, 26 Dec 2000 20:49:46 +0000 (20:49 +0000)]
Changed "bin" to "thread" in get_thread_new.

Original commit message from CVS:
Changed "bin" to "thread" in get_thread_new.

23 years agoThis file will contain several use cases to reason through
Wim Taymans [Tue, 26 Dec 2000 20:24:47 +0000 (20:24 +0000)]
This file will contain several use cases to reason through

Original commit message from CVS:
This file will contain several use cases to reason through

23 years agoLots of editor changes:
Wim Taymans [Mon, 25 Dec 2000 01:33:06 +0000 (01:33 +0000)]
Lots of editor changes:

Original commit message from CVS:
Lots of editor changes:
- restucturing of object creation
- loading of xml files
- visual eye candy: color changes on mouseover
- active object is indicated
- property box changes for boolean and enum types
- property box: create properties per element
- show pads/caps in propertybox
added gst_util_get_bool_arg in gstutils.c
added default properties for audiosink

23 years agoAdded handoff signals to fakesrc and fakesink
Wim Taymans [Sat, 23 Dec 2000 03:17:52 +0000 (03:17 +0000)]
Added handoff signals to fakesrc and fakesink

Original commit message from CVS:
Added handoff signals to fakesrc and fakesink
Added scheduling property to identity
Added GST_STATE_TRANSITION macro to check for state changes.
Modified gstbin and gstthread to the new state change macros

23 years agoFixed a bug in gstbin.c the manager was not detected.
Wim Taymans [Fri, 22 Dec 2000 23:23:10 +0000 (23:23 +0000)]
Fixed a bug in gstbin.c the manager was not detected.

Original commit message from CVS:
Fixed a bug in gstbin.c the manager was not detected.
Some other testcases
bin, thread, pipeline use the elementfactory on gst_*_new

23 years agoImplemented some test cases... they all fail :-(
Wim Taymans [Fri, 22 Dec 2000 16:14:33 +0000 (16:14 +0000)]
Implemented some test cases... they all fail :-(

Original commit message from CVS:
Implemented some test cases... they all fail :-(
Added a flag to identity to for loop_based behaviour.
Added a signal to fakesink when a buffer is consumed.

23 years agoMore testcases
Wim Taymans [Thu, 21 Dec 2000 20:21:19 +0000 (20:21 +0000)]
More testcases

Original commit message from CVS:
More testcases

23 years ago70+ testcases to start with
Wim Taymans [Thu, 21 Dec 2000 19:53:56 +0000 (19:53 +0000)]
70+ testcases to start with

Original commit message from CVS:
70+ testcases to start with

23 years agoSome fixes to the non-chained case, it works in a very basic way. More use cases...
Erik Walthinsen [Thu, 21 Dec 2000 07:10:28 +0000 (07:10 +0000)]
Some fixes to the non-chained case, it works in a very basic way.  More use cases will hopefully provide some sanity.

Original commit message from CVS:
Some fixes to the non-chained case, it works in a very basic way.  More use
cases will hopefully provide some sanity.