platform/upstream/gstreamer.git
22 years agobufferpool changes (next commit will update plugins)
Andy Wingo [Mon, 27 Aug 2001 04:19:58 +0000 (04:19 +0000)]
bufferpool changes (next commit will update plugins)

Original commit message from CVS:
bufferpool changes (next commit will update plugins)

22 years agochanged speed to be loop-based, work with floats as well as gint8 and gint16, mono...
Andy Wingo [Sat, 25 Aug 2001 02:19:20 +0000 (02:19 +0000)]
changed speed to be loop-based, work with floats as well as gint8 and gint16, mono only now though added speed demo a...

Original commit message from CVS:
* changed speed to be loop-based, work with floats as well as gint8 and gint16,
mono only now though
* added speed demo app in the test directory. try it, it's really neat.
* fixed minor bugs in passthrough and gstaudio.h. don't worry, it does build ;)

22 years agodefines needed for passthrough and its filterstamped descendants (just speed and...
Andy Wingo [Fri, 24 Aug 2001 05:26:39 +0000 (05:26 +0000)]
defines needed for passthrough and its filterstamped descendants (just speed and volume for now)

Original commit message from CVS:
defines needed for passthrough and its filterstamped descendants (just speed and
volume for now)

22 years agoChanged "size" to "filesize".
Erik Walthinsen [Wed, 22 Aug 2001 21:47:51 +0000 (21:47 +0000)]
Changed "size" to "filesize".

Original commit message from CVS:
Changed "size" to "filesize".

22 years agoUpdated the event system to use event,timestamp,data instead of a pointer.
Erik Walthinsen [Wed, 22 Aug 2001 21:45:25 +0000 (21:45 +0000)]
Updated the event system to use event,timestamp,data instead of a pointer.

Original commit message from CVS:
Updated the event system to use event,timestamp,data instead of a pointer.
Updated elements to use the event system correctly.
Changed "size" to "filesize" in disksrc.

22 years agoadded timecache testing code
Erik Walthinsen [Wed, 22 Aug 2001 21:00:19 +0000 (21:00 +0000)]
added timecache testing code

Original commit message from CVS:
added timecache testing code

22 years agoadded the FUNC accessors and moved _append proto
Erik Walthinsen [Wed, 22 Aug 2001 20:52:34 +0000 (20:52 +0000)]
added the FUNC accessors and moved _append proto

Original commit message from CVS:
added the FUNC accessors and moved _append proto

22 years agoRemoved a bunch of double #defines
Wim Taymans [Wed, 22 Aug 2001 20:49:47 +0000 (20:49 +0000)]
Removed a bunch of double #defines

Original commit message from CVS:
Removed a bunch of double #defines

22 years agoadded more properties, added a 'touch' feature
Erik Walthinsen [Wed, 22 Aug 2001 19:54:08 +0000 (19:54 +0000)]
added more properties, added a 'touch' feature

Original commit message from CVS:
updated filesrc to gobject (oops), added more properties, added a 'touch' feature

22 years agoadded some shims for GValue get/set (compiles but not tested)
Steve Baker [Wed, 22 Aug 2001 19:40:05 +0000 (19:40 +0000)]
added some shims for GValue get/set (compiles but not tested)

Original commit message from CVS:
added some shims for GValue get/set (compiles but not tested)

22 years agoadded #include <string.h>
Steve Baker [Wed, 22 Aug 2001 19:39:02 +0000 (19:39 +0000)]
added #include <string.h>

Original commit message from CVS:
added #include <string.h>

22 years agoadded GST_BUFFER_FREE_FUNC since it didn't seem to be in there and building failed
Thomas Vander Stichele [Wed, 22 Aug 2001 13:47:18 +0000 (13:47 +0000)]
added GST_BUFFER_FREE_FUNC since it didn't seem to be in there and building failed

Original commit message from CVS:
added GST_BUFFER_FREE_FUNC since it didn't seem to be in there and
building failed

22 years agoadded new gstfilesrc to replace disksrc eventually
Erik Walthinsen [Wed, 22 Aug 2001 04:30:27 +0000 (04:30 +0000)]
added new gstfilesrc to replace disksrc eventually

Original commit message from CVS:
added new gstfilesrc to replace disksrc eventually

22 years agoLots of modifications to the plugin system.
Wim Taymans [Tue, 21 Aug 2001 20:16:48 +0000 (20:16 +0000)]
Lots of modifications to the plugin system.

Original commit message from CVS:
Lots of modifications to the plugin system.
- Added a GstPluginfeature object that serves as a base class for all
plugin contents.
- changed the plugin API, everyhting is now added with
gst_plugin_add_feature
- typefactories are named now so that they can be located easily and filled
in at plugin load.
- mime types like "video/raw image/raw" are gone for now.
- lots of plugin updates (style and API changes)
- tested with an without registry.
- updates to various tools.
- added a little testsuite to test/show how you can load plugins (4 modes)

Test this one, Almost everything has changed :-)

