platform/upstream/gstreamer.git
22 years agoTee Fixes. added cothread_stop (not used) improved the pad event dispatcher.
Wim Taymans [Tue, 25 Dec 2001 02:15:46 +0000 (02:15 +0000)]
Tee Fixes. added cothread_stop (not used) improved the pad event dispatcher.

Original commit message from CVS:
Tee Fixes.
added cothread_stop (not used)
improved the pad event dispatcher.
added an event_received signal on the pad.
do less state changes in the autoplugger.
small scheduler fix.

22 years agomissing include
Ronald S. Bultje [Mon, 24 Dec 2001 22:57:32 +0000 (22:57 +0000)]
missing include

Original commit message from CVS:
missing include

22 years agofinalize removal of httpsrc
Andy Wingo [Mon, 24 Dec 2001 22:11:04 +0000 (22:11 +0000)]
finalize removal of httpsrc

Original commit message from CVS:
finalize removal of httpsrc

22 years agoremoved httpsrc from core
Andy Wingo [Mon, 24 Dec 2001 21:33:03 +0000 (21:33 +0000)]
removed httpsrc from core

Original commit message from CVS:
removed httpsrc from core

22 years agoremoved lib directories (they are in libs/gst now)
Andy Wingo [Mon, 24 Dec 2001 20:52:36 +0000 (20:52 +0000)]
removed lib directories (they are in libs/gst now)

Original commit message from CVS:
removed lib directories (they are in libs/gst now)

22 years agoBetter, cleaner state management of the scheduler by adding scheduler state flags.
Wim Taymans [Mon, 24 Dec 2001 15:14:03 +0000 (15:14 +0000)]
Better, cleaner state management of the scheduler by adding scheduler state flags.

Original commit message from CVS:
Better, cleaner state management of the scheduler by adding scheduler state
flags.
typefind has to interrupt instead of yield.
Fix a leak in the queue when it's dropping buffers.

22 years agoAdded some more stats about iteration times
Wim Taymans [Mon, 24 Dec 2001 12:30:09 +0000 (12:30 +0000)]
Added some more stats about iteration times

Original commit message from CVS:
Added some more stats about iteration times

22 years agoadditions
Thomas Vander Stichele [Mon, 24 Dec 2001 09:59:34 +0000 (09:59 +0000)]
additions

Original commit message from CVS:
additions

22 years agoHide the fact that caps nego doesn't work over a queue.
Wim Taymans [Mon, 24 Dec 2001 01:04:08 +0000 (01:04 +0000)]
Hide the fact that caps nego doesn't work over a queue.

Original commit message from CVS:
Hide the fact that caps nego doesn't work over a queue.

Can someone fix xvideosink so that it compiles with Xv support again?

22 years agoRemoved the munmap for now
Wim Taymans [Sun, 23 Dec 2001 23:36:44 +0000 (23:36 +0000)]
Removed the munmap for now

Original commit message from CVS:
Removed the munmap for now

22 years agosmall fix
Thomas Vander Stichele [Sun, 23 Dec 2001 22:33:18 +0000 (22:33 +0000)]
small fix

Original commit message from CVS:
small fix

22 years agoremoving all plugin checks
Thomas Vander Stichele [Sun, 23 Dec 2001 21:06:48 +0000 (21:06 +0000)]
removing all plugin checks

Original commit message from CVS:
removing all plugin checks

22 years agoplugins should be gotten from the separate gst-plugins module from now on we're fixin...
Thomas Vander Stichele [Sun, 23 Dec 2001 20:59:46 +0000 (20:59 +0000)]
plugins should be gotten from the separate gst-plugins module from now on we're fixing bugs there all over the place

Original commit message from CVS:
plugins should be gotten from the separate gst-plugins module from now on
we're fixing bugs there all over the place

22 years agomore changes
Thomas Vander Stichele [Sun, 23 Dec 2001 18:12:12 +0000 (18:12 +0000)]
more changes

