Commit graph

1907 commits

Author SHA1 Message Date
Wim Taymans
2c9d646895 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.
2001-12-19 01:50:11 +00:00
Zaheer Abbas Merali
eb45d89cfb Added capsnego to the Tee Element
Original commit message from CVS:
Added capsnego to the Tee Element
2001-12-19 01:17:54 +00:00
Wim Taymans
4cbf01a7f0 Small g_print additions
Original commit message from CVS:
Small g_print additions
2001-12-18 19:45:31 +00:00
Wim Taymans
7dd1fb647b Remove the unref untill it works :(
Original commit message from CVS:
Remove the unref untill it works :(
2001-12-18 19:33:34 +00:00
Wim Taymans
b9e1c437bb Make launch catch pipeline events and print them out.
Original commit message from CVS:
Make launch catch pipeline events and print them out.
2001-12-18 19:07:06 +00:00
Wim Taymans
56d3cdf64a - 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
2001-12-18 19:03:07 +00:00
Wim Taymans
19bb74b352 Added IRIX compatibility code for dladdr
Original commit message from CVS:
Added IRIX compatibility code for dladdr
2001-12-18 17:02:02 +00:00
Wim Taymans
46ac5c55c2 free the entries and strings
Original commit message from CVS:
free the entries and strings
2001-12-18 16:56:40 +00:00
Wim Taymans
9a011a79c0 Reset the offset when going to READY
Original commit message from CVS:
Reset the offset when going to READY
2001-12-18 16:54:11 +00:00
Wim Taymans
741051f00d Clean to cothread context when destroyed
Original commit message from CVS:
Clean to cothread context when destroyed
2001-12-18 16:52:01 +00:00
Wim Taymans
4771e9affc 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>
2001-12-18 16:50:05 +00:00
Wim Taymans
e279738a3f Adde cothread context cleanup code
Original commit message from CVS:
Adde cothread context cleanup code
2001-12-18 16:49:13 +00:00
Wim Taymans
7cfd7c6d09 Added the testsuite
Original commit message from CVS:
Added the testsuite
2001-12-18 14:36:26 +00:00
Wim Taymans
b48a02d635 Added a testsuite for pipeline cleanup etc..
Original commit message from CVS:
Added a testsuite for pipeline cleanup etc..
2001-12-18 14:34:39 +00:00
Christian Schaller
5bdbee5a89 more // fixes
Original commit message from CVS:
more // fixes
2001-12-17 22:43:03 +00:00
Christian Schaller
8ebaaa0049 // fix
Original commit message from CVS:
// fix
2001-12-17 22:41:31 +00:00
Christian Schaller
3f55af9bb4 Ok, all // comments removed except the bloddy nested ones
Original commit message from CVS:
Ok, all // comments removed except the bloddy nested ones
2001-12-17 22:26:56 +00:00
Christian Schaller
b92cdd41c4 just one bad comment here
Original commit message from CVS:
just one bad comment here
2001-12-17 18:52:27 +00:00
Christian Schaller
ec729a5888 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
2001-12-17 18:51:40 +00:00
Christian Schaller
7886394507 more of the popular // fixes
Original commit message from CVS:
more of the popular // fixes
2001-12-17 18:14:51 +00:00
Thomas Vander Stichele
1776717a40 xing and xaudio cleanup
Original commit message from CVS:
xing and xaudio cleanup
2001-12-17 16:50:20 +00:00
Wim Taymans
ceef45b80b 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
2001-12-17 14:24:26 +00:00
Wim Taymans
17649a6679 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 :)
2001-12-17 14:18:03 +00:00
Wrobell
18ae9a069d - use GST_CFLAGS and GST_LIBS only
Original commit message from CVS:
- use GST_CFLAGS and GST_LIBS only
2001-12-17 12:47:39 +00:00
Thomas Vander Stichele
3235eb853d applied zilch's patch
Original commit message from CVS:
applied zilch's patch
2001-12-17 10:07:04 +00:00
Andrew Mitchell
f518f8e795 Re-add fix from the branch
Original commit message from CVS:
Re-add fix from the branch
2001-12-17 04:22:11 +00:00
Wim Taymans
209747879b also set the plugin builddir to pwd
Original commit message from CVS:
also set the plugin builddir to pwd
2001-12-16 23:46:50 +00:00
Andy Wingo
644940125e fixed CONFIG_DIR issues
Original commit message from CVS:
fixed CONFIG_DIR issues
2001-12-16 23:36:12 +00:00
Thomas Vander Stichele
2abe84ac12 fix GST_CONFIG_DIR
Original commit message from CVS:
fix GST_CONFIG_DIR
2001-12-16 22:37:17 +00:00
Thomas Vander Stichele
886cbe19ec try fixing GST_CONFIG_DIR
Original commit message from CVS:
try fixing GST_CONFIG_DIR
2001-12-16 22:15:02 +00:00
David I. Lehn
b343c988b6 merge fixup: guilaunch got removed, add it back
Original commit message from CVS:
merge fixup: guilaunch got removed, add it back
2001-12-16 20:02:53 +00:00
Wim Taymans
e567fed741 Remove the --help arg and don't quit
Original commit message from CVS:
Remove the --help arg and don't quit
2001-12-16 19:14:12 +00:00
Thomas Vander Stichele
00a26bb866 oss fix
Original commit message from CVS:

oss fix
2001-12-16 19:09:41 +00:00
Thomas Vander Stichele
0738d7dc34 flac should work
Original commit message from CVS:
flac should work
2001-12-16 19:09:03 +00:00
Thomas Vander Stichele
96915bec6c GST_CONFIG_DIR
Original commit message from CVS:
GST_CONFIG_DIR
2001-12-16 19:07:56 +00:00
Thomas Vander Stichele
d546e56fec too overzealous
Original commit message from CVS:
too overzealous
2001-12-16 19:00:11 +00:00
Thomas Vander Stichele
6c8ec194d9 remove ac3*
Original commit message from CVS:
remove ac3*
2001-12-16 18:55:49 +00:00
Wrobell
d4d144032c - 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
2001-12-16 18:49:35 +00:00
Andy Wingo
7e56c1dbe1 bye bye gstreamer-config
Original commit message from CVS:
bye bye gstreamer-config
2001-12-16 18:43:10 +00:00
Thomas Vander Stichele
e3e3e29c91 more removals
Original commit message from CVS:
more removals
2001-12-16 18:41:43 +00:00
Thomas Vander Stichele
3871f95faf moved oss check
Original commit message from CVS:
moved oss check
2001-12-16 18:39:06 +00:00
Wrobell
5de2baa2cd - clean up
Original commit message from CVS:
- clean up
2001-12-16 18:02:45 +00:00
Thomas Vander Stichele
e337ac9cbb 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
2001-12-16 17:01:04 +00:00
Thomas Vander Stichele
31fe57ee49 cleaned up gsm test
Original commit message from CVS:
cleaned up gsm test
2001-12-16 16:58:11 +00:00
Thomas Vander Stichele
a105028066 avifile and mad work
Original commit message from CVS:
avifile and mad work
2001-12-16 16:52:42 +00:00
Thomas Vander Stichele
d474557917 typo
Original commit message from CVS:
typo
2001-12-16 16:51:59 +00:00
Thomas Vander Stichele
e64c6256cc added cdparanoia check
Original commit message from CVS:
added cdparanoia check
2001-12-16 16:43:03 +00:00
Thomas Vander Stichele
9f86a21499 more fixes
Original commit message from CVS:
more fixes
2001-12-16 16:28:30 +00:00
Wim Taymans
426e20fb83 Removed the comment bug
Original commit message from CVS:
Removed the comment bug
2001-12-16 14:43:54 +00:00
Wim Taymans
e99a57366c Added the glade flags again
Original commit message from CVS:
Added the glade flags again
2001-12-16 14:40:13 +00:00