22 years agoadded more INFO lines to elementfactory_make to make debugging missing plugins easier
Erik Walthinsen [Tue, 21 Aug 2001 19:30:45 +0000 (19:30 +0000)]
added more INFO lines to elementfactory_make to make debugging missing plugins easier

Original commit message from CVS:
added more INFO lines to elementfactory_make to make debugging missing plugins easier

22 years agoFixed an endianness bug in the debug message.
Wim Taymans [Thu, 16 Aug 2001 23:20:53 +0000 (23:20 +0000)]
Fixed an endianness bug in the debug message.

Original commit message from CVS:
Fixed an endianness bug in the debug message.

22 years agoMore endianness fixes.
Wim Taymans [Thu, 16 Aug 2001 22:59:42 +0000 (22:59 +0000)]
More endianness fixes.

Original commit message from CVS:
More endianness fixes.

22 years agoRemove attempt to generate swig Makefiles.
David I. Lehn [Thu, 16 Aug 2001 20:31:49 +0000 (20:31 +0000)]
Remove attempt to generate swig Makefiles.

Original commit message from CVS:
Remove attempt to generate swig Makefiles.

22 years ago- added a ChangeLog generated with cvs2cl, easier to read than 'cvs log'
Bastien Nocera [Thu, 16 Aug 2001 14:46:44 +0000 (14:46 +0000)]
- added a ChangeLog generated with cvs2cl, easier to read than 'cvs log'

Original commit message from CVS:
- added a ChangeLog generated with cvs2cl, easier to read than 'cvs log'

22 years agoAdded hacky check to make sure we have video to fullscreen, will be removed when...
Arik Devens [Wed, 15 Aug 2001 22:43:09 +0000 (22:43 +0000)]
Added hacky check to make sure we have video to fullscreen, will be removed when the new libgstplay lands.

Original commit message from CVS:
Added hacky check to make sure we have video to fullscreen, will be removed when the new libgstplay lands.

22 years agoAdded a bunch of new stuff including better fullscreen handling and some new playlist...
Arik Devens [Wed, 15 Aug 2001 22:32:30 +0000 (22:32 +0000)]
Added a bunch of new stuff including better fullscreen handling and some new playlist stuff that's not hooked up yet.

Original commit message from CVS:
Added a bunch of new stuff including better fullscreen handling and some new playlist stuff that's not hooked up yet.

22 years agoremoved this from gstreamer core please check out the gst-bind module and pick up...
Thomas Vander Stichele [Tue, 14 Aug 2001 21:09:44 +0000 (21:09 +0000)]
removed this from gstreamer core please check out the gst-bind module and pick up from there

Original commit message from CVS:
removed this from gstreamer core
please check out the gst-bind module and pick up from there

22 years agochanged this to work for gst-bind if anyone gets into problems with this then let...
Thomas Vander Stichele [Tue, 14 Aug 2001 19:13:09 +0000 (19:13 +0000)]
changed this to work for gst-bind if anyone gets into problems with this then let me know and we'll fix it together ;)