Original commit message from CVS:
more changes

22 years agomoving around
Thomas Vander Stichele [Sun, 23 Dec 2001 17:27:58 +0000 (17:27 +0000)]
moving around

Original commit message from CVS:
moving around

22 years agoAdded a drawing of a possible player architecture added plugin guidelines
Wim Taymans [Sun, 23 Dec 2001 17:18:27 +0000 (17:18 +0000)]
Added a drawing of a possible player architecture added plugin guidelines

Original commit message from CVS:
Added a drawing of a possible player architecture
added plugin guidelines

22 years agochanging stuff
Thomas Vander Stichele [Sun, 23 Dec 2001 17:14:13 +0000 (17:14 +0000)]
changing stuff

Original commit message from CVS:
changing stuff

22 years agomoving libs around
Thomas Vander Stichele [Sun, 23 Dec 2001 17:12:25 +0000 (17:12 +0000)]
moving libs around

Original commit message from CVS:
moving libs around

22 years agono plugins builds by default
Andy Wingo [Sun, 23 Dec 2001 16:51:07 +0000 (16:51 +0000)]
no plugins builds by default

Original commit message from CVS:
no plugins builds by default

22 years agoFix an event leak
Wim Taymans [Sun, 23 Dec 2001 14:50:44 +0000 (14:50 +0000)]
Fix an event leak

Original commit message from CVS:
Fix an event leak
Ne need to save signals on longjmp

22 years agoBetter cothread cleanup
Wim Taymans [Sun, 23 Dec 2001 14:27:48 +0000 (14:27 +0000)]
Better cothread cleanup

Original commit message from CVS:
Better cothread cleanup

22 years agoadded --disable-plugins option; useful if you are making the switch to gst-plugins
Andy Wingo [Sun, 23 Dec 2001 05:59:38 +0000 (05:59 +0000)]
added --disable-plugins option; useful if you are making the switch to gst-plugins

Original commit message from CVS:
added --disable-plugins option; useful if you are making the switch to
gst-plugins

22 years agopkg-config related fixes note that a relative path in your PKG_CONFIG_PATH will show...
Andy Wingo [Sun, 23 Dec 2001 03:24:17 +0000 (03:24 +0000)]
pkg-config related fixes note that a relative path in your PKG_CONFIG_PATH will show up as ${pcfiledir}, unfortunately

Original commit message from CVS:
pkg-config related fixes
note that a relative path in your PKG_CONFIG_PATH will show up as ${pcfiledir},
unfortunately

22 years agoadded new libs stuff
Thomas Vander Stichele [Sun, 23 Dec 2001 00:11:14 +0000 (00:11 +0000)]
added new libs stuff

Original commit message from CVS:
added new libs stuff

22 years agomoving bytestream in the same way as in gst-plugins since ac3parse needs it
Thomas Vander Stichele [Sun, 23 Dec 2001 00:07:59 +0000 (00:07 +0000)]
moving bytestream in the same way as in gst-plugins since ac3parse needs it

Original commit message from CVS:
moving bytestream in the same way as in gst-plugins since ac3parse needs it

22 years agoNever destroy the current cothread.
Wim Taymans [Sat, 22 Dec 2001 23:19:17 +0000 (23:19 +0000)]
Never destroy the current cothread.

Original commit message from CVS:
Never destroy the current cothread.
Don't try to signal the scheduler if we don't have one

22 years agoIncluding pad.h should be enough.
Wim Taymans [Sat, 22 Dec 2001 21:57:24 +0000 (21:57 +0000)]
Including pad.h should be enough.

Original commit message from CVS:
Including pad.h should be enough.

22 years agoFixed the typefind function
Wim Taymans [Sat, 22 Dec 2001 21:28:16 +0000 (21:28 +0000)]
Fixed the typefind function

Original commit message from CVS:
Fixed the typefind function

