Wim Taymans
acbfba6dcd
Compile fixes for GObject.
...
Original commit message from CVS:
Compile fixes for GObject.
2001-06-21 15:29:28 +00:00
Wim Taymans
2bf4898469
Fixed a compileation error for GObject.
...
Original commit message from CVS:
Fixed a compileation error for GObject.
2001-06-21 14:39:14 +00:00
Wim Taymans
6d868ae4fd
Compile fixes for gobject.
...
Original commit message from CVS:
Compile fixes for gobject.
2001-06-21 14:22:24 +00:00
Wim Taymans
4158f4dc3b
Added some signal shims.
...
Original commit message from CVS:
Added some signal shims.
Fixed the queue state_change stuff.
2001-06-20 23:43:00 +00:00
Wim Taymans
3d71b301a2
Added a shim for a marshaller.
...
Original commit message from CVS:
Added a shim for a marshaller.
2001-06-20 22:21:09 +00:00
Wim Taymans
be517f2c98
Added som shims for GTypeFlags and GParamFlags
...
Original commit message from CVS:
Added som shims for GTypeFlags and GParamFlags
2001-06-20 21:56:22 +00:00
Wim Taymans
d090a4dede
Fixed an arg called "class", it's a C++ reserved word..
...
Original commit message from CVS:
Fixed an arg called "class", it's a C++ reserved word..
2001-06-20 21:40:01 +00:00
Wim Taymans
47ce595848
Added g_type_from_name to the shims.
...
Original commit message from CVS:
Added g_type_from_name to the shims.
2001-06-20 21:30:08 +00:00
Wim Taymans
b490510434
Renamed the shortname field in GParamSpec to name to match the glib2.0 implementation.
...
Original commit message from CVS:
Renamed the shortname field in GParamSpec to name to match the glib2.0
implementation.
2001-06-20 20:58:48 +00:00
Wim Taymans
afcfcf88ca
Added object properties introspection.
...
Original commit message from CVS:
Added object properties introspection.
2001-06-20 20:49:13 +00:00
Wim Taymans
7f55c0b532
Added a better shim for g_object_get_property
...
Original commit message from CVS:
Added a better shim for g_object_get_property
2001-06-20 20:48:50 +00:00
Erik Walthinsen
5e2aec5855
fixed signal registration problem in gobject2gtk shim
...
Original commit message from CVS:
fixed signal registration problem in gobject2gtk shim
2001-06-19 23:17:26 +00:00
Erik Walthinsen
8e3911f0da
More GObject updates, cleanups to some of the elements to make the port correct.
...
Original commit message from CVS:
More GObject updates, cleanups to some of the elements to make the port
correct.
2001-06-19 21:14:08 +00:00
Wim Taymans
c6f02dde10
Updated the params a bit.
...
Original commit message from CVS:
Updated the params a bit.
2001-06-17 15:06:06 +00:00
Wim Taymans
97a18197ea
Fixed the utils for getting properties again.
...
Original commit message from CVS:
Fixed the utils for getting properties again.
Added come const directives to the arguments again.
Check for non exiting properties.
2001-06-17 15:03:10 +00:00
Wim Taymans
4587e29bd6
Print out the enum values too.
...
Original commit message from CVS:
Print out the enum values too.
2001-06-17 14:12:51 +00:00
Erik Walthinsen
896daf08f6
Mostly went around converting G_OBJECT_TYPE(klass) to G_TYPE_FROM_CLASS(klass)
...
Original commit message from CVS:
Mostly went around converting G_OBJECT_TYPE(klass) to G_TYPE_FROM_CLASS(klass)
2001-06-17 08:55:53 +00:00
Erik Walthinsen
faa9499048
removed configure.ac and configure.in
...
Original commit message from CVS:
removed configure.ac and configure.in
2001-06-17 08:52:11 +00:00
Wim Taymans
254b3909e6
Added enums to inspect.
...
Original commit message from CVS:
Added enums to inspect.
2001-06-17 03:17:54 +00:00
Erik Walthinsen
f0c9187f69
Added gobject to gtkobject bridge (gobject2gtk.[ch]) and configure-time support for selecting between glib and gtk (-...
...
Original commit message from CVS:
Added gobject to gtkobject bridge (gobject2gtk.[ch]) and configure-time
support for selecting between glib and gtk (--enable-glib2 to build with
gobject).
2001-06-17 03:10:52 +00:00
Wim Taymans
704c3be21f
Fixed the utils for getting properties.
...
Original commit message from CVS:
Fixed the utils for getting properties.
Added come const directives to the arguments.
2001-06-17 02:47:57 +00:00
Wim Taymans
1210758674
Figured out how to get a property from an object.
...
Original commit message from CVS:
Figured out how to get a property from an object.
2001-06-17 02:39:41 +00:00
Wim Taymans
54e2d7a54e
Pff, this doesn't seem to work...
...
Original commit message from CVS:
Pff, this doesn't seem to work...
Can someone try to get a property from a GObject?
2001-06-16 17:35:09 +00:00
Wim Taymans
66e0d59f7a
Somewhat fixed -inspect
...
Original commit message from CVS:
Somewhat fixed -inspect
2001-06-16 17:25:45 +00:00
Wim Taymans
093bf1067f
Removed the obsolete libs.
...
Original commit message from CVS:
Removed the obsolete libs.
2001-06-16 14:36:02 +00:00
Erik Walthinsen
3d3c33ea49
Mega patch updates almost all the plugins to GObject. This was done with a Perl script, with only a few minor manual...
...
Original commit message from CVS:
Mega patch updates almost all the plugins to GObject. This was done with
a Perl script, with only a few minor manual tweaks where the perl didn't
catch the code just right. There may be a few minor issues remaining from
this, but they should be easy to catch (plugin doesn't work).
There are several plugins that have GDK/GTK code in them that shouldn't,
these need to be dealt with next.
2001-06-15 23:23:17 +00:00
Wim Taymans
f0051deb21
Removed old unused libs.
...
Original commit message from CVS:
Removed old unused libs.
2001-06-15 22:00:37 +00:00
Erik Walthinsen
bb55e797b8
various fixes needed to get to sinesrc ! osssink
...
Original commit message from CVS:
various fixes needed to get to sinesrc ! osssink
2001-06-14 21:02:32 +00:00
Wim Taymans
9b5de88561
Fixed some minor compiler warnings.
...
Original commit message from CVS:
Fixed some minor compiler warnings.
2001-06-14 20:39:52 +00:00
Erik Walthinsen
32f0db59fb
added gmodule to glib-2.0 stuff
...
Original commit message from CVS:
added gmodule to glib-2.0 stuff
2001-06-14 20:23:41 +00:00
Erik Walthinsen
aa2ae32515
new files that need to be removed at some point because they are to be autogenerated
...
Original commit message from CVS:
new files that need to be removed at some point because they are to be autogenerated
2001-06-14 20:19:32 +00:00
Erik Walthinsen
5dcec92852
Bring all the other stuff in gst/ up to match libgst.la's GObject port.
...
Original commit message from CVS:
Bring all the other stuff in gst/ up to match libgst.la's GObject port.
Fixed some minor problems with the signalling stuff in the core.
IT WORKS!
2001-06-14 03:14:35 +00:00
Erik Walthinsen
bfc4e58e6d
new configure check for glib 2.0, now requires pkg-config to be installed
...
Original commit message from CVS:
new configure check for glib 2.0, now requires pkg-config to be installed
2001-06-13 21:59:43 +00:00
Erik Walthinsen
c7f0713077
First round of changes to port to GObject. libgst.la compiles, though there are a few things commented out. Specifi...
...
Original commit message from CVS:
First round of changes to port to GObject. libgst.la compiles, though
there are a few things commented out. Specifically object destruction
is probably broken, but wtay gets to fix that because he researched the
problem of glib 2.0 object destruction while doing the first round.
Some of the XML stuff is commented out, but that's an easy fix.
Next is the rest of the gst/ directory, then on to the plugins.
2001-06-13 21:52:36 +00:00
Erik Walthinsen
e23469d24f
changed indent and argnames to trigger gtk2gobject.sh
...
Original commit message from CVS:
changed indent and argnames to trigger gtk2gobject.sh
2001-06-11 19:09:23 +00:00
David I. Lehn
cd3595577b
Added manpage
...
Original commit message from CVS:
Added manpage
Ignore built autoplugtest binary
Bump debian version to 0.2.0
2001-06-07 16:56:27 +00:00
Richard Boulton
d74c7d5d70
Add gstreamer-compprep man page.
...
Original commit message from CVS:
Add gstreamer-compprep man page.
2001-06-07 10:58:40 +00:00
Andrew Mitchell
d97d6cd1b5
Credited 'ALSA plugins' to Thomas Nydberg in AUTHORS
...
Original commit message from CVS:
Credited 'ALSA plugins' to Thomas Nydberg in AUTHORS
2001-06-07 08:18:15 +00:00
David I. Lehn
0bb1acee5a
latest plugins updates
...
Original commit message from CVS:
latest plugins updates
2001-06-07 06:38:21 +00:00
Arik Devens
959e272859
dissabled full-screen for the time being till i have time to fix it.
...
Original commit message from CVS:
dissabled full-screen for the time being till i have time to fix it.
2001-06-07 06:06:49 +00:00
Erik Walthinsen
0d7c4dc838
added --gst-mask to the man pages
...
Original commit message from CVS:
added --gst-mask to the man pages
2001-06-07 00:08:56 +00:00
David I. Lehn
422da209a0
Added new plugin packages and synced up to a late pre2 CVS base.
...
Original commit message from CVS:
Added new plugin packages and synced up to a late pre2 CVS base.
2001-06-06 19:23:21 +00:00
David I. Lehn
5deb318232
Added configure.{ac,in} to .cvsignore since they are autogenerated from configure.base now.
...
Original commit message from CVS:
Added configure.{ac,in} to .cvsignore since they are autogenerated from
configure.base now.
2001-06-06 19:21:39 +00:00
David I. Lehn
474109aec6
Added .o and .lo to clean-local target
...
Original commit message from CVS:
Added .o and .lo to clean-local target
2001-06-06 19:20:53 +00:00
Wim Taymans
bc9cbb1643
Removed a warning.
...
Original commit message from CVS:
Removed a warning.
2001-06-06 19:15:10 +00:00
Wim Taymans
f19283fa0d
Some minor docs updates.
...
Original commit message from CVS:
Some minor docs updates.
2001-06-06 18:33:18 +00:00
Wim Taymans
c57122e0ae
Added the lav encoder Makefile.am
...
Original commit message from CVS:
Added the lav encoder Makefile.am
2001-06-06 18:31:23 +00:00
Wim Taymans
c416297af4
Changed the maxcothreads to 16. connect to the new_ghost_pad signal in parse.
...
Original commit message from CVS:
Changed the maxcothreads to 16.
connect to the new_ghost_pad signal in parse.
2001-06-06 18:29:57 +00:00
Thomas Vander Stichele
8e58af799d
added cutter plugin to config stuff
...
Original commit message from CVS:
added cutter plugin to config stuff
2001-06-06 14:24:17 +00:00
Thomas Vander Stichele
fdac74d01c
added Makefile generation for gstaudio library
...
Original commit message from CVS:
added Makefile generation for gstaudio library
2001-06-06 14:14:53 +00:00