Original commit message from CVS:
changed this to work for gst-bind
if anyone gets into problems with this then let me know and we'll fix it
together ;)

22 years agosync gobject2gtk with paranormal
Jamie Gennis [Tue, 14 Aug 2001 04:11:32 +0000 (04:11 +0000)]
sync gobject2gtk with paranormal

Original commit message from CVS:
sync gobject2gtk with paranormal

22 years agoYou'll need this one as well
Thomas Vander Stichele [Mon, 13 Aug 2001 20:42:48 +0000 (20:42 +0000)]
You'll need this one as well

Original commit message from CVS:
You'll need this one as well

22 years agofirst working version of helloworld in perl no eos signal callback yet some wrapper...
Thomas Vander Stichele [Mon, 13 Aug 2001 20:42:20 +0000 (20:42 +0000)]
first working version of helloworld in perl no eos signal callback yet some wrapper functions

Original commit message from CVS:
first working version of helloworld in perl
no eos signal callback yet
some wrapper functions

22 years agoadded first pass at the GstTimeCache
Erik Walthinsen [Mon, 13 Aug 2001 20:19:34 +0000 (20:19 +0000)]
added first pass at the GstTimeCache

Original commit message from CVS:
added first pass at the GstTimeCache

22 years agomessy hack to make sure libgst.la builds properly (FIXME!)
Erik Walthinsen [Mon, 13 Aug 2001 19:03:58 +0000 (19:03 +0000)]
messy hack to make sure libgst.la builds properly (FIXME!)

Original commit message from CVS:
messy hack to make sure libgst.la builds properly (FIXME!)

22 years agosync with the current CVS glib API
Steve Baker [Mon, 13 Aug 2001 19:00:13 +0000 (19:00 +0000)]
sync with the current CVS glib API

Original commit message from CVS:
sync with the current CVS glib API

22 years agoAdded libgst.la to the global LDFLAGS, so all plugins link against it.
Erik Walthinsen [Mon, 13 Aug 2001 18:48:48 +0000 (18:48 +0000)]
Added libgst.la to the global LDFLAGS, so all plugins link against it.

Original commit message from CVS:
Added libgst.la to the global LDFLAGS, so all plugins link against it.
This should help solve problems with bindings and dynamic loading of libgst.

22 years agosmall test script
Thomas Vander Stichele [Mon, 13 Aug 2001 14:45:28 +0000 (14:45 +0000)]
small test script

Original commit message from CVS:
small test script

22 years agoadded info trace as well
Thomas Vander Stichele [Mon, 13 Aug 2001 14:45:01 +0000 (14:45 +0000)]
added info trace as well

Original commit message from CVS:
added info trace as well

22 years agoadded temporary bootstrap script before integrating it into a makefile
Thomas Vander Stichele [Mon, 13 Aug 2001 13:53:52 +0000 (13:53 +0000)]
added temporary bootstrap script before integrating it into a makefile

Original commit message from CVS:
added temporary bootstrap script before integrating it into a makefile

22 years agoadded swig/Makefile.PL
Thomas Vander Stichele [Mon, 13 Aug 2001 13:52:55 +0000 (13:52 +0000)]
added swig/Makefile.PL

Original commit message from CVS:
added swig/Makefile.PL

22 years agowrap up some necessary gstreamer functions in functions of our own
Thomas Vander Stichele [Mon, 13 Aug 2001 13:47:04 +0000 (13:47 +0000)]
wrap up some necessary gstreamer functions in functions of our own

Original commit message from CVS:
wrap up some necessary gstreamer functions in functions of our own

22 years agotaking a first stab at swigging gstreamer for perl
Thomas Vander Stichele [Mon, 13 Aug 2001 13:46:21 +0000 (13:46 +0000)]
taking a first stab at swigging gstreamer for perl

Original commit message from CVS:
taking a first stab at swigging gstreamer for perl