22 years agoAdded buffer stats at the end, if it's not 0, we have a leak.
Wim Taymans [Sat, 22 Dec 2001 21:26:56 +0000 (21:26 +0000)]
Added buffer stats at the end, if it's not 0, we have a leak.

Original commit message from CVS:
Added buffer stats at the end, if it's not 0, we have a leak.

22 years agoThis is an attempt at not segfaulting on errors but reporting some usefull info instead.
Wim Taymans [Sat, 22 Dec 2001 21:18:17 +0000 (21:18 +0000)]
This is an attempt at not segfaulting on errors but reporting some usefull info instead.

Original commit message from CVS:
This is an attempt at not segfaulting on errors but reporting some
usefull info instead.
- bin changes so errors can propagate.
- changed the _FAST macros to _CAST because that is what they do.
- removed all references to cothreads out of the core, they are
really a scheduler issue, handler with a sched_private gpointer.
- added a live buffer count, for debugging buffer leaks.
- added error checking in gst_scheduler_state_transition this solves the
"out of cothreads" problem.
- GST_ELEMENT_NO_ENTRY == GST_ELEMENT_INFINITE_LOOP
- added 2 private element flasg for use by the scheduler
(_COTHREAD_STOPPING) is now
- added scheduler entry points:
- _yield : to create possible scheduling points.
- _interrupt: to stop execution of an element.
- _error: to signal en error condition to the scheduler.
- improved error messages for pads.
- signal gst_element_error where appropriate.
- added the a new bin to the parent before entering it so one can reference
its children.
- queue memleak fixes on dispose.
- added possible deadlock detection in queue (turned off be default)
- GstBasicScheduler is a real class of its own now, hiding its internal
variables.
- GST_ELEMENT_IS_COTHREAD_STOPPING is gone. either call explicit _yield
operations, or make a sane loop.
- Better state change handling in filesrc. Better error reporting/recovery
too.
- updated core plugins.
- detect non decoupled elements on scheduler boundries and error.

22 years agodebian/Makfile.in was not getting produced, so i commented it out of AC_OUTPUT.
Andy Wingo [Sat, 22 Dec 2001 02:21:39 +0000 (02:21 +0000)]
debian/Makfile.in was not getting produced, so i commented it out of AC_OUTPUT.

Original commit message from CVS:
debian/Makfile.in was not getting produced, so i commented it out of AC_OUTPUT.

22 years agochanged -d configure option to --autogen-debug added --autogen-noconfigure option...
Andy Wingo [Sat, 22 Dec 2001 01:58:59 +0000 (01:58 +0000)]
changed -d configure option to --autogen-debug added --autogen-noconfigure option that skips the configure stage adde...

Original commit message from CVS:
* changed -d configure option to --autogen-debug
* added --autogen-noconfigure option that skips the configure stage
* added --autogen-nocheck to skip version checks
* cleared a little bit of kruft

22 years agoRemove Debian control files from distribution: they become immediately out of date...
David I. Lehn [Fri, 21 Dec 2001 20:26:57 +0000 (20:26 +0000)]
Remove Debian control files from distribution: they become immediately out of date when the lazy maintainer doesn't h...

Original commit message from CVS:
Remove Debian control files from distribution:
* they become immediately out of date when the lazy maintainer doesn't
have them ready when rest of code is released
* they are an annoyance when renaming or deleting files

22 years agooutput cosmetic fix
Thomas Vander Stichele [Fri, 21 Dec 2001 13:52:18 +0000 (13:52 +0000)]
output cosmetic fix

Original commit message from CVS:
output cosmetic fix

22 years agothis patch fixes arts and artsd compilation problems. this is necessary for make...
Andy Wingo [Thu, 20 Dec 2001 20:41:28 +0000 (20:41 +0000)]
this patch fixes arts and artsd compilation problems. this is necessary for make dist to work. i know plugins are bei...

Original commit message from CVS:
this patch fixes arts and artsd compilation problems. this is necessary for make
dist to work. i know plugins are being moved, though, this needs to be ported to
the -plugins module.

