Commit graph

795 commits

Author SHA1 Message Date
Wim Taymans 14a9fe6580 Added gnomevfs checks.
Original commit message from CVS:
Added gnomevfs checks.
2001-05-16 19:32:07 +00:00
David I. Lehn 18adcf5a3f - Fix cothread pointers and allocation so full 2M stack space available:
Original commit message from CVS:
- Fix cothread pointers and allocation so full 2M stack space available:
- Double maximums to use full stack space:
- COTHREAD_STACKSIZE = 16k
- COTHREAD_MAXTHREADS = 128
- cothread changes only verified on x86
- cothread_create returns NULL if nthreads == MAXTHREADS though not yet handled by gstschedule caller
2001-05-16 07:16:47 +00:00
David I. Lehn a164187503 - basic arch check for HAVE_RDTSC
Original commit message from CVS:
- basic arch check for HAVE_RDTSC
- use common gst_trace_read_tsc() for RDTSC call
- add untested function to do ascii dump of trace data
2001-05-16 05:04:44 +00:00
David I. Lehn 1d9a7781d4 fix a couple warnings
Original commit message from CVS:
fix a couple warnings
2001-05-16 04:07:33 +00:00
Erik Walthinsen 06f9a6c052 added ability to write out xml copy of pipeline
Original commit message from CVS:
added ability to write out xml copy of pipeline
2001-05-15 09:04:41 +00:00
Erik Walthinsen a71e21678c removed the COTHREAD_STACKSIZE and friends, since they're now private to cothreads.c
Original commit message from CVS:
removed the COTHREAD_STACKSIZE and friends, since they're now private to cothreads.c
2001-05-14 08:51:55 +00:00
Erik Walthinsen 981c654a60 some minor updates with a hair more speed
Original commit message from CVS:
some minor updates with a hair more speed
2001-05-10 23:43:34 +00:00
Erik Walthinsen 4cbdcef47f move cothread_context definition over to the .c
Original commit message from CVS:
move cothread_context definition over to the .c
2001-05-10 22:35:50 +00:00
Erik Walthinsen facc9acb7a fixed up macros to match new RealPad stuff, change #if 1 to #if 0 to use, beware you must rebuild all plugins after c...
Original commit message from CVS:
fixed up macros to match new RealPad stuff, change #if 1 to #if 0 to use, beware you must rebuild all plugins after change
2001-05-10 22:30:00 +00:00
Erik Walthinsen afd1953a04 moved cothread parameters into .c to avoid rebuilding libgst.la every time
Original commit message from CVS:
moved cothread parameters into .c to avoid rebuilding libgst.la every time
2001-05-10 22:10:19 +00:00
Erik Walthinsen 3cfd332a23 corrected the rdtsc code, it actually, um, works now ;-)
Original commit message from CVS:
corrected the rdtsc code, it actually, um, works now ;-)
2001-05-10 21:44:20 +00:00
David I. Lehn 6df5d52f72 Added simple latency tester.
Original commit message from CVS:
Added simple latency tester.
2001-05-10 20:30:10 +00:00
David I. Lehn c447ea71a4 Pass buffer in handoff signal
Original commit message from CVS:
Pass buffer in handoff signal
2001-05-10 20:28:51 +00:00
David I. Lehn 9eaced94af just call exit() once
Original commit message from CVS:
just call exit() once
2001-05-10 20:25:29 +00:00
David I. Lehn 38c9344701 Added "silent" arg.
Original commit message from CVS:
Added "silent" arg.
2001-05-09 04:12:09 +00:00
Wim Taymans 230eefbefc Make sure the plugin filaname is set before calling the init function.
Original commit message from CVS:
Make sure the plugin filaname is set before calling the init function.
2001-05-05 02:16:28 +00:00
David I. Lehn 5eec4f181f update version
Original commit message from CVS:
update version
2001-05-05 01:50:16 +00:00
David I. Lehn 97b44f7191 Sync with current code - add more and more plugins.
Original commit message from CVS:
Sync with current code - add more and more plugins.
2001-05-05 00:45:14 +00:00
Erik Walthinsen f0cc8737ba fixed spelling mistake in user-visible output
Original commit message from CVS:
fixed spelling mistake in user-visible output
2001-05-03 23:21:39 +00:00
Wim Taymans 7565c285ad Created a macro of the va_arg parsing function because some systems (PPC) cannot handle passing a va_list by reference.
Original commit message from CVS:
Created a macro of the va_arg parsing function because some systems (PPC)
cannot handle passing a va_list by reference.
2001-05-03 22:29:44 +00:00
Wim Taymans fe084f66f1 Added dynamic pads to the command line parser. ./gstreamer-launch disksrc location=/some/systemstream.mpg ! mpeg1pars...
Original commit message from CVS:
Added dynamic pads to the command line parser.