22 years agoadded more exes
Steve Baker [Sun, 12 Aug 2001 10:09:01 +0000 (10:09 +0000)]
added more exes

Original commit message from CVS:
added more exes

22 years agodoc update
Steve Baker [Sun, 12 Aug 2001 09:48:41 +0000 (09:48 +0000)]
doc update

Original commit message from CVS:
doc update

22 years agofixed stupid bug in buffer_span()
Erik Walthinsen [Sat, 11 Aug 2001 22:04:48 +0000 (22:04 +0000)]
fixed stupid bug in buffer_span()

Original commit message from CVS:
fixed stupid bug in buffer_span()

22 years ago- changed timestamps to gint64 (*signed* 64-bit)
Erik Walthinsen [Sat, 11 Aug 2001 08:25:05 +0000 (08:25 +0000)]
- changed timestamps to gint64 (*signed* 64-bit)

Original commit message from CVS:
- changed timestamps to gint64 (*signed* 64-bit)
- updated buf->offset handling to deal with the -1 (0xffffffff) case
- added gst_buffer_span() and gst_buffer_merge (see -devel for details)

22 years agommap returns MAP_FAILED in case of an error, also do a perror in case of a failure.
Wim Taymans [Fri, 10 Aug 2001 21:36:57 +0000 (21:36 +0000)]
mmap returns MAP_FAILED in case of an error, also do a perror in case of a failure.

Original commit message from CVS:
mmap returns MAP_FAILED in case of an error, also do a perror in case of a
failure.

22 years agoAdded some test apps by Zeenix.
Wim Taymans [Fri, 10 Aug 2001 17:45:36 +0000 (17:45 +0000)]
Added some test apps by Zeenix.

Original commit message from CVS:
Added some test apps by Zeenix.

22 years agoFixes to various plugins.
Wim Taymans [Fri, 10 Aug 2001 17:40:34 +0000 (17:40 +0000)]
Fixes to various plugins.