* experimental and broken selection now use GST_CHECK_FEATURE, for what it's worth
* crucial fixes to arts m4's that need backporting to autostars and -plugins
* make gst-feature less frantic in reporting missing plugins
* cleanups and misc arts fixes

22 years agoAdded another test app.
Wim Taymans [Thu, 20 Dec 2001 20:06:45 +0000 (20:06 +0000)]
Added another test app.

Original commit message from CVS:
Added another test app.

22 years ago- Reclaim cothread state even if the cothread was never activated after the free.
Wim Taymans [Thu, 20 Dec 2001 20:03:10 +0000 (20:03 +0000)]
- Reclaim cothread state even if the cothread was never activated after the free.

Original commit message from CVS:
- Reclaim cothread state even if the cothread was never activated after
the free.
- fix the bin state change when there are no more children.
- use a real method to signal the parent bin of a state change.
- move the state change policy in the scheduler.
- remove the unused and ridiculous state change event
- don't free the cothread state when the element is disabled. only free it
when the element is removed from the scheduler.

22 years agocothread cleanup.
Wim Taymans [Thu, 20 Dec 2001 02:41:34 +0000 (02:41 +0000)]
cothread cleanup.

Original commit message from CVS:
cothread cleanup.
- removed some old code.
- ran the thing through indent
- rename cothread_init/free to cothread_context_init/free
- implement cothread_free/destroy to clear the cothread_state slot
- make cothread_init reuse empty slots.
minor cleanups in error reporting (gstpad, gstelement)
code cleanup in gstthread
make unexpected state changes in gstthread less fatal
free the cothread_state in the scheduler.

This one passes all the current cvs testcases including dynamic-pipeline.

22 years agogstreamer.m4 extra_dist removal
Andy Wingo [Thu, 20 Dec 2001 01:27:13 +0000 (01:27 +0000)]
gstreamer.m4 extra_dist removal

Original commit message from CVS:
gstreamer.m4 extra_dist removal

22 years agoremoved gstreamer.m4 (packages should use pkg.m4) guilaunch depends only on gtk,...
Andy Wingo [Thu, 20 Dec 2001 01:20:22 +0000 (01:20 +0000)]
removed gstreamer.m4 (packages should use pkg.m4) guilaunch depends only on gtk, not libglade-gnome removed an unnece...

Original commit message from CVS:
* removed gstreamer.m4 (packages should use pkg.m4)
* guilaunch depends only on gtk, not libglade-gnome
* removed an unnecessary check in dynamic-pipeline.c
* attempted to avoid a spurious autoheader run
* gtk2 fixes
* killed a lot of files that automake brings in for us
* killed acinclude.m4, it's autogenerated

22 years agofix to get guilaunch to build properly with gnome2
Andy Wingo [Wed, 19 Dec 2001 22:16:01 +0000 (22:16 +0000)]
fix to get guilaunch to build properly with gnome2

Original commit message from CVS:
fix to get guilaunch to build properly with gnome2

22 years agoThe test apps I'm using to track down cleanup issues.
Wim Taymans [Wed, 19 Dec 2001 19:25:06 +0000 (19:25 +0000)]
The test apps I'm using to track down cleanup issues.

Original commit message from CVS:
The test apps I'm using to track down cleanup issues.

22 years agoAdded object cleanup at the end of -launch, report all problems please.
Wim Taymans [Wed, 19 Dec 2001 19:23:51 +0000 (19:23 +0000)]
Added object cleanup at the end of -launch, report all problems please.

Original commit message from CVS:
Added object cleanup at the end of -launch, report all problems
please.

22 years agoSome more work on cleanup.
Wim Taymans [Wed, 19 Dec 2001 19:22:53 +0000 (19:22 +0000)]
Some more work on cleanup.

