Richard Boulton
62c3227e2f
Almost completely rewritten gstreamer-register.
...
Original commit message from CVS:
Almost completely rewritten gstreamer-register.
Now checks most errors that can happen, and displays a useful message.
2001-01-07 04:51:31 +00:00
Erik Walthinsen
4bdaed3966
removed a leak
...
Original commit message from CVS:
removed a leak
2001-01-07 04:28:04 +00:00
Erik Walthinsen
ee2d89cb57
turned -launch capabilities into gst_parse_launch()
...
Original commit message from CVS:
turned -launch capabilities into gst_parse_launch()
2001-01-07 04:00:30 +00:00
Wim Taymans
6ae2ad5edb
Added sleep time to identity
...
Original commit message from CVS:
Added sleep time to identity
Added timeout value in queue (not activated yet)
2001-01-07 03:42:27 +00:00
Erik Walthinsen
c116d7baa5
fixed a bug with NULL args, but need to fix the parser that created them
...
Original commit message from CVS:
fixed a bug with NULL args, but need to fix the parser that created them
2001-01-07 03:06:28 +00:00
Wim Taymans
2763642766
Added a deadlock case for the queue
...
Original commit message from CVS:
Added a deadlock case for the queue
2001-01-07 02:30:50 +00:00
Richard Boulton
4e1993625f
More updates: now have headings for the second section too, and some text for it... ;-)
...
Original commit message from CVS:
More updates: now have headings for the second section too, and some
text for it... ;-)
2001-01-07 02:23:40 +00:00
Richard Boulton
3408d28133
Wrote introduction, and changed name to plugin writers guide (though files still need rename). I'll leave the filena...
...
Original commit message from CVS:
Wrote introduction, and changed name to plugin writers guide (though
files still need rename). I'll leave the filenames as is for now, since
the name might still change again...
2001-01-07 00:12:46 +00:00
Erik Walthinsen
7c51d6e0ca
Cleaned up the docs a bit.
...
Original commit message from CVS:
Cleaned up the docs a bit.
2001-01-06 22:05:15 +00:00
Wim Taymans
372b6f5887
Rearranged the mutex locking, still have to think about it though...
...
Original commit message from CVS:
Rearranged the mutex locking, still have to think about it though...
2001-01-06 19:09:40 +00:00
Wim Taymans
f130a170c2
Added a mutex around the mem_chunck alloc routines
...
Original commit message from CVS:
Added a mutex around the mem_chunck alloc routines
2001-01-06 18:08:04 +00:00
Wim Taymans
45d5c57cb9
Added/updated .cvsignore
...
Original commit message from CVS:
Added/updated .cvsignore
2001-01-06 16:56:15 +00:00
Wim Taymans
a76f5340e3
Fixed the MPEG2 to MPEG1 recoder, we need cannot create dangling elements with the current scheduler. Remove the subt...
...
Original commit message from CVS:
Fixed the MPEG2 to MPEG1 recoder, we need cannot create dangling elements
with the current scheduler. Remove the subtitle parser because it's not
possible with the current scheduler.
Added a padtemplate for MPEG2 subtitles.
2001-01-06 16:52:44 +00:00
Erik Walthinsen
bd021a5384
removed xing and added AM_CONDITIONAL for HAVE_GNOME
...
Original commit message from CVS:
removed xing and added AM_CONDITIONAL for HAVE_GNOME
2001-01-06 10:42:07 +00:00
Erik Walthinsen
9960a9e4e5
added --enable-debug to autogen.sh, duh...
...
Original commit message from CVS:
added --enable-debug to autogen.sh, duh...
2001-01-06 09:49:39 +00:00
Wim Taymans
3d34ce7b95
Updated the manual and the docs.
...
Original commit message from CVS:
Updated the manual and the docs.
Removed the esdsink in gst/elements/ we have a real one not in the
plugins dir.
Added more APIs to query the plugins, types and caps. more fields now
have a getter and a setter. This is needed to make gstreamer wrapper
fiendly.
Added gst_element_disconnect beacuse we also have a gst_element_connect
2001-01-06 02:35:17 +00:00
Wim Taymans
ded7ca6616
Docs updates
...
Original commit message from CVS:
Docs updates
2001-01-05 18:50:41 +00:00
Erik Walthinsen
f12fae5c3d
fixed missing comment noticed by David Lehn
...
Original commit message from CVS:
fixed missing comment noticed by David Lehn
2001-01-05 00:28:09 +00:00
Wim Taymans
ea3715a1b4
Updates and additions to the manual
...
Original commit message from CVS:
Updates and additions to the manual
2001-01-04 23:35:50 +00:00
Erik Walthinsen
df81ae1765
updated API docs
...
Original commit message from CVS:
updated API docs
2001-01-04 22:16:06 +00:00
Erik Walthinsen
ddfc781f7d
fixed problems with -launch
...
Original commit message from CVS:
fixed problems with -launch
2001-01-04 20:34:39 +00:00
Wim Taymans
f068579abd
Fixed mp3play
...
Original commit message from CVS:
Fixed mp3play
2001-01-04 19:22:37 +00:00
Wim Taymans
4827c9fe56
Added printout of the capabilities of the pads
...
Original commit message from CVS:
Added printout of the capabilities of the pads
2001-01-04 19:16:57 +00:00
Wim Taymans
22a79f5938
Added enum values with default removed debugging -g from Makefile
...
Original commit message from CVS:
Added enum values with default
removed debugging -g from Makefile
2001-01-04 18:57:29 +00:00
Richard Boulton
00aff5b225
Undo accidental commit of debugging version.
...
Original commit message from CVS:
Undo accidental commit of debugging version.
2001-01-04 17:44:51 +00:00
Richard Boulton
9f53f4c21b
Replace Wim's fix after Erik dropped it. ;-)
...
Original commit message from CVS:
Replace Wim's fix after Erik dropped it. ;-)
2001-01-04 16:46:02 +00:00
Erik Walthinsen
759d83e487
Rearranged cothreads sources a bit, added some API docs.
...
Original commit message from CVS:
Rearranged cothreads sources a bit, added some API docs.
Added some functions needed for gstreamer-inspect.
Added num_sources to fakesink.
2001-01-04 10:54:27 +00:00
Erik Walthinsen
e318439f64
Updated -inspect to list elements and plugin info too
...
Original commit message from CVS:
Updated -inspect to list elements and plugin info too
2001-01-04 10:47:39 +00:00
Wim Taymans
9e0b75c937
A little fix for parameter parsing
...
Original commit message from CVS:
A little fix for parameter parsing
2001-01-04 07:19:11 +00:00
Richard Boulton
dccc0d8714
Updated to supply argument as "name=value" rather than just "value"
...
Original commit message from CVS:
Updated to supply argument as "name=value" rather than just "value"
2001-01-04 00:15:42 +00:00
Richard Boulton
5e7263ec75
Added partial fix so that arguments can be set.
...
Original commit message from CVS:
Added partial fix so that arguments can be set.
2001-01-04 00:15:13 +00:00
Wim Taymans
100bedea62
Make sure the plugin is loaded only once
...
Original commit message from CVS:
Make sure the plugin is loaded only once
2001-01-03 23:08:17 +00:00
Richard Boulton
f4ae52d0ab
Do gst_init first, so we can supply debugging options to libgst
...
Original commit message from CVS:
Do gst_init first, so we can supply debugging options to libgst
2001-01-03 22:58:58 +00:00
Wim Taymans
ee33cb2a26
Added the previous changes back in
...
Original commit message from CVS:
Added the previous changes back in
2001-01-03 20:55:16 +00:00
Erik Walthinsen
fc1645131b
debug updates and a padtemplate counter added
...
Original commit message from CVS:
debug updates and a padtemplate counter added
2001-01-03 20:44:28 +00:00
Erik Walthinsen
45f05bf6ed
Made gst_pad_eos_func a non-static function
...
Original commit message from CVS:
Made gst_pad_eos_func a non-static function
2001-01-03 20:40:26 +00:00
Wim Taymans
7411cfe17e
Made the GstProps a GList instead of a GSList
...
Original commit message from CVS:
Made the GstProps a GList instead of a GSList
Some fixes to inspect: added the mime type
2001-01-03 20:21:22 +00:00
Wim Taymans
786ba1e3d7
Added proper comment for the bonobo component fix a compile bug in inspect... Erik, have pending changes to gstpad.h?
...
Original commit message from CVS:
Added proper comment for the bonobo component
fix a compile bug in inspect... Erik, have pending changes to gstpad.h?
2001-01-03 19:54:01 +00:00
Richard Boulton
126569f47c
Do gst_init first in helloworld, so you can supply gst parameters.
...
Original commit message from CVS:
Do gst_init first in helloworld, so you can supply gst parameters.
Correct name of frequency cap to rate, in esdsink. Now connects properly.
2001-01-03 19:12:21 +00:00
Richard Boulton
2211a01d91
Various small fixes.
...
Original commit message from CVS:
Various small fixes.
2001-01-03 18:55:28 +00:00
Richard Boulton
e7b7c1d6d7
Added auto detection of libesd.
...
Original commit message from CVS:
Added auto detection of libesd.
Added nearly complete esdsink: all structure in place, just need to add
actaul links to libesd. ;-)
2001-01-03 16:25:59 +00:00
Erik Walthinsen
8d6f8273fe
Updates, it prints a lot more stuff now, like padtemplates, caps/props, and arguments. More stuff can be done, but n...
...
Original commit message from CVS:
Updates, it prints a lot more stuff now, like padtemplates, caps/props,
and arguments. More stuff can be done, but not now, I must sleep.
2001-01-03 08:48:36 +00:00
Erik Walthinsen
38b35fd2d0
Updates to -launch, added -inspect.
...
Original commit message from CVS:
Updates to -launch, added -inspect.
2001-01-03 07:38:45 +00:00
Richard Boulton
13ece6af49
Don't delete CVS directories from working directory: delete from distdir.
...
Original commit message from CVS:
Don't delete CVS directories from working directory: delete from distdir.
Also, delete backup files, while you're at it. :)
2001-01-02 22:52:30 +00:00
Wim Taymans
170b5158e2
Datafiles in share should go in to RPM too
...
Original commit message from CVS:
Datafiles in share should go in to RPM too
2001-01-02 20:50:54 +00:00
Wim Taymans
fea2f662c1
The examples must not be installed
...
Original commit message from CVS:
The examples must not be installed
Removed debugging from Makefiles for avidecoder/ac3parse
/test/bindings/dummy.h cannot be installed
2001-01-02 19:46:43 +00:00
Wim Taymans
adf0ffecb4
Remove esdsink from the docs more fixes for symbols collisions
...
Original commit message from CVS:
Remove esdsink from the docs
more fixes for symbols collisions
2001-01-02 18:40:43 +00:00
Richard Boulton
532137eeed
Remove gstesdsink
...
Original commit message from CVS:
Remove gstesdsink
2001-01-02 15:18:46 +00:00
Richard Boulton
71bb06d585
Add dist-hook to stop CVS/ directories being put into distribution.
...
Original commit message from CVS:
Add dist-hook to stop CVS/ directories being put into distribution.
2001-01-02 14:35:39 +00:00
Richard Boulton
91a75707b1
Add GST_HTTPSRC_GET_TYPE back into configure.in: documentation fails to build correctly when libhttp isn't present wi...
...
Original commit message from CVS:
Add GST_HTTPSRC_GET_TYPE back into configure.in: documentation fails to
build correctly when libhttp isn't present without this.
2001-01-02 14:34:14 +00:00