platform/upstream/gstreamer.git
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 :-)

22 years agoconversion to xml manuals
Andy Wingo [Sat, 15 Dec 2001 23:11:39 +0000 (23:11 +0000)]
conversion to xml manuals

Original commit message from CVS:
conversion to xml manuals

22 years agoAdded en axtra include for sys_errlist
Wim Taymans [Sat, 15 Dec 2001 22:59:24 +0000 (22:59 +0000)]
Added en axtra include for sys_errlist

Original commit message from CVS:
Added en axtra include for sys_errlist

22 years agoComment this one out until we have a shim
Wim Taymans [Sat, 15 Dec 2001 22:48:38 +0000 (22:48 +0000)]
Comment this one out until we have a shim

Original commit message from CVS:
Comment this one out until we have a shim

22 years agoVarious cleanups and leak fixage.
Wim Taymans [Sat, 15 Dec 2001 22:37:35 +0000 (22:37 +0000)]
Various cleanups and leak fixage.

Original commit message from CVS:
Various cleanups and leak fixage.

22 years agook, small fix due to me not considering the problem with nesting of comments
Christian Schaller [Sat, 15 Dec 2001 21:33:40 +0000 (21:33 +0000)]
ok, small fix due to me not considering the problem with nesting of comments

Original commit message from CVS:
ok, small fix due to me not considering the problem with nesting of comments

22 years agothis should really be right
Thomas Vander Stichele [Sat, 15 Dec 2001 20:43:40 +0000 (20:43 +0000)]
this should really be right

Original commit message from CVS:
this should really be right

22 years agoupdated .h files with // fixes
Christian Schaller [Sat, 15 Dec 2001 18:15:13 +0000 (18:15 +0000)]
updated .h files with // fixes

Original commit message from CVS:
updated .h files with // fixes

22 years agomore little fixes
Christian Schaller [Sat, 15 Dec 2001 17:17:46 +0000 (17:17 +0000)]
more little fixes

Original commit message from CVS:
more little fixes

22 years agofile acinclude.m4 was initially added on branch BRANCH-BUILD1.
Thomas Vander Stichele [Sat, 15 Dec 2001 16:10:29 +0000 (16:10 +0000)]
file acinclude.m4 was initially added on branch BRANCH-BUILD1.

Original commit message from CVS:
file acinclude.m4 was initially added on branch BRANCH-BUILD1.

22 years agorecommenting out line I had mistakedly uncommented
Christian Schaller [Sat, 15 Dec 2001 15:53:49 +0000 (15:53 +0000)]
recommenting out line I had mistakedly uncommented

Original commit message from CVS:
recommenting out line I had mistakedly uncommented

22 years agoremoved comment
Thomas Vander Stichele [Sat, 15 Dec 2001 15:32:09 +0000 (15:32 +0000)]
removed comment

Original commit message from CVS:
removed comment

22 years agoliblame check from autostars
Thomas Vander Stichele [Sat, 15 Dec 2001 14:28:54 +0000 (14:28 +0000)]
liblame check from autostars

Original commit message from CVS:
liblame check from autostars

22 years agothis is better for everyone involved
Thomas Vander Stichele [Sat, 15 Dec 2001 14:26:44 +0000 (14:26 +0000)]
this is better for everyone involved

Original commit message from CVS:
this is better for everyone involved

22 years agoadd nams to build req and remove bogus req from core
Christian Schaller [Sat, 15 Dec 2001 13:02:34 +0000 (13:02 +0000)]
add nams to build req and remove bogus req from core

Original commit message from CVS:
add nams to build req and remove bogus req from core

22 years agomajor SPEC file rehaul, added mp3encode, moved plugins out of core and added many...
Christian Schaller [Sat, 15 Dec 2001 12:44:44 +0000 (12:44 +0000)]
major SPEC file rehaul, added mp3encode, moved plugins out of core and added many require statements to plugins. Dobe...

Original commit message from CVS:
major SPEC file rehaul, added mp3encode, moved plugins out of core
and added many require statements to plugins. Dobey will be proud of me :)

22 years agoset HAVE_GNOME as well
Thomas Vander Stichele [Sat, 15 Dec 2001 12:00:22 +0000 (12:00 +0000)]
set HAVE_GNOME as well

Original commit message from CVS:
set HAVE_GNOME as well

22 years agoeditor and player didn't get built
Thomas Vander Stichele [Sat, 15 Dec 2001 11:42:57 +0000 (11:42 +0000)]
editor and player didn't get built

Original commit message from CVS:
editor and player didn't get built

22 years agoautogen.sh uses m4 dir for acinclude.m4 see if this works for everyone
Thomas Vander Stichele [Sat, 15 Dec 2001 11:18:21 +0000 (11:18 +0000)]
autogen.sh uses m4 dir for acinclude.m4 see if this works for everyone