Original commit message from CVS:
Some more work on cleanup.
- added two functions in the scheduler _setup and _reset to initialize
the context. In the case of the cothread context we have to map the
cothread stack space onto the threads stack.
- setup/reset the scheduler context in the threads context.
- fix the ghostpad cleanup.
- slightly changed the scheduler code to cleanly remove connections.

22 years agoinclude gstevent.h
Wim Taymans [Wed, 19 Dec 2001 02:19:00 +0000 (02:19 +0000)]
include gstevent.h

Original commit message from CVS:
include gstevent.h

22 years agoInclude it all
Wim Taymans [Wed, 19 Dec 2001 02:05:59 +0000 (02:05 +0000)]
Include it all

Original commit message from CVS:
Include it all

22 years agoMoved the typedef to gsttypes.h as stock rh 7.2 gcc doesn't seem to like it otherwise.
Wim Taymans [Wed, 19 Dec 2001 01:50:11 +0000 (01:50 +0000)]
Moved the typedef to gsttypes.h as stock rh 7.2 gcc doesn't seem to like it otherwise.

Original commit message from CVS:
Moved the typedef to gsttypes.h as stock rh 7.2 gcc doesn't seem to like
it otherwise.

22 years agoAdded capsnego to the Tee Element
Zaheer Abbas Merali [Wed, 19 Dec 2001 01:17:54 +0000 (01:17 +0000)]
Added capsnego to the Tee Element

Original commit message from CVS:
Added capsnego to the Tee Element

22 years agoSmall g_print additions
Wim Taymans [Tue, 18 Dec 2001 19:45:31 +0000 (19:45 +0000)]
Small g_print additions

Original commit message from CVS:
Small g_print additions

