David Schleef
4ccd25273f
cosmetic fix
...
Original commit message from CVS:
cosmetic fix
2003-11-04 05:47:28 +00:00
David Schleef
eebceb0d90
update for new plugin API. still fails.
...
Original commit message from CVS:
update for new plugin API. still fails.
2003-11-04 04:26:26 +00:00
David Schleef
a52f684a76
cosmetic change. GObjects contain properties, not arguments.
...
Original commit message from CVS:
cosmetic change. GObjects contain properties, not arguments.
2003-11-04 03:39:51 +00:00
David Schleef
b75efb7f59
Add G_DISABLE_DEPRECATED and fix deprecated code
...
Original commit message from CVS:
Add G_DISABLE_DEPRECATED and fix deprecated code
2003-11-03 20:56:53 +00:00
David Schleef
5539c318e7
Add GstStructure and GstValue
...
Original commit message from CVS:
Add GstStructure and GstValue
2003-11-03 09:10:07 +00:00
Ronald S. Bultje
9abb3e0669
XML, gst-editor, gst-rec and anything that's not based on spider is now broken. This re-fixes it.
...
Original commit message from CVS:
XML, gst-editor, gst-rec and anything that's not based on spider is now broken. This re-fixes it.
2003-11-02 16:46:12 +00:00
Benjamin Otte
4180066759
implement 'gst_element_factory_find_from_element' to replace gst_element_get_factory
...
Original commit message from CVS:
implement 'gst_element_factory_find_from_element' to replace gst_element_get_factory
2003-11-02 16:24:22 +00:00
Benjamin Otte
3ddbdba789
fix stupidity bug in gstelement.c (which only crashes other computers :)
...
Original commit message from CVS:
fix stupidity bug in gstelement.c (which only crashes other computers :)
2003-11-02 14:58:05 +00:00
Ronald S. Bultje
78708234bd
Add QPL and GPL/QPL, plus add links to licenses
...
Original commit message from CVS:
Add QPL and GPL/QPL, plus add links to licenses
2003-11-02 14:17:17 +00:00
David Schleef
42c5e74e0d
Fix warnings due to previous checkin
...
Original commit message from CVS:
Fix warnings due to previous checkin
2003-10-31 20:54:44 +00:00
David Schleef
c9afa67e67
Install headers in gst/bytestream/
...
Original commit message from CVS:
Install headers in gst/bytestream/
2003-10-31 20:22:47 +00:00
David Schleef
f4cbe54b68
add rule dependency
...
Original commit message from CVS:
add rule dependency
2003-10-31 20:20:36 +00:00
Benjamin Otte
907e3e97d9
update plugin initialization restructuring (see email for details
...
Original commit message from CVS:
update plugin initialization restructuring (see email for details
2003-10-31 19:32:47 +00:00
Benjamin Otte
37d3d6ec99
cvs can't merge - these should have been dead since typefind merge
...
Original commit message from CVS:
cvs can't merge - these should have been dead since typefind merge
2003-10-31 16:48:45 +00:00
David Schleef
993764011c
build doc/version.entities
...
Original commit message from CVS:
build doc/version.entities
2003-10-31 04:19:20 +00:00
David Schleef
9d632588f0
Fix setting of int and int64 dparams. Fixes #124023
...
Original commit message from CVS:
Fix setting of int and int64 dparams. Fixes #124023
2003-10-31 03:56:17 +00:00
David Schleef
40fe161510
Clean more files
...
Original commit message from CVS:
Clean more files
2003-10-31 03:52:11 +00:00
Benjamin Otte
db2c2df575
remove types directory. Should have been killed by TYPEFIND merge but wasn't
...
Original commit message from CVS:
remove types directory. Should have been killed by TYPEFIND merge but wasn't
2003-10-31 02:57:46 +00:00
Benjamin Otte
18c107965b
declaration order fixes
...
Original commit message from CVS:
declaration order fixes
2003-10-30 19:54:29 +00:00
David Schleef
16fccf325d
Allow NULL to be a valid value for factory->extensions.
...
Original commit message from CVS:
Allow NULL to be a valid value for factory->extensions.
2003-10-29 23:10:49 +00:00
Iain Holmes
03f8740304
NULL terminate the g_build_filename args.
...
Original commit message from CVS:
NULL terminate the g_build_filename args.
2003-10-29 12:04:54 +00:00
David Schleef
0a4c6d8fd2
clean up some warnings
...
Original commit message from CVS:
clean up some warnings
2003-10-29 04:11:11 +00:00
David Schleef
a3723260ce
Add typedef to named enum
...
Original commit message from CVS:
Add typedef to named enum
2003-10-29 04:10:33 +00:00
David Schleef
0259155e08
don't dist files generated by flex and bison, since they're not portable.
...
Original commit message from CVS:
don't dist files generated by flex and bison, since they're not
portable.
2003-10-29 00:15:46 +00:00
Iain Holmes
1b3896b025
Initialise some variables to get the thing to compile
...
Original commit message from CVS:
Initialise some variables to get the thing to compile
2003-10-28 23:28:12 +00:00
Benjamin Otte
3235f1d4c0
merge TYPEFIND branch. Major changes:
...
Original commit message from CVS:
merge TYPEFIND branch. Major changes:
- totally reworked type(find) system
- bytestream is out of the core again
- typefind element is now part of gstelements
2003-10-28 20:25:30 +00:00
David Schleef
208c0e3089
bump version to 0.7.1.1
...
Original commit message from CVS:
bump version to 0.7.1.1
2003-10-20 22:48:06 +00:00
David Schleef
31128ca571
bump version to 0.7.1
...
Original commit message from CVS:
bump version to 0.7.1
2003-10-20 21:41:11 +00:00
Thomas Vander Stichele
656c052f28
this was wrong
...
Original commit message from CVS:
this was wrong
2003-10-20 19:40:48 +00:00
Ronald S. Bultje
40b7ac445c
Properly give an error if no file was given
...
Original commit message from CVS:
Properly give an error if no file was given
2003-10-20 14:58:07 +00:00
Ronald S. Bultje
2021fd636c
We need to store the new GList. Else, this causes problems if we remove the first entry from the list (unreferenced p...
...
Original commit message from CVS:
We need to store the new GList. Else, this causes problems if we remove the first entry from the list (unreferenced pointer). Also, we need to destroy the unused entry afterwards (memleak).
2003-10-20 08:22:19 +00:00
David Schleef
9e9344fe94
Add doc for GstBin::iterate signal
...
Original commit message from CVS:
Add doc for GstBin::iterate signal
2003-10-16 02:00:07 +00:00
David Schleef
f8e5104302
add gst_alloc_trace_live_all(), used by the test suites
...
Original commit message from CVS:
add gst_alloc_trace_live_all(), used by the test suites
2003-10-15 21:31:23 +00:00
David Schleef
9c87c528e7
Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tes...
...
Original commit message from CVS:
Massive patch to make 'make check' work properly. Many compilation
fixes -- everything should compile now. Some tests pass, some
fail; the expected sucess/failure is coded in the Makefile.am's.
gst-register is properly run for both 'make check' and 'make distcheck'.
Much of the common infrastructure is coded in testsuite/Rules.
2003-10-15 01:25:41 +00:00
David Schleef
dcb2dce108
Change the iterate callback functions to a GSignal
...
Original commit message from CVS:
Change the iterate callback functions to a GSignal
2003-10-14 00:00:37 +00:00
David Schleef
c377174f2c
add some linguas
...
Original commit message from CVS:
add some linguas
2003-10-13 23:59:13 +00:00
David Schleef
81ed94e2ca
Translatable strings, for some gstreamer-native languages.
...
Original commit message from CVS:
Translatable strings, for some gstreamer-native languages.
2003-10-10 21:37:10 +00:00
Iain Holmes
8367762d69
Fix GNOMEProgram to the correct capitalisation: GnomeProgram
...
Original commit message from CVS:
Fix GNOMEProgram to the correct capitalisation: GnomeProgram
2003-10-09 22:21:51 +00:00
Benjamin Otte
6a9e76ee20
g_list_length is unsigned
...
Original commit message from CVS:
g_list_length is unsigned
2003-10-09 19:13:19 +00:00
Thomas Vander Stichele
30da970283
fix cleaning
...
Original commit message from CVS:
fix cleaning
2003-10-09 13:47:35 +00:00
Thomas Vander Stichele
cbdc23d67f
cleaning output
...
Original commit message from CVS:
cleaning output
2003-10-09 13:10:54 +00:00
Thomas Vander Stichele
6c342c42f5
cleaner info
...
Original commit message from CVS:
cleaner info
2003-10-09 13:09:37 +00:00
Thomas Vander Stichele
90184bb1af
upload cvs docs as well
...
Original commit message from CVS:
upload cvs docs as well
2003-10-09 13:06:06 +00:00
Thomas Vander Stichele
3b7659725f
typos and style fixes
...
Original commit message from CVS:
typos and style fixes
2003-10-09 12:42:49 +00:00
Thomas Vander Stichele
deb5b5e3c7
fix uploads of docs
...
Original commit message from CVS:
fix uploads of docs
2003-10-09 11:29:59 +00:00
Thomas Vander Stichele
ca631d405f
oops; done
...
Original commit message from CVS:
oops; done
2003-10-09 07:20:16 +00:00
David Schleef
c514b8ba68
Fix typo in last checkin
...
Original commit message from CVS:
Fix typo in last checkin
2003-10-09 01:41:09 +00:00
David Schleef
947659801b
Files needed for build
...
Original commit message from CVS:
Files needed for build
2003-10-09 01:22:21 +00:00
David Schleef
d4ee10bd79
distcheck fixes. Some tests have been disabled.
...
Original commit message from CVS:
distcheck fixes. Some tests have been disabled.
2003-10-09 01:13:21 +00:00
Thomas Vander Stichele
e44c8f032b
entitize the version
...
Original commit message from CVS:
entitize the version
2003-10-08 18:21:41 +00:00