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.
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
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
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 :(
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.
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
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
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
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
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
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>
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
Wim Taymans [Tue, 18 Dec 2001 14:36:26 +0000 (14:36 +0000)]
Added the testsuite
Original commit message from CVS:
Added the testsuite
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..
Christian Schaller [Mon, 17 Dec 2001 22:43:03 +0000 (22:43 +0000)]
more // fixes
Original commit message from CVS:
more // fixes
Christian Schaller [Mon, 17 Dec 2001 22:41:31 +0000 (22:41 +0000)]
// fix
Original commit message from CVS:
// fix
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
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
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
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
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
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
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 :)
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
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
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
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
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
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
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
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
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
Thomas Vander Stichele [Sun, 16 Dec 2001 19:09:41 +0000 (19:09 +0000)]
oss fix
Original commit message from CVS:
oss fix
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
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
Thomas Vander Stichele [Sun, 16 Dec 2001 19:00:11 +0000 (19:00 +0000)]
too overzealous
Original commit message from CVS:
too overzealous
Thomas Vander Stichele [Sun, 16 Dec 2001 18:55:49 +0000 (18:55 +0000)]
remove ac3*
Original commit message from CVS:
remove ac3*
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
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
Thomas Vander Stichele [Sun, 16 Dec 2001 18:41:43 +0000 (18:41 +0000)]
more removals
Original commit message from CVS:
more removals
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
Wrobell [Sun, 16 Dec 2001 18:02:45 +0000 (18:02 +0000)]
- clean up
Original commit message from CVS:
- clean up
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
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
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
Thomas Vander Stichele [Sun, 16 Dec 2001 16:51:59 +0000 (16:51 +0000)]
typo
Original commit message from CVS:
typo
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
Thomas Vander Stichele [Sun, 16 Dec 2001 16:28:30 +0000 (16:28 +0000)]
more fixes
Original commit message from CVS:
more fixes
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
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
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
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.
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.
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 :-)
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
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
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
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.
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
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
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
Christian Schaller [Sat, 15 Dec 2001 17:17:46 +0000 (17:17 +0000)]
more little fixes
Original commit message from CVS:
more little fixes
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.
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
Thomas Vander Stichele [Sat, 15 Dec 2001 15:32:09 +0000 (15:32 +0000)]
removed comment
Original commit message from CVS:
removed comment
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
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
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
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 :)
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
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
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
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
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 ?
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
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
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
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
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
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
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
Wim Taymans [Fri, 14 Dec 2001 20:43:44 +0000 (20:43 +0000)]
Readded the CFLAGS.
Original commit message from CVS:
Readded the CFLAGS.
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.
Thomas Vander Stichele [Fri, 14 Dec 2001 17:46:56 +0000 (17:46 +0000)]
go away
Original commit message from CVS:
go away
Thomas Vander Stichele [Fri, 14 Dec 2001 17:46:01 +0000 (17:46 +0000)]
so yeah
Original commit message from CVS:
so yeah
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
Thomas Vander Stichele [Fri, 14 Dec 2001 15:16:28 +0000 (15:16 +0000)]
these work
Original commit message from CVS:
these work
Wim Taymans [Fri, 14 Dec 2001 15:07:24 +0000 (15:07 +0000)]
I'm too lazy to comment this
Original commit message from CVS:
x
Thomas Vander Stichele [Fri, 14 Dec 2001 15:05:41 +0000 (15:05 +0000)]
small fix, maybe it will work now
Original commit message from CVS:
small fix, maybe it will work now
Thomas Vander Stichele [Fri, 14 Dec 2001 14:33:42 +0000 (14:33 +0000)]
reversed wingo's changes, because this works and I spent half an hour figuring out what's wrong
Original commit message from CVS:
reversed wingo's changes, because this works and I spent half an hour
figuring out what's wrong
Wingo : let's work on it together, I have a pretty good idea of what you
wanted to try and I'm willing to help ;)
Wim Taymans [Fri, 14 Dec 2001 14:28:27 +0000 (14:28 +0000)]
Michael fixage
Original commit message from CVS:
Michael fixage
Wim Taymans [Fri, 14 Dec 2001 12:37:34 +0000 (12:37 +0000)]
Removed the useless button
Original commit message from CVS:
Removed the useless button
Wim Taymans [Fri, 14 Dec 2001 12:25:12 +0000 (12:25 +0000)]
Added debugging info again.
Original commit message from CVS:
Added debugging info again.
Wim Taymans [Fri, 14 Dec 2001 12:15:27 +0000 (12:15 +0000)]
Don't wrtie to the page we have mmaped read only.
Original commit message from CVS:
Don't wrtie to the page we have mmaped read only.
Wim Taymans [Fri, 14 Dec 2001 11:56:48 +0000 (11:56 +0000)]
Removed code for which we don't have a shim yet.
Original commit message from CVS:
Removed code for which we don't have a shim yet.
Thomas Vander Stichele [Fri, 14 Dec 2001 11:30:50 +0000 (11:30 +0000)]
We should fix build errors as they happen and not find out about them when it is too late
Original commit message from CVS:
We should fix build errors as they happen and not find out about them when
it is too late
Wim Taymans [Fri, 14 Dec 2001 11:11:54 +0000 (11:11 +0000)]
Some leftover fixes from Michael.
Original commit message from CVS:
Some leftover fixes from Michael.
Thomas Vander Stichele [Fri, 14 Dec 2001 09:44:11 +0000 (09:44 +0000)]
check out cvs code, autogen, make, make distcheck if you have spare machines at work sitting idly during the night, r...
Original commit message from CVS:
check out cvs code, autogen, make, make distcheck
if you have spare machines at work sitting idly during the night, run this before you go home or at night ;)
Thomas Vander Stichele [Fri, 14 Dec 2001 09:39:24 +0000 (09:39 +0000)]
maybe this fixes make distcheck
Original commit message from CVS:
maybe this fixes make distcheck
Andy Wingo [Fri, 14 Dec 2001 00:19:12 +0000 (00:19 +0000)]
vestigial gstdisksrc removal
Original commit message from CVS:
vestigial gstdisksrc removal