22 years agoRemove the unref untill it works :(
Wim Taymans [Tue, 18 Dec 2001 19:33:34 +0000 (19:33 +0000)]
Remove the unref untill it works :(

Original commit message from CVS:
Remove the unref untill it works :(

22 years agoMake launch catch pipeline events and print them out.
Wim Taymans [Tue, 18 Dec 2001 19:07:06 +0000 (19:07 +0000)]
Make launch catch pipeline events and print them out.

Original commit message from CVS:
Make launch catch pipeline events and print them out.

22 years ago- Elements can now send events to their parent.
Wim Taymans [Tue, 18 Dec 2001 19:03:07 +0000 (19:03 +0000)]
- Elements can now send events to their parent.

Original commit message from CVS:
- Elements can now send events to their parent.
- remove the g_signals from the core for parent<->child communication
- the application can easily get element info by listening for an event
signal from the toplevel bin.
- added gst_element_info()/_error().
- fakesrc and fakesink use the info event instead of g_print.
- GST_TYPE_* causes segfaults with elect fence, rever to G_TYPE_POINTER
until we know what's wrong.
- various leaks fixed wrt element destroy.
- The object that created the event is now stored as GST_EVENT_SRC

22 years agoAdded IRIX compatibility code for dladdr
Wim Taymans [Tue, 18 Dec 2001 17:02:02 +0000 (17:02 +0000)]
Added IRIX compatibility code for dladdr

Original commit message from CVS:
Added IRIX compatibility code for dladdr

22 years agofree the entries and strings
Wim Taymans [Tue, 18 Dec 2001 16:56:40 +0000 (16:56 +0000)]
free the entries and strings

Original commit message from CVS:
free the entries and strings

22 years agoReset the offset when going to READY
Wim Taymans [Tue, 18 Dec 2001 16:54:11 +0000 (16:54 +0000)]
Reset the offset when going to READY

Original commit message from CVS:
Reset the offset when going to READY

22 years agoClean to cothread context when destroyed
Wim Taymans [Tue, 18 Dec 2001 16:52:01 +0000 (16:52 +0000)]
Clean to cothread context when destroyed

Original commit message from CVS:
Clean to cothread context when destroyed

22 years agoApplied a cothread setup patch for IRIX from Nick Blievers
Wim Taymans [Tue, 18 Dec 2001 16:50:05 +0000 (16:50 +0000)]
Applied a cothread setup patch for IRIX from Nick Blievers

Original commit message from CVS:
Applied a cothread setup patch for IRIX from Nick Blievers
<nick.blievers@adacel.com>

22 years agoAdde cothread context cleanup code
Wim Taymans [Tue, 18 Dec 2001 16:49:13 +0000 (16:49 +0000)]
Adde cothread context cleanup code

Original commit message from CVS:
Adde cothread context cleanup code

22 years agoAdded the testsuite
Wim Taymans [Tue, 18 Dec 2001 14:36:26 +0000 (14:36 +0000)]
Added the testsuite

Original commit message from CVS:
Added the testsuite

22 years agoAdded a testsuite for pipeline cleanup etc..
Wim Taymans [Tue, 18 Dec 2001 14:34:39 +0000 (14:34 +0000)]
Added a testsuite for pipeline cleanup etc..

Original commit message from CVS:
Added a testsuite for pipeline cleanup etc..

22 years agomore // fixes
Christian Schaller [Mon, 17 Dec 2001 22:43:03 +0000 (22:43 +0000)]
more // fixes

Original commit message from CVS:
more // fixes

22 years ago// fix
Christian Schaller [Mon, 17 Dec 2001 22:41:31 +0000 (22:41 +0000)]
// fix

Original commit message from CVS:
// fix

22 years agoOk, all // comments removed except the bloddy nested ones
Christian Schaller [Mon, 17 Dec 2001 22:26:56 +0000 (22:26 +0000)]
Ok, all // comments removed except the bloddy nested ones

Original commit message from CVS:
Ok, all // comments removed except the bloddy nested ones

22 years agojust one bad comment here
Christian Schaller [Mon, 17 Dec 2001 18:52:27 +0000 (18:52 +0000)]
just one bad comment here

Original commit message from CVS:
just one bad comment here

22 years agook, one big bad file fixed for // comments almost, darn those nested comments irritate me
Christian Schaller [Mon, 17 Dec 2001 18:51:40 +0000 (18:51 +0000)]
ok, one big bad file fixed for // comments almost, darn those nested comments irritate me

Original commit message from CVS:
ok, one big bad file fixed for // comments almost, darn those nested comments irritate me

22 years agomore of the popular // fixes
Christian Schaller [Mon, 17 Dec 2001 18:14:51 +0000 (18:14 +0000)]
more of the popular // fixes

Original commit message from CVS:
more of the popular // fixes

22 years agoxing and xaudio cleanup
Thomas Vander Stichele [Mon, 17 Dec 2001 16:50:20 +0000 (16:50 +0000)]
xing and xaudio cleanup

Original commit message from CVS:
xing and xaudio cleanup

22 years agoSome help for playing both audio in video with -launch
Wim Taymans [Mon, 17 Dec 2001 14:24:26 +0000 (14:24 +0000)]
Some help for playing both audio in video with -launch

Original commit message from CVS:
Some help for playing both audio in video with -launch

22 years agoAdded parallel pipeline syntex to the parser. ./gstreamer-launch filesrc location...
Wim Taymans [Mon, 17 Dec 2001 14:18:03 +0000 (14:18 +0000)]
Added parallel pipeline syntex to the parser. ./gstreamer-launch filesrc location=/opt/data/AlienSong.mpg ! mpegdemux...

Original commit message from CVS:
Added parallel pipeline syntex to the parser.

./gstreamer-launch filesrc location=/opt/data/AlienSong.mpg ! mpegdemux
name=foo video_00! { queue ! mpeg2dec ! sdlvideosink } foo.audio_00! { queue
! mad ! osssink }

should do the trick :)

22 years ago- use GST_CFLAGS and GST_LIBS only
Wrobell [Mon, 17 Dec 2001 12:47:39 +0000 (12:47 +0000)]
- use GST_CFLAGS and GST_LIBS only

Original commit message from CVS:
- use GST_CFLAGS and GST_LIBS only

22 years agoapplied zilch's patch
Thomas Vander Stichele [Mon, 17 Dec 2001 10:07:04 +0000 (10:07 +0000)]
applied zilch's patch

Original commit message from CVS:
applied zilch's patch

22 years agoRe-add fix from the branch
Andrew Mitchell [Mon, 17 Dec 2001 04:22:11 +0000 (04:22 +0000)]
Re-add fix from the branch

Original commit message from CVS:
Re-add fix from the branch

22 years agoalso set the plugin builddir to pwd
Wim Taymans [Sun, 16 Dec 2001 23:46:50 +0000 (23:46 +0000)]
also set the plugin builddir to pwd

Original commit message from CVS:
also set the plugin builddir to pwd

22 years agofixed CONFIG_DIR issues
Andy Wingo [Sun, 16 Dec 2001 23:36:12 +0000 (23:36 +0000)]
fixed CONFIG_DIR issues

Original commit message from CVS:
fixed CONFIG_DIR issues

22 years agofix GST_CONFIG_DIR
Thomas Vander Stichele [Sun, 16 Dec 2001 22:37:17 +0000 (22:37 +0000)]
fix GST_CONFIG_DIR

Original commit message from CVS:
fix GST_CONFIG_DIR

22 years agotry fixing GST_CONFIG_DIR
Thomas Vander Stichele [Sun, 16 Dec 2001 22:15:02 +0000 (22:15 +0000)]
try fixing GST_CONFIG_DIR

Original commit message from CVS:
try fixing GST_CONFIG_DIR

22 years agomerge fixup: guilaunch got removed, add it back
David I. Lehn [Sun, 16 Dec 2001 20:02:53 +0000 (20:02 +0000)]
merge fixup: guilaunch got removed, add it back

Original commit message from CVS:
merge fixup: guilaunch got removed, add it back

22 years agoRemove the --help arg and don't quit
Wim Taymans [Sun, 16 Dec 2001 19:14:12 +0000 (19:14 +0000)]
Remove the --help arg and don't quit

Original commit message from CVS:
Remove the --help arg and don't quit

22 years agooss fix
Thomas Vander Stichele [Sun, 16 Dec 2001 19:09:41 +0000 (19:09 +0000)]
oss fix

Original commit message from CVS:

oss fix

22 years agoflac should work
Thomas Vander Stichele [Sun, 16 Dec 2001 19:09:03 +0000 (19:09 +0000)]
flac should work

Original commit message from CVS:
flac should work

22 years agoGST_CONFIG_DIR
Thomas Vander Stichele [Sun, 16 Dec 2001 19:07:56 +0000 (19:07 +0000)]
GST_CONFIG_DIR

Original commit message from CVS:
GST_CONFIG_DIR

22 years agotoo overzealous
Thomas Vander Stichele [Sun, 16 Dec 2001 19:00:11 +0000 (19:00 +0000)]
too overzealous

Original commit message from CVS:
too overzealous

22 years agoremove ac3*
Thomas Vander Stichele [Sun, 16 Dec 2001 18:55:49 +0000 (18:55 +0000)]
remove ac3*

Original commit message from CVS:
remove ac3*

22 years ago- use GST_CFLAGS only
Wrobell [Sun, 16 Dec 2001 18:49:35 +0000 (18:49 +0000)]
- use GST_CFLAGS only

Original commit message from CVS:
- use GST_CFLAGS only
- use AM_CFLAGS instead of CFLAGS so user cflags are not overwritten
- use LDADD instead of LIBS (by analogy for <program>_LDADD, look for
example in tools/Makefile.am) - kill me if it is wrong

22 years agobye bye gstreamer-config
Andy Wingo [Sun, 16 Dec 2001 18:43:10 +0000 (18:43 +0000)]
bye bye gstreamer-config

Original commit message from CVS:
bye bye gstreamer-config

22 years agomore removals
Thomas Vander Stichele [Sun, 16 Dec 2001 18:41:43 +0000 (18:41 +0000)]
more removals

Original commit message from CVS:
more removals

22 years agomoved oss check
Thomas Vander Stichele [Sun, 16 Dec 2001 18:39:06 +0000 (18:39 +0000)]
moved oss check

Original commit message from CVS:
moved oss check

22 years ago- clean up
Wrobell [Sun, 16 Dec 2001 18:02:45 +0000 (18:02 +0000)]
- clean up

Original commit message from CVS:
- clean up

22 years agook, mad is ok flac could be too, let's see gsm is unbroken give it a whirl
Thomas Vander Stichele [Sun, 16 Dec 2001 17:01:04 +0000 (17:01 +0000)]
ok, mad is ok flac could be too, let's see gsm is unbroken give it a whirl

Original commit message from CVS:
ok, mad is ok
flac could be too, let's see
gsm is unbroken
give it a whirl

22 years agocleaned up gsm test
Thomas Vander Stichele [Sun, 16 Dec 2001 16:58:11 +0000 (16:58 +0000)]
cleaned up gsm test

Original commit message from CVS:
cleaned up gsm test

22 years agoavifile and mad work
Thomas Vander Stichele [Sun, 16 Dec 2001 16:52:42 +0000 (16:52 +0000)]
avifile and mad work

Original commit message from CVS:
avifile and mad work

22 years agotypo
Thomas Vander Stichele [Sun, 16 Dec 2001 16:51:59 +0000 (16:51 +0000)]
typo

Original commit message from CVS:
typo

22 years agoadded cdparanoia check
Thomas Vander Stichele [Sun, 16 Dec 2001 16:43:03 +0000 (16:43 +0000)]
added cdparanoia check

Original commit message from CVS:
added cdparanoia check

22 years agomore fixes
Thomas Vander Stichele [Sun, 16 Dec 2001 16:28:30 +0000 (16:28 +0000)]
more fixes

Original commit message from CVS:
more fixes

22 years agoRemoved the comment bug
Wim Taymans [Sun, 16 Dec 2001 14:43:54 +0000 (14:43 +0000)]
Removed the comment bug

Original commit message from CVS:
Removed the comment bug

22 years agoAdded the glade flags again
Wim Taymans [Sun, 16 Dec 2001 14:40:13 +0000 (14:40 +0000)]
Added the glade flags again

Original commit message from CVS:
Added the glade flags again

22 years agomerged back from build branch let's hope you all agree
Thomas Vander Stichele [Sun, 16 Dec 2001 14:23:19 +0000 (14:23 +0000)]
merged back from build branch let's hope you all agree

Original commit message from CVS:
merged back from build branch
let's hope you all agree

22 years agono more admonition graphics (those pointing fingers beside 'notes' et al) because...
Andy Wingo [Sat, 15 Dec 2001 23:28:44 +0000 (23:28 +0000)]
no more admonition graphics (those pointing fingers beside 'notes' et al) because there's no standard path to find them.

Original commit message from CVS:
no more admonition graphics (those pointing fingers beside 'notes' et al)
because there's no standard path to find them.

22 years agoFix some comment errors.
Wim Taymans [Sat, 15 Dec 2001 23:18:15 +0000 (23:18 +0000)]
Fix some comment errors.

Original commit message from CVS:
Fix some comment errors.

22 years agoconversion to docbook-xml. i don't have to ask that this be testing, because not...
Andy Wingo [Sat, 15 Dec 2001 23:13:04 +0000 (23:13 +0000)]
conversion to docbook-xml. i don't have to ask that this be testing, because not ionly is it perfect, but i'm sure yo...

Original commit message from CVS:
conversion to docbook-xml. i don't have to ask that this be testing, because
not ionly is it perfect, but i'm sure you folks will learn that on your own :-)