Original commit message from CVS:
Fixes to various plugins.
Removed the eos/qos calls in favour of the soon to be event system.
Added a test app to test element reuse (doesn't work)

22 years agoRemoved the old eos and qos functions.
Wim Taymans [Fri, 10 Aug 2001 17:34:59 +0000 (17:34 +0000)]
Removed the old eos and qos functions.

Original commit message from CVS:
Removed the old eos and qos functions.
Removed the functions from the elements.

22 years agoadded an exe
Steve Baker [Fri, 10 Aug 2001 17:02:34 +0000 (17:02 +0000)]
added an exe

Original commit message from CVS:
added an exe

22 years agohide new tests
Steve Baker [Fri, 10 Aug 2001 16:36:48 +0000 (16:36 +0000)]
hide new tests

Original commit message from CVS:
hide new tests

22 years agoremoved libs/colorscpace again
Thomas Vander Stichele [Tue, 7 Aug 2001 16:14:14 +0000 (16:14 +0000)]
removed libs/colorscpace again

Original commit message from CVS:
removed libs/colorscpace again

22 years agodo FLAC lib check against main function
Thomas Vander Stichele [Tue, 7 Aug 2001 16:08:14 +0000 (16:08 +0000)]
do FLAC lib check against main function

Original commit message from CVS:
do FLAC lib check against main function

22 years agochanged HAVE_FLAC to HAVE_FLACLIB
Thomas Vander Stichele [Tue, 7 Aug 2001 16:06:47 +0000 (16:06 +0000)]
changed HAVE_FLAC to HAVE_FLACLIB

Original commit message from CVS:
changed HAVE_FLAC to HAVE_FLACLIB

22 years agoadded a few dnl'd AC_CONDITIONAL's to show a bug for HAVE_FLAC look for thomas in...
Thomas Vander Stichele [Tue, 7 Aug 2001 14:46:41 +0000 (14:46 +0000)]
added a few dnl'd AC_CONDITIONAL's to show a bug for HAVE_FLAC look for thomas in the file

Original commit message from CVS:
added a few dnl'd AC_CONDITIONAL's to show a bug for HAVE_FLAC
look for thomas in the file

22 years agoFixed the padtemplate definition.
Wim Taymans [Mon, 6 Aug 2001 22:16:37 +0000 (22:16 +0000)]
Fixed the padtemplate definition.

Original commit message from CVS:
Fixed the padtemplate definition.

22 years agoadded gstevent.h
Erik Walthinsen [Mon, 6 Aug 2001 20:40:45 +0000 (20:40 +0000)]
added gstevent.h

Original commit message from CVS:
added gstevent.h

22 years agoInitial code for the event system.
Erik Walthinsen [Mon, 6 Aug 2001 20:37:21 +0000 (20:37 +0000)]
Initial code for the event system.

Original commit message from CVS:
Initial code for the event system.

22 years agoAdded a missing UNLOCK macro.
Wim Taymans [Mon, 6 Aug 2001 19:52:27 +0000 (19:52 +0000)]
Added a missing UNLOCK macro.

Original commit message from CVS:
Added a missing UNLOCK macro.

22 years ago- Change from == to = since == only works with GNU test and not the version of test...
Christian Schaller [Mon, 6 Aug 2001 16:46:05 +0000 (16:46 +0000)]
- Change from == to = since == only works with GNU test and not the version of test shipping with Solaris (and probab...

Original commit message from CVS:
2001-06-08 Christian Schaller <Uraeus@linuxrising.org>
- Change from == to = since == only works with GNU test and
not the version of test shipping with Solaris (and probably other Unices)
- Once again a ordinary user has to teach hackers to hack :)

22 years agomoved the object-model headers back to _HDR where they belong
Erik Walthinsen [Fri, 3 Aug 2001 00:08:12 +0000 (00:08 +0000)]
moved the object-model headers back to _HDR where they belong

Original commit message from CVS:
moved the object-model headers back to _HDR where they belong

22 years ago- revert location of gstreamer.pc
Bastien Nocera [Thu, 2 Aug 2001 23:55:11 +0000 (23:55 +0000)]
- revert location of gstreamer.pc

Original commit message from CVS:
- revert location of gstreamer.pc

22 years ago- install gstreamer.pc to the right place under $(prefix)/share/pkconfig
Bastien Nocera [Thu, 2 Aug 2001 23:50:00 +0000 (23:50 +0000)]
- install gstreamer.pc to the right place under $(prefix)/share/pkconfig

Original commit message from CVS:
- install gstreamer.pc to the right place under $(prefix)/share/pkconfig

22 years agoAdded a missing state change switch.
Wim Taymans [Tue, 31 Jul 2001 20:57:58 +0000 (20:57 +0000)]
Added a missing state change switch.

Original commit message from CVS:
Added a missing state change switch.
Uncommented a big FIXME that was needed after all.
Stop now works.

22 years agoChanges pcbuilddir to pc_top_builddir
Wim Taymans [Mon, 30 Jul 2001 17:50:06 +0000 (17:50 +0000)]
Changes pcbuilddir to pc_top_builddir

Original commit message from CVS:
Changes pcbuilddir to pc_top_builddir

22 years agoAdded a simple thread state change app.
Wim Taymans [Fri, 27 Jul 2001 17:12:46 +0000 (17:12 +0000)]
Added a simple thread state change app.

Original commit message from CVS:
Added a simple thread state change app.

22 years agocompile fix for glib2
Steve Baker [Fri, 27 Jul 2001 16:35:27 +0000 (16:35 +0000)]
compile fix for glib2

Original commit message from CVS:
compile fix for glib2

22 years agocompile fix when atomic refcounting is not available
Steve Baker [Fri, 27 Jul 2001 13:12:13 +0000 (13:12 +0000)]
compile fix when atomic refcounting is not available

Original commit message from CVS:
compile fix when atomic refcounting is not available

22 years agoAdded signal output and object hierarchy output.
Wim Taymans [Wed, 25 Jul 2001 21:40:42 +0000 (21:40 +0000)]
Added signal output and object hierarchy output.

Original commit message from CVS:
Added signal output and object hierarchy output.

22 years agoAdded shims for signal introspections and g_type_parent
Wim Taymans [Wed, 25 Jul 2001 21:40:03 +0000 (21:40 +0000)]
Added shims for signal introspections and g_type_parent

Original commit message from CVS:
Added shims for signal introspections and g_type_parent

22 years agoFixed issue where AC_CHECK_LIB was polluting LIBS with -lxml.
Andy Wingo [Wed, 25 Jul 2001 20:49:58 +0000 (20:49 +0000)]
Fixed issue where AC_CHECK_LIB was polluting LIBS with -lxml.

Original commit message from CVS:
Fixed issue where AC_CHECK_LIB was polluting LIBS with -lxml.

22 years ago- Put README contents into man page and fixed the Groff enconding (or whatever it...
Christian Schaller [Tue, 24 Jul 2001 20:05:27 +0000 (20:05 +0000)]
- Put README contents into man page and fixed the Groff enconding (or whatever it is called.)

Original commit message from CVS:
2001-23-07 Christian Schaller <Uraeus@linuxrising.org>
- Put README contents into man page and fixed the Groff enconding (or whatever it is called.)

22 years agoReverted to the old g_idle loop. too many problems with xvideosink and the GtkWindow...
Wim Taymans [Mon, 23 Jul 2001 00:57:06 +0000 (00:57 +0000)]
Reverted to the old g_idle loop. too many problems with xvideosink and the GtkWindow when we don't have an idle loop..

Original commit message from CVS:
Reverted to the old g_idle loop. too many problems with xvideosink and
the GtkWindow when we don't have an idle loop..

22 years agoSome basic deb building rules
David I. Lehn [Fri, 20 Jul 2001 22:08:53 +0000 (22:08 +0000)]
Some basic deb building rules

Original commit message from CVS:
Some basic deb building rules

22 years agocosmetic stuff, -O3 does inline-functions
David I. Lehn [Fri, 20 Jul 2001 22:08:01 +0000 (22:08 +0000)]
cosmetic stuff, -O3 does inline-functions

Original commit message from CVS:
cosmetic stuff, -O3 does inline-functions

22 years agoRemoved some stuff from the makefile until it stopped complaining when building debs...
Wim Taymans [Fri, 20 Jul 2001 21:26:34 +0000 (21:26 +0000)]
Removed some stuff from the makefile until it stopped complaining when building debs...

Original commit message from CVS:
Removed some stuff from the makefile until it stopped complaining when
building debs...

22 years agoremove Gtk classes from Gst hierarchy
David I. Lehn [Fri, 20 Jul 2001 06:54:43 +0000 (06:54 +0000)]
remove Gtk classes from Gst hierarchy

Original commit message from CVS:
remove Gtk classes from Gst hierarchy

22 years agonot used anymore
David I. Lehn [Fri, 20 Jul 2001 06:53:16 +0000 (06:53 +0000)]
not used anymore

Original commit message from CVS:
not used anymore

22 years agoUpdate to Debian packaging files to 0.2.1-2
David I. Lehn [Fri, 20 Jul 2001 06:52:18 +0000 (06:52 +0000)]
Update to Debian packaging files to 0.2.1-2

Original commit message from CVS:
Update to Debian packaging files to 0.2.1-2

22 years agoSort out some remaining bits of fwg which weren't valid sgml.
Richard Boulton [Wed, 18 Jul 2001 22:38:22 +0000 (22:38 +0000)]
Sort out some remaining bits of fwg which weren't valid sgml.

Original commit message from CVS:
Sort out some remaining bits of fwg which weren't valid sgml.

22 years agoFix incorrectly matched tags, as found by xsltproc. ;-)
Richard Boulton [Wed, 18 Jul 2001 22:18:02 +0000 (22:18 +0000)]
Fix incorrectly matched tags, as found by xsltproc. ;-)

