Commit graph

2678 commits

Author SHA1 Message Date
Leif Johnson
622a80da54 Moved "Filter Writer's Guide" to "Plugin Writer's Guide". Divided existing info from old guide into several files, on...
Original commit message from CVS:
Moved "Filter Writer's Guide" to "Plugin Writer's Guide". Divided existing info
from old guide into several files, one per chapter. The guide still needs much
work ...
2002-09-27 18:34:33 +00:00
Leif Johnson
cc5f591c17 Moving the "Filter Writer's Guide" to the "Plugin Writers' Guide".
Original commit message from CVS:
Moving the "Filter Writer's Guide" to the "Plugin Writers' Guide".
2002-09-27 18:17:05 +00:00
Wim Taymans
ebda7d920a Fix silly free twice bug
Original commit message from CVS:
Fix silly free twice bug
2002-09-24 18:41:16 +00:00
Wim Taymans
df46352ff9 This is an indent profile for the core coding style
Original commit message from CVS:
This is an indent profile for the core coding style
2002-09-23 21:36:03 +00:00
Thomas Vander Stichele
a223328fd1 backport fixes
Original commit message from CVS:
backport fixes
2002-09-23 08:48:41 +00:00
Thomas Vander Stichele
f0164691d9 doc updates
Original commit message from CVS:
doc updates
2002-09-23 08:44:35 +00:00
Thomas Vander Stichele
ac320f6bcc some debug additions and doc fixes
Original commit message from CVS:
some debug additions and doc fixes
2002-09-23 08:36:05 +00:00
Thomas Vander Stichele
1944240a98 backport fixes
Original commit message from CVS:
backport fixes
2002-09-23 06:04:32 +00:00
Thomas Vander Stichele
1d9413fe2f test commentation
Original commit message from CVS:
test commentation
2002-09-23 06:03:17 +00:00
Thomas Vander Stichele
f12f450410 backports and fixes
Original commit message from CVS:
backports and fixes
2002-09-23 06:02:17 +00:00
Thomas Vander Stichele
fc2647319f bufspeed gives warnings because of volatile discardation who wrote it, can it be fixed ? what does it actually test ?...
Original commit message from CVS:
bufspeed gives warnings because of volatile discardation
who wrote it, can it be fixed ? what does it actually test ? please
add some description in README
2002-09-23 05:35:08 +00:00
Thomas Vander Stichele
602821bcef yay for cookies
Original commit message from CVS:
yay for cookies
2002-09-23 05:26:44 +00:00
Thomas Vander Stichele
d03ae7914e even more obvious
Original commit message from CVS:
even more obvious
2002-09-23 05:03:38 +00:00
Thomas Vander Stichele
8230c79916 some fixups
Original commit message from CVS:
some fixups
2002-09-22 22:01:13 +00:00
Thomas Vander Stichele
046393d20a md5sum utility
Original commit message from CVS:
md5sum utility
2002-09-22 18:17:58 +00:00
David Schleef
296e8bb244 Got tired of FOURCCs being printed backwards on big-endian machines.
Original commit message from CVS:
Got tired of FOURCCs being printed backwards on big-endian machines.
2002-09-22 04:28:33 +00:00
Thomas Vander Stichele
ef9ef3a27c file gst-md5.1 was initially added on branch BRANCH-RELEASE-0_4_1.
Original commit message from CVS:
file gst-md5.1 was initially added on branch BRANCH-RELEASE-0_4_1.
2002-09-20 22:34:48 +00:00
Thomas Vander Stichele
ac51e03c81 file gst-md5.c was initially added on branch BRANCH-RELEASE-0_4_1.
Original commit message from CVS:
file gst-md5.c was initially added on branch BRANCH-RELEASE-0_4_1.
2002-09-20 22:34:48 +00:00
David Schleef
b67feebdb4 gstreamer-code.files: change to libgst*scheduler, since the scheduler names have changed.
Original commit message from CVS:
* gstreamer-code.files: change to libgst*scheduler, since the
scheduler names have changed.
* gstreamer-core-libs.files: libgstcontrol.so moved
* add debian/control.in, and create debian/control rule in debian/rules
to change the version number automatically
2002-09-20 03:35:46 +00:00
David Schleef
1a1dceaaaf Make local copy of lists because they change while walking them. Use name from GstPluginFeature, since that's a pare...
Original commit message from CVS:
Make local copy of lists because they change while walking them.  Use name
from GstPluginFeature, since that's a parent class (GstObject isn't).  This
should go into the release.
2002-09-20 03:29:38 +00:00
David Schleef
01fde3c83c A bit of error checking when called with bad arguments. Needs more work.
Original commit message from CVS:
A bit of error checking when called with bad arguments.  Needs more work.
2002-09-20 03:27:54 +00:00
Wim Taymans
c4f01ba01e Also handle WRITEONLY properties
Original commit message from CVS:
Also handle WRITEONLY properties
2002-09-19 18:14:09 +00:00
David Schleef
1e17763c6e Add -p and -P flags to bison and flex, to prefix yy* symbols with _gst_parse_yy. This fixes symbol conflict with oth...
Original commit message from CVS:
Add -p and -P flags to bison and flex, to prefix yy* symbols with
_gst_parse_yy.  This fixes symbol conflict with other libs.
(Should go into 0.4.1.)
2002-09-18 23:23:41 +00:00
Thomas Vander Stichele
0550814684 aclocal helper thingie
Original commit message from CVS:
aclocal helper thingie
2002-09-18 21:44:00 +00:00
Christian Schaller
7abafd429a fix tab vs space
Original commit message from CVS:
fix tab vs space
2002-09-18 19:11:56 +00:00
Christian Schaller
08ca250525 gstreamer part of new license field in element factory
Original commit message from CVS:
gstreamer part of new license field in element factory
2002-09-18 18:58:39 +00:00
Thomas Vander Stichele
78f516eaa5 up the micro
Original commit message from CVS:
up the micro
2002-09-18 13:03:11 +00:00
David Schleef
4da8cc062b Fix for compiler warnings on PowerPC. Compiler complains about longjmp() clobbering local variables, which appear to...
Original commit message from CVS:
Fix for compiler warnings on PowerPC.  Compiler complains about longjmp()
clobbering local variables, which appear to be bogus.
2002-09-18 06:21:58 +00:00
Wim Taymans
b38e8d3905 I'm sure you'll appreciate my getting out of bed for this..
Original commit message from CVS:
I'm sure you'll appreciate my getting out of bed for this..
2002-09-17 23:46:52 +00:00
Wim Taymans
d9e80e999a - Refactor the caps print function in -inspect
Original commit message from CVS:
- Refactor the caps print function in -inspect
- fix a leak in -launch
2002-09-17 21:32:26 +00:00
Wim Taymans
1debaf2b59 Added vmethod for when an element changes scheduling behaviour (like switching from chain based to loop based etc)
Original commit message from CVS:
Added vmethod for when an element changes scheduling behaviour (like
switching from chain based to loop based etc)
2002-09-17 21:23:33 +00:00
Wim Taymans
8b3c7040d4 - Added value transform functions for caps and props boxed types
Original commit message from CVS:
- Added value transform functions for caps and props boxed types
- implement gst_props_new with a GList
- fixed silly typo in _gst_type_*
2002-09-17 21:22:31 +00:00
Thomas Vander Stichele
d5e71498dd buildfix
Original commit message from CVS:
buildfix
2002-09-17 15:07:24 +00:00
David Schleef
fe8db5b9b7 fix typo that causes helloworld2.c to not compile
Original commit message from CVS:
fix typo that causes helloworld2.c to not compile
2002-09-15 22:35:55 +00:00
Thomas Vander Stichele
c35200bf05 another example
Original commit message from CVS:
another example
2002-09-15 21:33:26 +00:00
Wim Taymans
88aba59fb7 Show even long property name
Original commit message from CVS:
Show even long property name
2002-09-15 18:59:27 +00:00
Thomas Vander Stichele
f0c104309d better warning (?)
Original commit message from CVS:
better warning (?)
2002-09-15 18:20:41 +00:00
Thomas Vander Stichele
697c3740d7 cleanups
Original commit message from CVS:
cleanups
2002-09-15 14:07:41 +00:00
Thomas Vander Stichele
9150369f92 updates
Original commit message from CVS:
updates
2002-09-15 13:57:34 +00:00
Wim Taymans
a70416bcd8 State change cleanups
Original commit message from CVS:
State change cleanups
2002-09-15 13:53:08 +00:00
Wim Taymans
c2e64f65da Small cleanups and leak fixes
Original commit message from CVS:
Small cleanups and leak fixes
2002-09-15 13:45:26 +00:00
Thomas Vander Stichele
277726f4a1 another example
Original commit message from CVS:
another example
2002-09-15 13:15:18 +00:00
Thomas Vander Stichele
d616f28fcd try again
Original commit message from CVS:
try again
2002-09-14 23:12:52 +00:00
Wim Taymans
890c2c7eec Fix the "dynamic" example
Original commit message from CVS:
Fix the "dynamic" example
2002-09-14 22:53:21 +00:00
Thomas Vander Stichele
5a559c5b6c fix up code to at least compile doesn't run properly yet
Original commit message from CVS:
fix up code to at least compile
doesn't run properly yet
2002-09-14 14:48:49 +00:00
Thomas Vander Stichele
446ed4529a doh
Original commit message from CVS:
doh
2002-09-14 14:18:55 +00:00
Thomas Vander Stichele
ef63411dc8 language updates from cameron
Original commit message from CVS:
language updates from cameron
2002-09-14 14:13:34 +00:00
Thomas Vander Stichele
121c19e9f4 add this
Original commit message from CVS:
add this
2002-09-14 13:56:54 +00:00
Thomas Vander Stichele
2c902a840c adding stuff to make the code extractor pick up examples
Original commit message from CVS:
adding stuff to make the code extractor pick up examples
2002-09-14 13:21:12 +00:00
Thomas Vander Stichele
40e88820f7 adding manual examples to build, along with deps don't worry, this should work if you don't have libgnomeui
Original commit message from CVS:
adding manual examples to build, along with deps
don't worry, this should work if you don't have libgnomeui
2002-09-14 13:19:05 +00:00