Andy Wingo
22fbd4120a
update g_value stuff to match property types
...
Original commit message from CVS:
update g_value stuff to match property types
2002-03-27 04:02:38 +00:00
Andy Wingo
15c1c29a71
update g_value stuff to match property types
...
Original commit message from CVS:
update g_value stuff to match property types
2002-03-27 04:02:38 +00:00
David I. Lehn
983feed7a1
_get_property for curroffset should use g_value_get_ulong
...
Original commit message from CVS:
_get_property for curroffset should use g_value_get_ulong
2002-03-27 03:05:59 +00:00
Andy Wingo
862538e9ac
added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
...
Original commit message from CVS:
added a bunch of cvsignore stuff off of a fresh checkout and build
i will win the race to max LOC changed ;-)
2002-03-25 05:01:02 +00:00
Andy Wingo
b80916e4db
added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
...
Original commit message from CVS:
added a bunch of cvsignore stuff off of a fresh checkout and build
i will win the race to max LOC changed ;-)
2002-03-25 05:01:00 +00:00
Andy Wingo
625a9e6eb1
added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
...
Original commit message from CVS:
added a bunch of cvsignore stuff off of a fresh checkout and build
i will win the race to max LOC changed ;-)
2002-03-25 05:01:00 +00:00
Andy Wingo
d81a2b52e7
added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
...
Original commit message from CVS:
added a bunch of cvsignore stuff off of a fresh checkout and build
i will win the race to max LOC changed ;-)
2002-03-25 05:00:59 +00:00
Andy Wingo
1bfe75866c
added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
...
Original commit message from CVS:
added a bunch of cvsignore stuff off of a fresh checkout and build
i will win the race to max LOC changed ;-)
2002-03-25 05:00:59 +00:00
Andy Wingo
ed9b628168
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
...
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
2002-03-24 22:07:09 +00:00
Andy Wingo
92aac53318
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
...
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
2002-03-24 22:07:03 +00:00
Andy Wingo
3e882a4bf3
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
...
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
2002-03-24 22:07:03 +00:00
Andy Wingo
1d6862cb69
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
...
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
2002-03-24 22:07:03 +00:00
Andy Wingo
4ebed89637
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
...
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
2002-03-24 22:07:03 +00:00
Andy Wingo
29aa39e99c
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
...
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
2002-03-24 22:07:03 +00:00
Andy Wingo
762502fd52
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
...
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
2002-03-24 22:06:46 +00:00
Andy Wingo
c12c39d37c
added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading ...
...
Original commit message from CVS:
* added plugin_desc structures to libs, which makes their locations cached in the registry. this
speeds plugin loading considerably, especially on uninstalled versions.
* put the lib path before all others, for speed reasons.
* some fixes to adder's caps.
* added linefeeds (\n) to GST_DEBUG strings to match GST_INFO behavior. this is more sane. all
code will need to be converted. i think some perl can do this.
2002-03-24 20:55:45 +00:00
Andy Wingo
12bac12e5c
added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading ...
...
Original commit message from CVS:
* added plugin_desc structures to libs, which makes their locations cached in the registry. this
speeds plugin loading considerably, especially on uninstalled versions.
* put the lib path before all others, for speed reasons.
* some fixes to adder's caps.
* added linefeeds (\n) to GST_DEBUG strings to match GST_INFO behavior. this is more sane. all
code will need to be converted. i think some perl can do this.
2002-03-24 20:55:44 +00:00
Andy Wingo
0cc78c5ef8
added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading ...
...
Original commit message from CVS:
* added plugin_desc structures to libs, which makes their locations cached in the registry. this
speeds plugin loading considerably, especially on uninstalled versions.
* put the lib path before all others, for speed reasons.
* some fixes to adder's caps.
* added linefeeds (\n) to GST_DEBUG strings to match GST_INFO behavior. this is more sane. all
code will need to be converted. i think some perl can do this.
2002-03-24 20:55:44 +00:00
Andy Wingo
37c63c864c
added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading ...
...
Original commit message from CVS:
* added plugin_desc structures to libs, which makes their locations cached in the registry. this
speeds plugin loading considerably, especially on uninstalled versions.
* put the lib path before all others, for speed reasons.
* some fixes to adder's caps.
* added linefeeds (\n) to GST_DEBUG strings to match GST_INFO behavior. this is more sane. all
code will need to be converted. i think some perl can do this.
2002-03-24 20:55:44 +00:00
Steve Baker
f2f4a44569
here are the dparams docs for apps writers. now back to hacking, yo!
...
Original commit message from CVS:
here are the dparams docs for apps writers. now back to hacking, yo!
2002-03-24 14:06:02 +00:00
David I. Lehn
fac6f91e8d
add license headers
...
Original commit message from CVS:
add license headers
2002-03-24 11:41:24 +00:00
David I. Lehn
760f9482c3
port dvd player example from C not yet working
...
Original commit message from CVS:
port dvd player example from C
not yet working
2002-03-24 11:40:06 +00:00
David I. Lehn
fa08c5c11c
s/POINTER/OBJECT/ in g_signal_new for NEW_PAD and PAD_REMOVED.
...
Original commit message from CVS:
s/POINTER/OBJECT/ in g_signal_new for NEW_PAD and PAD_REMOVED.
Very important for python bindings to know it's getting an GObject
vs a boxed anonymous pointer.
2002-03-24 11:32:03 +00:00
David I. Lehn
4f861b0fa3
Attempting to keep a ChangeLog up-to-date by hand.
...
Original commit message from CVS:
Attempting to keep a ChangeLog up-to-date by hand.
2002-03-24 08:01:48 +00:00
David I. Lehn
65e6677541
strip GST_ off consts
...
Original commit message from CVS:
strip GST_ off consts
2002-03-24 07:58:03 +00:00
David I. Lehn
be74250a11
add libtool uninstalled lib paths - yuck
...
Original commit message from CVS:
add libtool uninstalled lib paths - yuck
2002-03-24 07:57:00 +00:00
David I. Lehn
caa386262f
add examples
...
Original commit message from CVS:
add examples
2002-03-24 07:52:32 +00:00
David I. Lehn
26a76f6af0
Some example apps
...
Original commit message from CVS:
Some example apps
2002-03-24 07:49:36 +00:00
David I. Lehn
4fb934cf51
ignore *.pyc
...
Original commit message from CVS:
ignore *.pyc
2002-03-24 04:33:42 +00:00
David I. Lehn
564e342e89
initial python bindings
...
Original commit message from CVS:
initial python bindings
2002-03-24 04:32:10 +00:00
David I. Lehn
550cb81a70
update to a52dec 0.7.3 api (there are no checks for api version yet) fixed a parameter int vs boolean mismatch
...
Original commit message from CVS:
* update to a52dec 0.7.3 api (there are no checks for api version yet)
* fixed a parameter int vs boolean mismatch
2002-03-21 23:45:58 +00:00
David I. Lehn
9e745b472d
acconfig.h usage deprecated
...
Original commit message from CVS:
acconfig.h usage deprecated
2002-03-21 23:44:14 +00:00
David I. Lehn
36a52a9ede
acconfig.h usage deprecated
...
Original commit message from CVS:
acconfig.h usage deprecated
2002-03-21 23:44:14 +00:00
David I. Lehn
1ca4ae60d2
acconfig.h usage deprecated
...
Original commit message from CVS:
acconfig.h usage deprecated
2002-03-21 23:44:14 +00:00
David I. Lehn
12708f4fac
acconfig.h usage deprecated
...
Original commit message from CVS:
acconfig.h usage deprecated
2002-03-21 23:44:14 +00:00
David I. Lehn
fad2a157ec
acconfig.h usage deprecated
...
Original commit message from CVS:
acconfig.h usage deprecated
2002-03-21 23:34:08 +00:00
David I. Lehn
d465fc8d6e
clean up magic file
...
Original commit message from CVS:
clean up magic file
2002-03-21 23:32:24 +00:00
Bastien Nocera
eed66d0d2b
- updated to new seek api... i think it works, dunno, i'm not a rocket scientist
...
Original commit message from CVS:
- updated to new seek api... i think it works, dunno, i'm not a rocket scientist
2002-03-21 19:30:11 +00:00
David I. Lehn
498fb7ef22
cosmetic
...
Original commit message from CVS:
cosmetic
2002-03-21 08:41:35 +00:00
David I. Lehn
5dbd908f00
cosmetic
...
Original commit message from CVS:
cosmetic
2002-03-21 08:41:35 +00:00
David I. Lehn
d3a051bad0
perhaps -lartsflow_idl is needed
...
Original commit message from CVS:
perhaps -lartsflow_idl is needed
2002-03-21 08:40:48 +00:00
David I. Lehn
66f04431ff
0.3.3-1 packaging update for -2: control: s/0.3.2/0.3.3/ for -runtime version dep
...
Original commit message from CVS:
0.3.3-1 packaging update
for -2: control: s/0.3.2/0.3.3/ for -runtime version dep
2002-03-21 08:33:23 +00:00
David I. Lehn
a83ddf8f5c
0.3.3-1 packaging update for -2: control: s/0.3.2/0.3.3/ for -runtime version dep
...
Original commit message from CVS:
0.3.3-1 packaging update
for -2: control: s/0.3.2/0.3.3/ for -runtime version dep
2002-03-21 08:33:23 +00:00
David I. Lehn
6e513453fb
0.3.3-1 packaging update
...
Original commit message from CVS:
0.3.3-1 packaging update
2002-03-21 08:21:40 +00:00
Andy Wingo
4d1a23903d
s/Gnome-Streamer/GStreamer/
...
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:09 +00:00
Andy Wingo
71c11ff0e2
s/Gnome-Streamer/GStreamer/
...
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:04 +00:00
Andy Wingo
b0c01cddf9
s/Gnome-Streamer/GStreamer/
...
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:04 +00:00
Andy Wingo
4227e3f734
s/Gnome-Streamer/GStreamer/
...
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:03 +00:00
Andy Wingo
2ebabe996e
s/Gnome-Streamer/GStreamer/
...
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:03 +00:00
Andy Wingo
d8e18eb071
s/Gnome-Streamer/GStreamer/
...
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:03 +00:00