Original commit message from CVS:
Fix incorrectly matched tags, as found by xsltproc. ;-)

22 years agoAdd instructions for getting docbook-gnome-bin debian package, needed to build manual...
Richard Boulton [Wed, 18 Jul 2001 22:08:30 +0000 (22:08 +0000)]
Add instructions for getting docbook-gnome-bin debian package, needed to build manual and PWG.

Original commit message from CVS:
Add instructions for getting docbook-gnome-bin debian package, needed
to build manual and PWG.

22 years agoMake sure the autoplugger doesn't try to connect elements with request pads for now.
Wim Taymans [Wed, 18 Jul 2001 19:04:29 +0000 (19:04 +0000)]
Make sure the autoplugger doesn't try to connect elements with request pads for now.

Original commit message from CVS:
Make sure the autoplugger doesn't try to connect elements with request pads
for now.

22 years agoAdded what I think should be the basic steps for writing a plugin.
Wim Taymans [Tue, 17 Jul 2001 21:51:17 +0000 (21:51 +0000)]
Added what I think should be the basic steps for writing a plugin.

Original commit message from CVS:
Added what I think should be the basic steps for writing a plugin.

22 years agoAdded missing pad_select prototypes/defs.
Wim Taymans [Mon, 16 Jul 2001 20:18:17 +0000 (20:18 +0000)]
Added missing pad_select prototypes/defs.