./gstreamer-launch disksrc location=/some/systemstream.mpg ! mpeg1parse video_00!
queue ! \{ mp1videoparse ! mpeg_play ! aasink \}

will now work.
2001-05-03 21:44:55 +00:00
Wim Taymans 17f02e233d API docs updates
Original commit message from CVS:
API docs updates
2001-05-03 20:06:18 +00:00
Wim Taymans fcd6ee590b Added Hermes to the required libs for gstplay.
Original commit message from CVS:
Added Hermes to the required libs for gstplay.
2001-05-03 17:49:15 +00:00
Wim Taymans 08bb61fd3c Small manual changes.
Original commit message from CVS:
Small manual changes.
Added a section about autoplugging.
2001-05-02 23:46:27 +00:00
Wim Taymans a7566d4158 We don't want to teach you bad habbits, so here's a fix for a memleak in the example plugin.
Original commit message from CVS:
We don't want to teach you bad habbits, so here's a fix for a memleak in
the example plugin.
2001-05-02 23:12:37 +00:00
Wim Taymans 5c43234108 Removed the assert on an unknown propertytype and print usefull info.
Original commit message from CVS:
Removed the assert on an unknown propertytype and print usefull info.
2001-05-01 22:43:21 +00:00
Richard Boulton 317c1c5b30 Update documentation for audio/raw properties to cover format=float case.
Original commit message from CVS:
Update documentation for audio/raw properties to cover format=float case.
Please check this for correctness.
2001-05-01 13:54:41 +00:00
Wim Taymans b67a5bf39d Added an explanation of the innner workings of the current autoplugger.
Original commit message from CVS:
Added an explanation of the innner workings of the current autoplugger.
2001-04-30 23:20:42 +00:00
Richard Boulton d51b59c57b Tighten some library checks (check for header files as well as libraries)
Original commit message from CVS:
Tighten some library checks (check for header files as well as libraries)
Also, clean up structure slightly: put all AC_DEFINEs for feature checks
into the appropriate section at end.  This structure allows user parameter
code which overrides the feature selection to be kept together in a section
after the feature checks but before the AC_DEFINES and AM_CONDITIONALs.
2001-04-30 20:40:16 +00:00
Richard Boulton 29098cb20f Add explicit check for <artsc.h>, in case artsc-config lies to us.
Original commit message from CVS:
Add explicit check for <artsc.h>, in case artsc-config lies to us.
2001-04-30 10:22:37 +00:00
Richard Boulton b61552c33f Add detailed note (and patch) about automake problem.
Original commit message from CVS:
Add detailed note (and patch) about automake problem.
2001-04-29 17:59:40 +00:00
Steve Baker 4307da7a93 added mono2stereo and intfloatconvert plugin
Original commit message from CVS:
added mono2stereo and intfloatconvert plugin
2001-04-29 07:41:17 +00:00
Steve Baker c07e195b0e added output of float properties
Original commit message from CVS:
added output of float properties
2001-04-28 19:16:30 +00:00
Steve Baker f02d86f752 update sinesrc to latest caps
Original commit message from CVS:
update sinesrc to latest caps
2001-04-28 18:58:05 +00:00
Steve Baker ad7fd56339 add factory init for sinesrc
Original commit message from CVS:
add factory init for sinesrc
2001-04-28 18:57:23 +00:00
Steve Baker 368feff16f add gst_props_get_float function
Original commit message from CVS:
add gst_props_get_float function
2001-04-28 18:56:10 +00:00
David I. Lehn dffced240f mpeg2parse2.c + audio = mpeg2parse3.c = a simple .vob player
Original commit message from CVS:
mpeg2parse2.c + audio = mpeg2parse3.c = a simple .vob player
2001-04-28 03:38:09 +00:00
Wim Taymans bbcfa2b2c9 Added enum parsing...
Original commit message from CVS:
Added enum parsing...
2001-04-27 21:14:56 +00:00
Erik Walthinsen 4a1566b7ee syntax error fixed (s/;/,/)
Original commit message from CVS:
syntax error fixed (s/;/,/)
2001-04-27 20:58:24 +00:00
Erik Walthinsen c02326cf46 Added colorization to DEBUG and INFO. Colors are based on categories, with the strings in _gst_category_colors[] in ...
Original commit message from CVS:
Added colorization to DEBUG and INFO.  Colors are based on categories, with
the strings in _gst_category_colors[] in gstinfo.c  See wiki node
GstDebugColors for the actual colors, or /etc/DIR_COLORS works too.

