Commit graph

1206 commits

Author SHA1 Message Date
Thomas Vander Stichele 2f1ce27730 added info trace as well
Original commit message from CVS:
added info trace as well
2001-08-13 14:45:01 +00:00
Thomas Vander Stichele 095c7fffc0 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
2001-08-13 13:53:52 +00:00
Thomas Vander Stichele 0cfefdd214 added swig/Makefile.PL
Original commit message from CVS:
added swig/Makefile.PL
2001-08-13 13:52:55 +00:00
Thomas Vander Stichele cc292ead19 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
2001-08-13 13:47:04 +00:00
Thomas Vander Stichele b66d124abc taking a first stab at swigging gstreamer for perl
Original commit message from CVS:
taking a first stab at swigging gstreamer for perl
2001-08-13 13:46:21 +00:00
Steve Baker 6de8994811 added more exes
Original commit message from CVS:
added more exes
2001-08-12 10:09:01 +00:00
Steve Baker bd887e2e61 doc update
Original commit message from CVS:
doc update
2001-08-12 09:48:41 +00:00
Erik Walthinsen c7c1192ab3 fixed stupid bug in buffer_span()
Original commit message from CVS:
fixed stupid bug in buffer_span()
2001-08-11 22:04:48 +00:00
Erik Walthinsen 474a80cb8e - 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)
2001-08-11 08:25:05 +00:00
Wim Taymans b53802cffe 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.
2001-08-10 21:36:57 +00:00
Wim Taymans 1a6a4085f0 Added some test apps by Zeenix.
Original commit message from CVS:
Added some test apps by Zeenix.
2001-08-10 17:45:36 +00:00
Wim Taymans 5e6a3722ac 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)
2001-08-10 17:40:34 +00:00
Wim Taymans 453f2fee05 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.
2001-08-10 17:34:59 +00:00
Steve Baker 889082ecf1 added an exe
Original commit message from CVS:
added an exe
2001-08-10 17:02:34 +00:00
Steve Baker cb487ffe32 hide new tests
Original commit message from CVS:
hide new tests
2001-08-10 16:36:48 +00:00
Thomas Vander Stichele b491ed8b81 removed libs/colorscpace again
Original commit message from CVS:
removed libs/colorscpace again
2001-08-07 16:14:14 +00:00
Thomas Vander Stichele 0c26ada9f5 do FLAC lib check against main function
Original commit message from CVS:
do FLAC lib check against main function
2001-08-07 16:08:14 +00:00
Thomas Vander Stichele 03ea0fce97 changed HAVE_FLAC to HAVE_FLACLIB
Original commit message from CVS:
changed HAVE_FLAC to HAVE_FLACLIB
2001-08-07 16:06:47 +00:00
Thomas Vander Stichele 2b6d177ef3 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
2001-08-07 14:46:41 +00:00
Wim Taymans 5f61efc9ce Fixed the padtemplate definition.
Original commit message from CVS:
Fixed the padtemplate definition.
2001-08-06 22:16:37 +00:00
Erik Walthinsen a4b8bc9133 added gstevent.h
Original commit message from CVS:
added gstevent.h
2001-08-06 20:40:45 +00:00
Erik Walthinsen ee9426a1a1 Initial code for the event system.
Original commit message from CVS:
Initial code for the event system.
2001-08-06 20:37:21 +00:00
Wim Taymans 6650712126 Added a missing UNLOCK macro.
Original commit message from CVS:
Added a missing UNLOCK macro.
2001-08-06 19:52:27 +00:00
Christian Schaller 6a448d5a0b - 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 :)
2001-08-06 16:46:05 +00:00
Erik Walthinsen f79f04f876 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
2001-08-03 00:08:12 +00:00
Bastien Nocera 7ebfd17a5b - revert location of gstreamer.pc
Original commit message from CVS:
- revert location of gstreamer.pc
2001-08-02 23:55:11 +00:00
Bastien Nocera f0a16e0199 - 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
2001-08-02 23:50:00 +00:00
Wim Taymans 3526156fe7 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.
2001-07-31 20:57:58 +00:00
Wim Taymans 74d5b03f03 Changes pcbuilddir to pc_top_builddir
Original commit message from CVS:
Changes pcbuilddir to pc_top_builddir
2001-07-30 17:50:06 +00:00
Wim Taymans 517f0b5cc9 Added a simple thread state change app.
Original commit message from CVS:
Added a simple thread state change app.
2001-07-27 17:12:46 +00:00
Steve Baker 34fd63e2bf compile fix for glib2
Original commit message from CVS:
compile fix for glib2
2001-07-27 16:35:27 +00:00
Steve Baker 2a4b6618a7 compile fix when atomic refcounting is not available
Original commit message from CVS:
compile fix when atomic refcounting is not available
2001-07-27 13:12:13 +00:00
Wim Taymans 695c1a2960 Added signal output and object hierarchy output.
Original commit message from CVS:
Added signal output and object hierarchy output.
2001-07-25 21:40:42 +00:00
Wim Taymans 4456b616ae Added shims for signal introspections and g_type_parent
Original commit message from CVS:
Added shims for signal introspections and g_type_parent
2001-07-25 21:40:03 +00:00
Andy Wingo 4078620947 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.
2001-07-25 20:49:58 +00:00
Christian Schaller f867411c2e - 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.)
2001-07-24 20:05:27 +00:00
Wim Taymans 3f1fe95677 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..
2001-07-23 00:57:06 +00:00
David I. Lehn 176552ee40 Some basic deb building rules
Original commit message from CVS:
Some basic deb building rules
2001-07-20 22:08:53 +00:00
David I. Lehn e22afc3551 cosmetic stuff, -O3 does inline-functions
Original commit message from CVS:
cosmetic stuff, -O3 does inline-functions
2001-07-20 22:08:01 +00:00
Wim Taymans 8988413037 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...
2001-07-20 21:26:34 +00:00
David I. Lehn f0d4b1a647 remove Gtk classes from Gst hierarchy
Original commit message from CVS:
remove Gtk classes from Gst hierarchy
2001-07-20 06:54:43 +00:00
David I. Lehn df913fc84d not used anymore
Original commit message from CVS:
not used anymore
2001-07-20 06:53:16 +00:00
David I. Lehn f57bdad228 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
2001-07-20 06:52:18 +00:00
Richard Boulton 23c9ad917a 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.
2001-07-18 22:38:22 +00:00
Richard Boulton 8f72f095d8 Fix incorrectly matched tags, as found by xsltproc. ;-)
Original commit message from CVS:
Fix incorrectly matched tags, as found by xsltproc. ;-)
2001-07-18 22:18:02 +00:00
Richard Boulton 46b6f647ff 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.
2001-07-18 22:08:30 +00:00
Wim Taymans a7e160f409 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.
2001-07-18 19:04:29 +00:00
Wim Taymans cd11906922 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.
2001-07-17 21:51:17 +00:00
Wim Taymans d1b4ff4eed Added missing pad_select prototypes/defs.
Original commit message from CVS:
Added missing pad_select prototypes/defs.
2001-07-16 20:18:17 +00:00
Richard Boulton d252e0c532 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.
2001-07-16 09:04:01 +00:00