Original commit message from CVS:
Added missing pad_select prototypes/defs.

23 years agoChange tests/muxer/Makefile to tests/muxing/Makefile, since tests/muxer is now an...
Richard Boulton [Mon, 16 Jul 2001 09:04:01 +0000 (09:04 +0000)]
Change tests/muxer/Makefile to tests/muxing/Makefile, since tests/muxer is now an empty dir.

Original commit message from CVS:
Change tests/muxer/Makefile to tests/muxing/Makefile, since tests/muxer
is now an empty dir.

23 years agoChanged the main loop to while (iterate(bin))
Wim Taymans [Sun, 15 Jul 2001 14:24:27 +0000 (14:24 +0000)]
Changed the main loop to while (iterate(bin))

Original commit message from CVS:
Changed the main loop to while (iterate(bin))

23 years agoProperly set the eos flag when no elements can be scheduled.
Wim Taymans [Sun, 15 Jul 2001 13:04:38 +0000 (13:04 +0000)]
Properly set the eos flag when no elements can be scheduled.

Original commit message from CVS:
Properly set the eos flag when no elements can be scheduled.

23 years agoadded muxer Makefile
Thomas Vander Stichele [Sat, 14 Jul 2001 20:15:14 +0000 (20:15 +0000)]
added muxer Makefile

Original commit message from CVS:
added muxer Makefile

23 years agoAdded prototypes for gst_pad_peek, gst_pad_select and gst_pad_selectv.
Wim Taymans [Wed, 11 Jul 2001 22:52:48 +0000 (22:52 +0000)]
Added prototypes for gst_pad_peek, gst_pad_select and gst_pad_selectv.

Original commit message from CVS:
Added prototypes for gst_pad_peek, gst_pad_select and gst_pad_selectv.
Added different scheduling methods in aggregator.
Fixed a bug in fakesrc when setting up the scheduling functions.

23 years agoAdded a muxing test case.
Wim Taymans [Wed, 11 Jul 2001 19:26:22 +0000 (19:26 +0000)]
Added a muxing test case.

Original commit message from CVS:
Added a muxing test case.

23 years agoAdded a g_assert when a filled bufpen is overwritten.
Wim Taymans [Wed, 11 Jul 2001 19:23:57 +0000 (19:23 +0000)]
Added a g_assert when a filled bufpen is overwritten.

Original commit message from CVS:
Added a g_assert when a filled bufpen is overwritten.