Please comment on the colorization style and ideas in the above wiki node.
2001-04-27 20:31:22 +00:00
David I. Lehn 589f462ba9 fix typos: %VAR -> $VAR
Original commit message from CVS:
fix typos: %VAR -> $VAR
2001-04-26 05:47:04 +00:00
Erik Walthinsen ca00806a01 set the video window size up front for NTSC, as a timesaver
Original commit message from CVS:
set the video window size up front for NTSC, as a timesaver
2001-04-26 00:20:29 +00:00
Richard Boulton 0bf1a380cc Remove #include <gnome.h> from some tests which don't actually need it, and make the other tests and the autoplug exa...
Original commit message from CVS:
Remove #include <gnome.h> from some tests which don't actually need it,
and make the other tests and the autoplug example only compile if gnome
headers are present.
2001-04-25 11:49:38 +00:00
Erik Walthinsen 6ac86486a8 I will successfully compile code before I check it in.
Original commit message from CVS:
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
I will successfully compile code before I check it in.
2001-04-24 21:28:18 +00:00
Erik Walthinsen 76cfe49b5e - commented out remainder of Meta stuff
Original commit message from CVS:
- commented out remainder of Meta stuff
- enhanced mem_chunk allocation to round up to nearest 32 bytes
this helps ensure that GstBuffers are more likely to be on cache-lines
- added free() and copy() function pointers to GstBuffer
- added code in _destroy and _copy to use above routines if !NULL
- fixed up _copy code to suck less
2001-04-24 19:20:15 +00:00
Erik Walthinsen 09588296ae Collection of minor changes: autogen.sh - remove config.cache before running ./configure gst/elements/gstfakesink.c -...
Original commit message from CVS:
Collection of minor changes:

* autogen.sh - remove config.cache before running ./configure
* gst/elements/gstfakesink.c - print out the size of the buffer, too
* plugins/Makefile.am - removed a spare trailing backslash
* plugins/arts/gst_artsio_impl.cc - change the scale back to 0.5
* plugins/oss/gstosssrc.c - change name slightly to match osssink
2001-04-23 23:16:12 +00:00
Erik Walthinsen 4ff8690392 updated dvshow to use dv1394src instead of gst1394src
Original commit message from CVS:
updated dvshow to use dv1394src instead of gst1394src
2001-04-23 15:16:39 +00:00
Wim Taymans 496fe300ad Added a check for aalib
Original commit message from CVS:
Added a check for aalib
2001-04-22 23:28:04 +00:00
Wim Taymans 29b32462e9 Added the disksink template
Original commit message from CVS:
Added the disksink template
2001-04-22 16:06:29 +00:00
Wim Taymans e5fd9bd7da Updates
Original commit message from CVS:
Updates
2001-04-22 16:05:33 +00:00