Wim Taymans [Sun, 27 May 2001 20:52:01 +0000 (20:52 +0000)]
Added a check for openquicktime.
Original commit message from CVS:
Added a check for openquicktime.
Steve Baker [Sun, 27 May 2001 17:02:25 +0000 (17:02 +0000)]
now builds for those who are too lazy to upgrade their xml libraries
Original commit message from CVS:
now builds for those who are too lazy to upgrade their xml libraries
Bastien Nocera [Sun, 27 May 2001 14:41:38 +0000 (14:41 +0000)]
- changed the Alt shortcuts to Ctrl shortcuts (like in all proper GTK+ apps)
Original commit message from CVS:
- changed the Alt shortcuts to Ctrl shortcuts (like in all proper GTK+ apps)
Wim Taymans [Sun, 27 May 2001 14:39:17 +0000 (14:39 +0000)]
Updated for removed methods.
Original commit message from CVS:
Updated for removed methods.
Wim Taymans [Sun, 27 May 2001 14:38:43 +0000 (14:38 +0000)]
Updated for remove methods.
Original commit message from CVS:
Updated for remove methods.
Wim Taymans [Sun, 27 May 2001 14:37:29 +0000 (14:37 +0000)]
Docs updates
Original commit message from CVS:
Docs updates
Changed the cothread to use sigjmp_buf
removed some unused methods.
Some code cleanups.
Wim Taymans [Sun, 27 May 2001 14:33:30 +0000 (14:33 +0000)]
API docs updates.
Original commit message from CVS:
API docs updates.
Erik Walthinsen [Sun, 27 May 2001 00:04:00 +0000 (00:04 +0000)]
fixed up and turned back on GST_SCHEDULE_SAFETY
Original commit message from CVS:
fixed up and turned back on GST_SCHEDULE_SAFETY
Erik Walthinsen [Sat, 26 May 2001 22:58:15 +0000 (22:58 +0000)]
fixed cothread locking and set_arg/get_arg safety, and switched to 64 cothreads of 32KB
Original commit message from CVS:
fixed cothread locking and set_arg/get_arg safety, and switched to 64 cothreads of 32KB
Wim Taymans [Sat, 26 May 2001 16:41:27 +0000 (16:41 +0000)]
Removed redundant prototypes.
Original commit message from CVS:
Removed redundant prototypes.
Wim Taymans [Sat, 26 May 2001 16:33:02 +0000 (16:33 +0000)]
Fixed a bug in the typecast macros for padtemplates.
Original commit message from CVS:
Fixed a bug in the typecast macros for padtemplates.
Wim Taymans [Sat, 26 May 2001 12:17:05 +0000 (12:17 +0000)]
don't link against libgst.la because it seems to fail on some libtool versions.
Original commit message from CVS:
don't link against libgst.la because it seems to fail on some libtool
versions.
Erik Walthinsen [Sat, 26 May 2001 05:36:26 +0000 (05:36 +0000)]
shut up fakesrc and fakesink, changed sleeping a little
Original commit message from CVS:
shut up fakesrc and fakesink, changed sleeping a little
Erik Walthinsen [Sat, 26 May 2001 05:26:47 +0000 (05:26 +0000)]
moved debug to before _init so cmdline can override, and put sleep(1)'s in while(1) to increase chance of contention ...
Original commit message from CVS:
moved debug to before _init so cmdline can override, and put sleep(1)'s in while(1) to increase chance of contention (I think)
Erik Walthinsen [Sat, 26 May 2001 05:19:33 +0000 (05:19 +0000)]
updated threadlock to actually be a thread locking test
Original commit message from CVS:
updated threadlock to actually be a thread locking test
David I. Lehn [Fri, 25 May 2001 23:36:32 +0000 (23:36 +0000)]
Elements must have different names.
Original commit message from CVS:
Elements must have different names.
Bastien Nocera [Fri, 25 May 2001 22:08:50 +0000 (22:08 +0000)]
- more generic files to exclude: *~ and ~.bak
Original commit message from CVS:
- more generic files to exclude: *~ and ~.bak
Bastien Nocera [Fri, 25 May 2001 22:02:52 +0000 (22:02 +0000)]
- added gstmediaplay.glade.bak to the files to ignore
Original commit message from CVS:
- added gstmediaplay.glade.bak to the files to ignore
Bastien Nocera [Fri, 25 May 2001 22:01:51 +0000 (22:01 +0000)]
- updated (c) date, and added WMClass and WMName to the gstmediaplay windows
Original commit message from CVS:
- updated (c) date, and added WMClass and WMName to the gstmediaplay windows
Wim Taymans [Fri, 25 May 2001 21:42:14 +0000 (21:42 +0000)]
Removed a stupid printf.
Original commit message from CVS:
Removed a stupid printf.
Wim Taymans [Fri, 25 May 2001 21:39:54 +0000 (21:39 +0000)]
Some cleanups.
Original commit message from CVS:
Some cleanups.
Removed some bogus code from element and pipeline elements.
Fixed a typo.
Wim Taymans [Fri, 25 May 2001 21:38:21 +0000 (21:38 +0000)]
Added GST_LIBS to LIBADD.
Original commit message from CVS:
Added GST_LIBS to LIBADD.
Erik Walthinsen [Fri, 25 May 2001 21:35:58 +0000 (21:35 +0000)]
fixed rather heinous bug in gst_buffer_copy
Original commit message from CVS:
fixed rather heinous bug in gst_buffer_copy
Erik Walthinsen [Fri, 25 May 2001 21:31:12 +0000 (21:31 +0000)]
removed some more noise, converted to GST_DEBUG
Original commit message from CVS:
removed some more noise, converted to GST_DEBUG
Erik Walthinsen [Fri, 25 May 2001 21:25:36 +0000 (21:25 +0000)]
removed annoying debug message during state change (made GST_DEBUG)
Original commit message from CVS:
removed annoying debug message during state change (made GST_DEBUG)
Bastien Nocera [Fri, 25 May 2001 21:13:05 +0000 (21:13 +0000)]
- added a line for busy application developers, it's shorter this time
Original commit message from CVS:
- added a line for busy application developers, it's shorter this time
Erik Walthinsen [Fri, 25 May 2001 21:00:07 +0000 (21:00 +0000)]
Merged from INCSCHED on
200505251!!!
Original commit message from CVS:
Merged from INCSCHED on
200505251!!!
Wim Taymans [Fri, 25 May 2001 20:42:48 +0000 (20:42 +0000)]
Removed a debug info line.
Original commit message from CVS:
Removed a debug info line.
Wim Taymans [Fri, 25 May 2001 20:41:48 +0000 (20:41 +0000)]
More docs updates.
Original commit message from CVS:
More docs updates.
Wim Taymans [Fri, 25 May 2001 20:41:07 +0000 (20:41 +0000)]
some minor fixes..
Original commit message from CVS:
some minor fixes..
David I. Lehn [Fri, 25 May 2001 04:42:41 +0000 (04:42 +0000)]
automake 1.4-p1 doesn't support AC_CONFIG_FILES. revert to AC_OUTPUT until the fix in the just released 1.4-p2 gets ...
Original commit message from CVS:
automake 1.4-p1 doesn't support AC_CONFIG_FILES. revert to AC_OUTPUT
until the fix in the just released 1.4-p2 gets debianized. ;)
Wim Taymans [Thu, 24 May 2001 11:24:38 +0000 (11:24 +0000)]
Added the autoconf file for version 2.50
Original commit message from CVS:
Added the autoconf file for version 2.50
David I. Lehn [Wed, 23 May 2001 23:24:17 +0000 (23:24 +0000)]
Update some signal func vars.
Original commit message from CVS:
Update some signal func vars.
David I. Lehn [Wed, 23 May 2001 23:23:50 +0000 (23:23 +0000)]
libtool check fix... copy & paste error msgs code could be improved.
Original commit message from CVS:
libtool check fix... copy & paste error msgs code could be improved.
Thomas Vander Stichele [Wed, 23 May 2001 08:48:34 +0000 (08:48 +0000)]
added level Makefile deleted one of two instances of adder Makefile
Original commit message from CVS:
added level Makefile
deleted one of two instances of adder Makefile
Bastien Nocera [Tue, 22 May 2001 19:22:57 +0000 (19:22 +0000)]
- it is now possible to change the opened file when state is PAUSED
Original commit message from CVS:
- it is now possible to change the opened file when state is PAUSED
Richard Boulton [Tue, 22 May 2001 13:48:48 +0000 (13:48 +0000)]
autogen.sh now fails if aclocal fails.
Original commit message from CVS:
autogen.sh now fails if aclocal fails.
Bastien Nocera [Tue, 22 May 2001 12:56:45 +0000 (12:56 +0000)]
- added a line to autogen.sh for the busy application developers
Original commit message from CVS:
- added a line to autogen.sh for the busy application developers
Wim Taymans [Mon, 21 May 2001 20:17:44 +0000 (20:17 +0000)]
Updates to the audiofile detection stuff.
Original commit message from CVS:
Updates to the audiofile detection stuff.
Thomas Vander Stichele [Mon, 21 May 2001 19:40:50 +0000 (19:40 +0000)]
trying to add a check for libaudiofile (-> plugins/audiofile/afsink)
Original commit message from CVS:
trying to add a check for libaudiofile (-> plugins/audiofile/afsink)
Bastien Nocera [Mon, 21 May 2001 02:35:22 +0000 (02:35 +0000)]
- removed the parse factory, it's unused
Original commit message from CVS:
- removed the parse factory, it's unused
Arik Devens [Mon, 21 May 2001 01:37:10 +0000 (01:37 +0000)]
Added a ChangeLog as per hadess' sugesstion, and added myself as an author.
Original commit message from CVS:
Added a ChangeLog as per hadess' sugesstion, and added myself as an author.
Arik Devens [Mon, 21 May 2001 01:19:06 +0000 (01:19 +0000)]
playing at double size, general code cleanup and what not.
Original commit message from CVS:
added the begninnings of full-screen support (crashes atm), playing at double size, general code cleanup and what not.
Wim Taymans [Sun, 20 May 2001 21:24:59 +0000 (21:24 +0000)]
Fixed a problem with -inspect where some args would not show up correctly
Original commit message from CVS:
Fixed a problem with -inspect where some args would not show up correctly
Wim Taymans [Sun, 20 May 2001 20:12:45 +0000 (20:12 +0000)]
Better output of element flags.
Original commit message from CVS:
Better output of element flags.
Wim Taymans [Sun, 20 May 2001 20:06:09 +0000 (20:06 +0000)]
Escape spaces in the cmdline args with "\\ " so that parse can handle it.
Original commit message from CVS:
Escape spaces in the cmdline args with "\\ " so that parse can handle it.
Wim Taymans [Sun, 20 May 2001 20:05:29 +0000 (20:05 +0000)]
Added the possibility to escape chars in gstparse. You can now give it a cmdline like disksrc location=some\ sort\ of...
Original commit message from CVS:
Added the possibility to escape chars in gstparse. You can now give it a
cmdline like disksrc location=some\ sort\ of.mp3 ! .... and it does the
right thing.
Thomas Vander Stichele [Sun, 20 May 2001 14:55:02 +0000 (14:55 +0000)]
reinstated exit(-1) when gstparse.c doesn't find the plugin mentioned
Original commit message from CVS:
reinstated exit(-1) when gstparse.c doesn't find the plugin mentioned
Wim Taymans [Sun, 20 May 2001 14:12:36 +0000 (14:12 +0000)]
Made pipefilter a DECOUPLED element.
Original commit message from CVS:
Made pipefilter a DECOUPLED element.
Wim Taymans [Sun, 20 May 2001 10:31:23 +0000 (10:31 +0000)]
Added the code for the bonobo media component. It doesn't really work yet because bonobo-media doesn't show video.
Original commit message from CVS:
Added the code for the bonobo media component. It doesn't really
work yet because bonobo-media doesn't show video.
Arik Devens [Sun, 20 May 2001 05:48:13 +0000 (05:48 +0000)]
finally managed to get the AUTHORS file added. big things are coming allright ;-)
Original commit message from CVS:
finally managed to get the AUTHORS file added. big things are coming allright ;-)
Bastien Nocera [Sun, 20 May 2001 00:16:27 +0000 (00:16 +0000)]
- added myself to the AUTHORS file
Original commit message from CVS:
- added myself to the AUTHORS file
David I. Lehn [Thu, 17 May 2001 05:20:28 +0000 (05:20 +0000)]
Pesky nightly doc build failure emails exposing my forgetfulness...
Original commit message from CVS:
Pesky nightly doc build failure emails exposing my forgetfulness...
Wim Taymans [Wed, 16 May 2001 22:42:55 +0000 (22:42 +0000)]
Added SDL.
Original commit message from CVS:
Added SDL.
Wim Taymans [Wed, 16 May 2001 22:40:17 +0000 (22:40 +0000)]
Added a check for SDL
Original commit message from CVS:
Added a check for SDL
Wim Taymans [Wed, 16 May 2001 19:32:07 +0000 (19:32 +0000)]
Added gnomevfs checks.
Original commit message from CVS:
Added gnomevfs checks.
David I. Lehn [Wed, 16 May 2001 07:16:47 +0000 (07:16 +0000)]
- 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
David I. Lehn [Wed, 16 May 2001 05:04:44 +0000 (05:04 +0000)]
- 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
David I. Lehn [Wed, 16 May 2001 04:07:33 +0000 (04:07 +0000)]
fix a couple warnings
Original commit message from CVS:
fix a couple warnings
Erik Walthinsen [Tue, 15 May 2001 09:04:41 +0000 (09:04 +0000)]
added ability to write out xml copy of pipeline
Original commit message from CVS:
added ability to write out xml copy of pipeline
Erik Walthinsen [Mon, 14 May 2001 08:51:55 +0000 (08:51 +0000)]
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
Erik Walthinsen [Thu, 10 May 2001 23:43:34 +0000 (23:43 +0000)]
some minor updates with a hair more speed
Original commit message from CVS:
some minor updates with a hair more speed
Erik Walthinsen [Thu, 10 May 2001 22:35:50 +0000 (22:35 +0000)]
move cothread_context definition over to the .c
Original commit message from CVS:
move cothread_context definition over to the .c
Erik Walthinsen [Thu, 10 May 2001 22:30:00 +0000 (22:30 +0000)]
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
Erik Walthinsen [Thu, 10 May 2001 22:10:19 +0000 (22:10 +0000)]
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
Erik Walthinsen [Thu, 10 May 2001 21:44:20 +0000 (21:44 +0000)]
corrected the rdtsc code, it actually, um, works now ;-)
Original commit message from CVS:
corrected the rdtsc code, it actually, um, works now ;-)
David I. Lehn [Thu, 10 May 2001 20:30:10 +0000 (20:30 +0000)]
Added simple latency tester.
Original commit message from CVS:
Added simple latency tester.
David I. Lehn [Thu, 10 May 2001 20:28:51 +0000 (20:28 +0000)]
Pass buffer in handoff signal
Original commit message from CVS:
Pass buffer in handoff signal
David I. Lehn [Thu, 10 May 2001 20:25:29 +0000 (20:25 +0000)]
just call exit() once
Original commit message from CVS:
just call exit() once
David I. Lehn [Wed, 9 May 2001 04:12:09 +0000 (04:12 +0000)]
Added "silent" arg.
Original commit message from CVS:
Added "silent" arg.
Wim Taymans [Sat, 5 May 2001 02:16:28 +0000 (02:16 +0000)]
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.
David I. Lehn [Sat, 5 May 2001 01:50:16 +0000 (01:50 +0000)]
update version
Original commit message from CVS:
update version
David I. Lehn [Sat, 5 May 2001 00:45:14 +0000 (00:45 +0000)]
Sync with current code - add more and more plugins.
Original commit message from CVS:
Sync with current code - add more and more plugins.
Erik Walthinsen [Thu, 3 May 2001 23:21:39 +0000 (23:21 +0000)]
fixed spelling mistake in user-visible output
Original commit message from CVS:
fixed spelling mistake in user-visible output
Wim Taymans [Thu, 3 May 2001 22:29:44 +0000 (22:29 +0000)]
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.
Wim Taymans [Thu, 3 May 2001 21:44:55 +0000 (21:44 +0000)]
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.
Wim Taymans [Thu, 3 May 2001 20:06:18 +0000 (20:06 +0000)]
API docs updates
Original commit message from CVS:
API docs updates
Wim Taymans [Thu, 3 May 2001 17:49:15 +0000 (17:49 +0000)]
Added Hermes to the required libs for gstplay.
Original commit message from CVS:
Added Hermes to the required libs for gstplay.
Wim Taymans [Wed, 2 May 2001 23:46:27 +0000 (23:46 +0000)]
Small manual changes.
Original commit message from CVS:
Small manual changes.
Added a section about autoplugging.
Wim Taymans [Wed, 2 May 2001 23:12:37 +0000 (23:12 +0000)]
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.
Wim Taymans [Tue, 1 May 2001 22:43:21 +0000 (22:43 +0000)]
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.
Richard Boulton [Tue, 1 May 2001 13:54:41 +0000 (13:54 +0000)]
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.
Wim Taymans [Mon, 30 Apr 2001 23:20:42 +0000 (23:20 +0000)]
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.
Richard Boulton [Mon, 30 Apr 2001 20:40:16 +0000 (20:40 +0000)]
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.
Richard Boulton [Mon, 30 Apr 2001 10:22:37 +0000 (10:22 +0000)]
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.
Richard Boulton [Sun, 29 Apr 2001 17:59:40 +0000 (17:59 +0000)]
Add detailed note (and patch) about automake problem.
Original commit message from CVS:
Add detailed note (and patch) about automake problem.
Steve Baker [Sun, 29 Apr 2001 07:41:17 +0000 (07:41 +0000)]
added mono2stereo and intfloatconvert plugin
Original commit message from CVS:
added mono2stereo and intfloatconvert plugin
Steve Baker [Sat, 28 Apr 2001 19:16:30 +0000 (19:16 +0000)]
added output of float properties
Original commit message from CVS:
added output of float properties
Steve Baker [Sat, 28 Apr 2001 18:58:05 +0000 (18:58 +0000)]
update sinesrc to latest caps
Original commit message from CVS:
update sinesrc to latest caps
Steve Baker [Sat, 28 Apr 2001 18:57:23 +0000 (18:57 +0000)]
add factory init for sinesrc
Original commit message from CVS:
add factory init for sinesrc
Steve Baker [Sat, 28 Apr 2001 18:56:10 +0000 (18:56 +0000)]
add gst_props_get_float function
Original commit message from CVS:
add gst_props_get_float function
David I. Lehn [Sat, 28 Apr 2001 03:38:09 +0000 (03:38 +0000)]
mpeg2parse2.c + audio = mpeg2parse3.c = a simple .vob player
Original commit message from CVS:
mpeg2parse2.c + audio = mpeg2parse3.c = a simple .vob player
Wim Taymans [Fri, 27 Apr 2001 21:14:56 +0000 (21:14 +0000)]
Added enum parsing...
Original commit message from CVS:
Added enum parsing...
Erik Walthinsen [Fri, 27 Apr 2001 20:58:24 +0000 (20:58 +0000)]
syntax error fixed (s/;/,/)
Original commit message from CVS:
syntax error fixed (s/;/,/)
Erik Walthinsen [Fri, 27 Apr 2001 20:31:22 +0000 (20:31 +0000)]
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.
David I. Lehn [Thu, 26 Apr 2001 05:47:04 +0000 (05:47 +0000)]
fix typos: %VAR -> $VAR
Original commit message from CVS:
fix typos: %VAR -> $VAR
Erik Walthinsen [Thu, 26 Apr 2001 00:20:29 +0000 (00:20 +0000)]
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
Richard Boulton [Wed, 25 Apr 2001 11:49:38 +0000 (11:49 +0000)]
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.
Erik Walthinsen [Tue, 24 Apr 2001 21:28:18 +0000 (21:28 +0000)]
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.
Erik Walthinsen [Tue, 24 Apr 2001 19:20:15 +0000 (19:20 +0000)]
- 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