23 years agoSome cleanups in output of various test plugins.
Wim Taymans [Wed, 11 Jul 2001 19:22:20 +0000 (19:22 +0000)]
Some cleanups in output of various test plugins.

Original commit message from CVS:
Some cleanups in output of various test plugins.
Added debug output to tee.
Added buffer duplication to identity.

23 years agoAdded request pads to fakesink.
Wim Taymans [Wed, 11 Jul 2001 16:45:43 +0000 (16:45 +0000)]
Added request pads to fakesink.

Original commit message from CVS:
Added request pads to fakesink.

23 years agoAdded DEBUG_FUNCPTR to most plugins.
Wim Taymans [Wed, 11 Jul 2001 15:51:40 +0000 (15:51 +0000)]
Added DEBUG_FUNCPTR to most plugins.

Original commit message from CVS:
Added DEBUG_FUNCPTR to most plugins.
Added request pads to fakesrc and aggregator.

23 years agoPrint out the request pad function.
Wim Taymans [Wed, 11 Jul 2001 15:50:16 +0000 (15:50 +0000)]
Print out the request pad function.

Original commit message from CVS:
Print out the request pad function.

23 years agoSome code cleanups.
Wim Taymans [Wed, 11 Jul 2001 14:56:16 +0000 (14:56 +0000)]
Some code cleanups.

Original commit message from CVS:
Some code cleanups.
Added printouts of the buffer timestamps in identity, fakesrc, fakesink.
Added an aggregator test element.

23 years agoto element classes without using an elementfactory.
Andy Wingo [Wed, 11 Jul 2001 12:33:17 +0000 (12:33 +0000)]
to element classes without using an elementfactory.

Original commit message from CVS:
Aplied the patch from Andy Wingo <apwingo@eos.ncsu.edu> add padtemplates
to element classes without using an elementfactory.
The gst_element_add_padtemplate_to_class method was renamed to
gst_element_class_add_padtemplate to better match glib/gtk conventions.

23 years agoRemoved the remaining bits of MetaData.
Wim Taymans [Wed, 11 Jul 2001 12:09:50 +0000 (12:09 +0000)]
Removed the remaining bits of MetaData.

Original commit message from CVS:
Removed the remaining bits of MetaData.

23 years agoadded speed and volume to configure.base
Erik Walthinsen [Wed, 11 Jul 2001 01:02:00 +0000 (01:02 +0000)]
added speed and volume to configure.base

Original commit message from CVS:
added speed and volume to configure.base

23 years agoAdded a vob to mpeg1 transcoder. note that this one is only 68 lines long.
Wim Taymans [Sun, 8 Jul 2001 21:02:10 +0000 (21:02 +0000)]
Added a vob to mpeg1 transcoder. note that this one is only 68 lines long.

Original commit message from CVS:
Added a vob to mpeg1 transcoder. note that this one is only 68 lines long.

23 years agoAdded the init.sgml file to the makefile
Wim Taymans [Sat, 7 Jul 2001 16:34:31 +0000 (16:34 +0000)]
Added the init.sgml file to the makefile

Original commit message from CVS:
Added the init.sgml file to the makefile

23 years agoMore blablah about how cool GStreamer really is..
Wim Taymans [Sat, 7 Jul 2001 15:30:39 +0000 (15:30 +0000)]
More blablah about how cool GStreamer really is..

Original commit message from CVS:
More blablah about how cool GStreamer really is..

23 years agoAdded docs on library init.
Wim Taymans [Sat, 7 Jul 2001 15:10:29 +0000 (15:10 +0000)]
Added docs on library init.

Original commit message from CVS:
Added docs on library init.

23 years agoLots of updates.
Wim Taymans [Sat, 7 Jul 2001 14:17:22 +0000 (14:17 +0000)]
Lots of updates.

Original commit message from CVS:
Lots of updates.
Added a chapter about the autoplugcache.
Updated the autoplug example using the autoplugcache.
Moved some stuff around.
Added an example app for gst_parse_launch.
Updated the debug info.