Thomas Vander Stichele
243d255d57
remarks for doc review
...
Original commit message from CVS:
remarks for doc review
2002-04-17 12:29:25 +00:00
Thomas Vander Stichele
d2af387684
review of gstbuffer documentation small doc fixes
...
Original commit message from CVS:
* review of gstbuffer documentation
* small doc fixes
2002-04-17 12:28:32 +00:00
Benjamin Otte
8e5c223871
fix bug with --gst-fatal-warnings when exclude_args is NULL
...
Original commit message from CVS:
fix bug with --gst-fatal-warnings when exclude_args is NULL
2002-04-17 00:18:04 +00:00
Benjamin Otte
5f9f9bff5e
added dir and first doc about events
...
Original commit message from CVS:
added dir and first doc about events
2002-04-17 00:11:53 +00:00
Thomas Vander Stichele
14d7369b5b
rename the books so the discerning elements move up front
...
Original commit message from CVS:
rename the books so the discerning elements move up front
2002-04-16 16:27:26 +00:00
Benjamin Otte
5f8324949f
yay, a new option to play with! added -X / --exclude to exclude output of specific properties. Currently only --exclu...
...
Original commit message from CVS:
yay, a new option to play with!
added -X / --exclude to exclude output of specific properties. Currently only --exclude will work because we're not on popt 1.6.3 yet (blame it on Debian).
removed the harcoded excluding of the 'offset' property. You need to specify --exclude=offset now if you want your old output back
2002-04-16 14:45:53 +00:00
Andy Wingo
057d8ccb89
Added --gst-fatal-warnings, the same as --g-fatal-warnings
...
Original commit message from CVS:
Added --gst-fatal-warnings, the same as --g-fatal-warnings
It's named differently to avoid conflicting with --g-fatal-warnings, which is parsed
by gtk (which we don't depend on)
2002-04-16 13:47:50 +00:00
David I. Lehn
2eac368858
0.3.4-1 packaging info
...
Original commit message from CVS:
0.3.4-1 packaging info
2002-04-15 09:32:43 +00:00
Thomas Vander Stichele
43a68fd149
merged back fixes from release branch
...
Original commit message from CVS:
merged back fixes from release branch
2002-04-15 09:21:14 +00:00
Thomas Vander Stichele
6e8841efd9
added branch merging comments
...
Original commit message from CVS:
added branch merging comments
2002-04-15 09:19:09 +00:00
Benjamin Otte
b2d503d528
declare those stuff extern. My windec doesn't like it without :)
...
Original commit message from CVS:
declare those stuff extern. My windec doesn't like it without :)
2002-04-14 23:02:41 +00:00
Thomas Vander Stichele
c7e405b616
mmore updates
...
Original commit message from CVS:
mmore updates
2002-04-14 22:58:40 +00:00
Thomas Vander Stichele
160f1165ca
release done, yay !
...
Original commit message from CVS:
release done, yay !
2002-04-14 19:21:50 +00:00
Benjamin Otte
ce8e4a8879
we don't use // in code we commit :)
...
Original commit message from CVS:
hi wtay (and some others): we don't use // in code we commit :)
2002-04-14 14:59:34 +00:00
Wim Taymans
bac184e6fb
This is all a quick hack...
...
Original commit message from CVS:
This is all a quick hack...
2002-04-14 13:39:15 +00:00
Thomas Vander Stichele
442ca0a61f
more notes
...
Original commit message from CVS:
more notes
2002-04-14 13:06:39 +00:00
Steve Baker
a66e1df60f
more _
...
Original commit message from CVS:
more _
2002-04-14 11:50:18 +00:00
Steve Baker
b5e2109686
cannot use _ in unit names for some reason.
...
Original commit message from CVS:
cannot use _ in unit names for some reason.
2002-04-14 11:48:51 +00:00
Wim Taymans
73f7bf6677
Added more funky cases
...
Original commit message from CVS:
Added more funky cases
2002-04-14 11:35:03 +00:00
Wim Taymans
52e2ba6b1e
Made dynamic pads work for sinkpads with no padtemplate
...
Original commit message from CVS:
Made dynamic pads work for sinkpads with no padtemplate
2002-04-14 11:06:20 +00:00
Steve Baker
4b70fed5e0
update for changed dparams api
...
Original commit message from CVS:
update for changed dparams api
2002-04-14 10:16:47 +00:00
Steve Baker
39f81291e1
- changed the output so that the names of elements can be parsed by gst-inspect-check
...
Original commit message from CVS:
- changed the output so that the names of elements can be parsed by gst-inspect-check
- display the range of the element properties
- display the available dparams, just like the properties
- added int64 to element properties displayed
2002-04-14 10:13:24 +00:00
Steve Baker
b47d7c345b
link gst-inspect to libgstcontrol so that -inspect will show what dparams are available. I think it is ok to link he...
...
Original commit message from CVS:
link gst-inspect to libgstcontrol so that -inspect will show what dparams are available. I think it is ok to link helper libraries like libgstcontrol to the apps in tools/.
2002-04-14 10:11:14 +00:00
Steve Baker
a15b5ccc6d
added unitconvert which has a registry of Units of Measurement and an api to convert one unit to another.
...
Original commit message from CVS:
added unitconvert which has a registry of Units of Measurement and an api to convert one unit to another.
Any required dparam now needs to specify what unit it represents so that an app can convert it to some other unit for presentation/other purposes.
Also added GST_DPMAN_PROCESS_CHUNK macro for elements which don't process their audio one sample at a time (ie, ladspa).
2002-04-14 10:08:21 +00:00
Steve Baker
1da7fc3498
fixed d'oh error
...
Original commit message from CVS:
fixed d'oh error
2002-04-14 10:01:54 +00:00
Steve Baker
2d5f9bf48f
ARG_LOCATIONS is a pointer
...
Original commit message from CVS:
ARG_LOCATIONS is a pointer
2002-04-14 10:00:21 +00:00
Steve Baker
c70bfc60b6
ARG_ERROR_AFTER is an int
...
Original commit message from CVS:
ARG_ERROR_AFTER is an int
2002-04-14 09:59:13 +00:00
Steve Baker
adddd11e71
offset is an int64
...
Original commit message from CVS:
offset is an int64
2002-04-14 09:58:14 +00:00
Steve Baker
de355109ae
make the NULL check silent since it might be valid.
...
Original commit message from CVS:
make the NULL check silent since it might be valid.
2002-04-14 09:57:15 +00:00
Andy Wingo
157e961c26
quote spaces in tokens passed to gst_parse_launchv. this restores the old (shell-friendly) quoting behavior.
...
Original commit message from CVS:
quote spaces in tokens passed to gst_parse_launchv. this restores the old
(shell-friendly) quoting behavior.
2002-04-13 17:11:42 +00:00
Thomas Vander Stichele
2223a9a8c4
put in devhelp stuff as well
...
Original commit message from CVS:
put in devhelp stuff as well
2002-04-13 11:00:29 +00:00
Andy Wingo
9ec888681f
feeble attempts to handle dynamic connections
...
Original commit message from CVS:
feeble attempts to handle dynamic connections
2002-04-12 20:06:14 +00:00
Thomas Vander Stichele
49324d840c
api changes
...
Original commit message from CVS:
api changes
2002-04-12 19:02:00 +00:00
Thomas Vander Stichele
5a83ff514d
api changes
...
Original commit message from CVS:
api changes
2002-04-12 18:59:11 +00:00
Thomas Vander Stichele
580fc5d003
silly me
...
Original commit message from CVS:
silly me
2002-04-12 18:55:16 +00:00
Thomas Vander Stichele
98611ba214
more registry fixes
...
Original commit message from CVS:
more registry fixes
2002-04-12 18:50:48 +00:00
Thomas Vander Stichele
4013bb45d6
reg.xml to registry.xml adding spaces
...
Original commit message from CVS:
* reg.xml to registry.xml
* adding spaces
2002-04-12 18:26:17 +00:00
David I. Lehn
6bf4bfdc93
include gstqueue.h and gsttypefind.h
...
Original commit message from CVS:
include gstqueue.h and gsttypefind.h
2002-04-12 17:08:48 +00:00
Thomas Vander Stichele
c9f5c5dc1b
Release notes go in the branches, so we can safely put a warning here
...
Original commit message from CVS:
Release notes go in the branches, so we can safely put a warning here
2002-04-12 16:30:00 +00:00
Thomas Vander Stichele
6a37dda6d6
doc fixes to match API
...
Original commit message from CVS:
doc fixes to match API
2002-04-12 16:22:32 +00:00
Thomas Vander Stichele
87ad51d894
make GST_CONFIG_DIR work with sysconfdir
...
Original commit message from CVS:
make GST_CONFIG_DIR work with sysconfdir
2002-04-12 15:28:40 +00:00
Thomas Vander Stichele
748e280850
check fix
...
Original commit message from CVS:
check fix
2002-04-12 14:38:19 +00:00
Thomas Vander Stichele
0f779bafa2
add clocking stuff to gst.h
...
Original commit message from CVS:
add clocking stuff to gst.h
2002-04-12 13:46:59 +00:00
Thomas Vander Stichele
f651fb2a31
additions for release notes
...
Original commit message from CVS:
additions for release notes
2002-04-12 11:33:24 +00:00
Thomas Vander Stichele
e00bcd6792
registry handling changes read up on it in docs/random/thomasvs/registry if interested net effect should be transpare...
...
Original commit message from CVS:
registry handling changes
read up on it in docs/random/thomasvs/registry if interested
net effect should be transparent; ie. it will keep on working, but will
be more flexible than before. Testing with garnome seems to work now.
Should probably be rewritten completely, together with plugin loading, but
only after we spec it out ;) It's a bit messy.
2002-04-12 09:53:00 +00:00
Thomas Vander Stichele
70f292f601
more docbuilding notes
...
Original commit message from CVS:
more docbuilding notes
2002-04-12 09:43:11 +00:00
Thomas Vander Stichele
5a6cf24c16
code review
...
Original commit message from CVS:
code review
2002-04-12 09:38:47 +00:00
Thomas Vander Stichele
848e686664
development notes
...
Original commit message from CVS:
development notes
2002-04-12 09:30:30 +00:00
Thomas Vander Stichele
ed4ec2d293
various include fixes, adding a doc on why as well
...
Original commit message from CVS:
various include fixes, adding a doc on why as well
2002-04-12 09:24:37 +00:00
Thomas Vander Stichele
f17ce3056f
update to new ideas
...
Original commit message from CVS:
update to new ideas
2002-04-11 20:43:34 +00:00