Original commit message from CVS:
autogen.sh uses m4 dir for acinclude.m4
see if this works for everyone

22 years agom4 files for dependencies and a README
Thomas Vander Stichele [Sat, 15 Dec 2001 11:17:47 +0000 (11:17 +0000)]
m4 files for dependencies and a README

Original commit message from CVS:
m4 files for dependencies and a README

22 years agofix some of uraeus's commenting fixes can someone also put {} around GST_DEBUG statem...
Thomas Vander Stichele [Sat, 15 Dec 2001 01:01:57 +0000 (01:01 +0000)]
fix some of uraeus's commenting fixes can someone also put {} around GST_DEBUG statements after if's ?

Original commit message from CVS:
fix some of uraeus's commenting fixes
can someone also put {} around GST_DEBUG statements after if's ?

22 years agoreplacing disksrc with filesrc and adding some / which I think man wants
Christian Schaller [Fri, 14 Dec 2001 23:25:07 +0000 (23:25 +0000)]
replacing disksrc with filesrc and adding some / which I think man wants

Original commit message from CVS:
replacing disksrc with filesrc and adding some / which I think man wants

22 years agoaye ladie, no more ugly // comments here, even if Taaz gets upset about it
Christian Schaller [Fri, 14 Dec 2001 22:59:21 +0000 (22:59 +0000)]
aye ladie, no more ugly // comments here, even if Taaz gets upset about it

Original commit message from CVS:
aye ladie, no more ugly // comments here, even if Taaz gets upset about it

22 years agoAdded the GINT64 shim
Wim Taymans [Fri, 14 Dec 2001 21:45:36 +0000 (21:45 +0000)]
Added the GINT64 shim

Original commit message from CVS:
Added the GINT64 shim

22 years agojust one little // bugger here, good
Christian Schaller [Fri, 14 Dec 2001 21:36:16 +0000 (21:36 +0000)]
just one little // bugger here, good

Original commit message from CVS:
just one little // bugger here, good

22 years ago// comments no way! we are /* */ people here
Christian Schaller [Fri, 14 Dec 2001 21:34:56 +0000 (21:34 +0000)]
// comments no way! we are /* */ people here

Original commit message from CVS:
// comments no way! we are /* */ people here

22 years agodeath to all // comments, portability rules they do not
Christian Schaller [Fri, 14 Dec 2001 21:09:18 +0000 (21:09 +0000)]
death to all // comments, portability rules they do not

Original commit message from CVS:
death to all // comments, portability rules they do not

22 years agook, death to all // GCC only comments, we are going portable
Christian Schaller [Fri, 14 Dec 2001 20:56:51 +0000 (20:56 +0000)]
ok, death to all // GCC only comments, we are going portable

Original commit message from CVS:
ok, death to all // GCC only comments, we are going portable

22 years agoReadded the CFLAGS.
Wim Taymans [Fri, 14 Dec 2001 20:43:44 +0000 (20:43 +0000)]
Readded the CFLAGS.

Original commit message from CVS:
Readded the CFLAGS.

22 years agogst/gst.c (gst_main, gst_main_quit): upd.
Michael Meeks [Fri, 14 Dec 2001 18:11:52 +0000 (18:11 +0000)]
gst/gst.c (gst_main, gst_main_quit): upd.

Original commit message from CVS:
2001-12-14  Michael Meeks  <michael@ximian.com>

* gst/gst.c (gst_main, gst_main_quit): upd.

* gst/gstutils.c (gst_util_has_arg): impl.
(gst_util_get_int64_arg): impl.

* plugins/mpeg2/video/gstmpeg2play.c
(gst_mpeg2play_class_init): min frames per sec = 0.

* plugins/mikmod/gstmikmod.c (gst_mikmod_class_init):
s/16bit/use16bit/ properties can't begin with a non
alpha.

* tools/gstreamer-guilaunch.c: fresh from the ministy
of nasty hacks.

* tools/Makefile.am: enable gstreamer-guilaunch for
Gnome 2.0

* tools/gstreamer-launch.c (main): upd.
(idle_func): quit the mainloop.

22 years agogo away
Thomas Vander Stichele [Fri, 14 Dec 2001 17:46:56 +0000 (17:46 +0000)]
go away

Original commit message from CVS:
go away

22 years agoso yeah
Thomas Vander Stichele [Fri, 14 Dec 2001 17:46:01 +0000 (17:46 +0000)]
so yeah

Original commit message from CVS:
so yeah

22 years ago/me is stupid
Thomas Vander Stichele [Fri, 14 Dec 2001 17:15:49 +0000 (17:15 +0000)]
/me is stupid

Original commit message from CVS:
/me is stupid

22 years agothese work
Thomas Vander Stichele [Fri, 14 Dec 2001 15:16:28 +0000 (15:16 +0000)]
these work

Original commit message from CVS:
these work