David Schleef
a937894b48
Add GST_CAPS_NONE and GST_CAPS_ANY
...
Original commit message from CVS:
Add GST_CAPS_NONE and GST_CAPS_ANY
2003-08-19 04:08:29 +00:00
Ronald S. Bultje
9d570688de
Remove duplicate rank field ( fixes #119510 )
...
Original commit message from CVS:
Remove duplicate rank field (fixes #119510 )
2003-08-18 21:14:16 +00:00
David Schleef
c8bdc194d0
Show signals/actions of parent classes
...
Original commit message from CVS:
Show signals/actions of parent classes
2003-08-18 07:34:17 +00:00
David Schleef
9b999ac27b
Find correct name for libtoolize
...
Original commit message from CVS:
Find correct name for libtoolize
2003-08-17 23:34:13 +00:00
David Schleef
dd74664e50
feeble attempt at translating a few messages
...
Original commit message from CVS:
feeble attempt at translating a few messages
2003-08-17 22:30:59 +00:00
David Schleef
e0d31bb7e8
more i18n stuff
...
Original commit message from CVS:
more i18n stuff
2003-08-17 22:30:04 +00:00
David Schleef
4a3c752bca
initialize gettext stuff, plus a few string i18ns
...
Original commit message from CVS:
initialize gettext stuff, plus a few string i18ns
2003-08-17 22:04:55 +00:00
David Schleef
20569e76f8
Add framework for internationalization
...
Original commit message from CVS:
Add framework for internationalization
2003-08-17 22:01:24 +00:00
Benjamin Otte
a4ccb27cfd
use _delete_link again
...
Original commit message from CVS:
use _delete_link again
2003-08-17 20:18:58 +00:00
Benjamin Otte
83bfcc03bd
include _get_type() functions in headers. Fixes docs build
...
Original commit message from CVS:
include _get_type() functions in headers. Fixes docs build
2003-08-17 19:26:00 +00:00
Benjamin Otte
4f1525c8bd
fix gst_debug_remove_with_compare_func and make testsuite/debug run again
...
Original commit message from CVS:
fix gst_debug_remove_with_compare_func and make testsuite/debug run again
2003-08-17 16:45:09 +00:00
David Schleef
4b1d031c6b
Move man pages from %.1 to %.1.in, and add a rule to make .1 files from .1.in, replacing program names with their ver...
...
Original commit message from CVS:
Move man pages from %.1 to %.1.in, and add a rule to make .1 files
from .1.in, replacing program names with their versioned equivalent.
Handles nroff escape code for - (\-).
2003-08-15 20:25:40 +00:00
Joshua N. Pritikin
46eb739952
Add my name to the copywrite (since I wrote most of this file).
...
Original commit message from CVS:
Add my name to the copywrite (since I wrote most of this file).
Don't fail if get_writer_id is called more than once for the same writer.
Rename debug category according to accepted norms.
2003-08-15 13:39:14 +00:00
Benjamin Otte
1a661b3204
remove legacy offset code - fixes #119550
...
Original commit message from CVS:
remove legacy offset code - fixes #119550
2003-08-14 07:37:58 +00:00
David Schleef
7ea0633cd1
Change default program suffix to -0.7
...
Original commit message from CVS:
Change default program suffix to -0.7
2003-08-14 04:30:17 +00:00
Thomas Vander Stichele
669e2700fd
build fixes
...
Original commit message from CVS:
build fixes
2003-08-13 11:14:27 +00:00
Thomas Vander Stichele
f7c80738f7
build fix
...
Original commit message from CVS:
build fix
2003-08-13 11:07:26 +00:00
David Schleef
370c665fbd
Add m68k support (from Debian bug report #172269 )
...
Original commit message from CVS:
Add m68k support (from Debian bug report #172269 )
2003-08-07 23:28:53 +00:00
Andy Wingo
5c2d6b2f43
cache return values of _gst_debug_nameof_funcptr
...
Original commit message from CVS:
kill some memleaks, add ::signal-handoffs property to fakesrc/sink (default FALSE), cache return values of _gst_debug_nameof_funcptr
2003-08-07 12:45:31 +00:00
David Schleef
093f00d2df
Make dladdr() code dependent on HAVE_DLADDR
...
Original commit message from CVS:
Make dladdr() code dependent on HAVE_DLADDR
2003-08-06 03:00:21 +00:00
David Schleef
4b13be22f0
Add check for dladdr()
...
Original commit message from CVS:
Add check for dladdr()
2003-08-06 02:57:29 +00:00
David Schleef
869763cfdd
Automake-1.5 chokes on gst/Makefile.am, so updating requirement to 1.6.
...
Original commit message from CVS:
Automake-1.5 chokes on gst/Makefile.am, so updating requirement to
1.6.
2003-08-06 01:15:48 +00:00
David Schleef
f267a761d8
Remove putbits Makefile
...
Original commit message from CVS:
Remove putbits Makefile
2003-08-06 01:07:10 +00:00
David Schleef
84d3fe84b6
putbits removed because of licensing concerns. Code was moved back to the plugins it was derived from.
...
Original commit message from CVS:
putbits removed because of licensing concerns. Code was moved
back to the plugins it was derived from.
2003-08-06 01:06:30 +00:00
Thomas Vander Stichele
c8024bed92
check
...
Original commit message from CVS:
check
2003-08-05 10:40:51 +00:00
Thomas Vander Stichele
cee7aab405
cia check
...
Original commit message from CVS:
cia check
2003-08-05 10:38:54 +00:00
Ronald S. Bultje
e2a9a87c64
Implement simple seek API. This can later be extended to work with GstPipeline as arguments and so on *autodetect pro...
...
Original commit message from CVS:
Implement simple seek API. This can later be extended to work with GstPipeline as arguments and so on *autodetect proper element to send event to and so on), but this'll do as a start... See #116149
2003-08-04 21:48:06 +00:00
Benjamin Otte
f7c37a4384
optimized debugging.
...
Original commit message from CVS:
optimized debugging.
good: - we're a lot faster than before (no more locking in debug printing)
bad : - we leak memory now when adding/removing debug handlers (which equals never for every current gstreamer app)
- gst_debug_set_active isn't threadsafe anymore
2003-08-03 17:18:40 +00:00
David Schleef
4c4d69e51a
Add another test
...
Original commit message from CVS:
Add another test
2003-08-02 01:55:24 +00:00
David Schleef
3a8c2c74cf
Remove check for readability of a registry, since if it doesn't exist, it's not readable. Lower-level functions alre...
...
Original commit message from CVS:
Remove check for readability of a registry, since if it doesn't
exist, it's not readable. Lower-level functions already handle
this.
2003-08-02 01:53:08 +00:00
David Schleef
4f207a7a8b
Add pad->unlinkfunc and gst_pad_set_unlink_function()
...
Original commit message from CVS:
Add pad->unlinkfunc and gst_pad_set_unlink_function()
2003-08-02 01:52:14 +00:00
Ronald S. Bultje
98670720c1
Support gcc-2.9x, too
...
Original commit message from CVS:
Support gcc-2.9x, too
2003-08-01 16:17:46 +00:00
David Schleef
b5c340df0d
Add using_mmap field to GstFileSrc
...
Original commit message from CVS:
Add using_mmap field to GstFileSrc
2003-07-30 01:41:23 +00:00
David Schleef
8f36390eda
Implement read() as a fallback method if mmap() fails. Fixes #117786
...
Original commit message from CVS:
Implement read() as a fallback method if mmap() fails. Fixes #117786
2003-07-30 00:44:58 +00:00
David Schleef
0e48102252
Fix typo in last commit
...
Original commit message from CVS:
Fix typo in last commit
2003-07-29 22:34:43 +00:00
David Schleef
e3ce6294e6
1. Learn sparc asm 2. Realize the level of bogosity of the existing asm 3. Fix it 4. Profit!
...
Original commit message from CVS:
1. Learn sparc asm
2. Realize the level of bogosity of the existing asm
3. Fix it
4. Profit!
2003-07-29 22:24:39 +00:00
Ronald S. Bultje
3770896368
Implement gst_caps_has_property*() as functions instead of macro's - this prevents failed assertions when calling the...
...
Original commit message from CVS:
Implement gst_caps_has_property*() as functions instead of macro's - this prevents failed assertions when calling them in some specific cases. See #115886
2003-07-29 12:00:38 +00:00
David Schleef
7b38bc69a3
Make docs building dependent on BUILD_DOCS, this appears to be what is intended by configure.ac.
...
Original commit message from CVS:
Make docs building dependent on BUILD_DOCS, this appears to be what
is intended by configure.ac.
2003-07-29 03:05:59 +00:00
David Schleef
5c0dd41558
Remove lines that pull libs/ext/cothreads from CVS
...
Original commit message from CVS:
Remove lines that pull libs/ext/cothreads from CVS
2003-07-29 02:16:06 +00:00
Jan Schmidt
8c768ff53e
Fix installing plugin in wrong dir
...
Original commit message from CVS:
Fix installing plugin in wrong dir
2003-07-29 00:12:30 +00:00
Benjamin Otte
333aa50f50
clean up debugging messages in gstthread.c - includes fix for segfault from bug #118151
...
Original commit message from CVS:
clean up debugging messages in gstthread.c - includes fix for segfault from bug #118151
2003-07-27 13:26:38 +00:00
David Schleef
590d364baa
Removed building of ext/cothreads and corresponding scheduler. If you want to reenable it, please fix it first. (Se...
...
Original commit message from CVS:
Removed building of ext/cothreads and corresponding scheduler. If
you want to reenable it, please fix it first. (See bug #87163 )
2003-07-27 05:10:42 +00:00
David Schleef
4c5ec2c57f
Change printing of float props to %g
...
Original commit message from CVS:
Change printing of float props to %g
2003-07-27 01:22:07 +00:00
Brian Cameron
e5b66a8990
Fixed Forte compile issue.
...
Original commit message from CVS:
Fixed Forte compile issue.
2003-07-25 17:02:35 +00:00
Brian Cameron
09c6aaa2f8
Properly handle null string value, preventing core dump on Solaris.
...
Original commit message from CVS:
Properly handle null string value, preventing core dump on Solaris.
2003-07-25 14:31:15 +00:00
David Schleef
13c11bbedf
Change strtod() -> g_ascii_strtod(), since strtod() is locale dependent.
...
Original commit message from CVS:
Change strtod() -> g_ascii_strtod(), since strtod() is locale
dependent.
2003-07-25 07:57:11 +00:00
David Schleef
393bd81d25
Changed strtod() -> g_ascii_strtod(), since strtod() is locale dependent.
...
Original commit message from CVS:
Changed strtod() -> g_ascii_strtod(), since strtod() is locale
dependent.
2003-07-25 07:55:59 +00:00
Joshua N. Pritikin
9c65247b62
1. Change many comments from // to /**/.
...
Original commit message from CVS:
1. Change many comments from // to /**/.
2. Change over to the new debugging macros.
2003-07-25 03:13:24 +00:00
Joshua N. Pritikin
dfbb31c49f
Assign IDs starting from 1 instead of from 0.
...
Original commit message from CVS:
Assign IDs starting from 1 instead of from 0.
2003-07-25 03:11:59 +00:00
Joshua N. Pritikin
a589a794c8
Add a GST_SEEK catagory for diagnostics about handling seek events.
...
Original commit message from CVS:
Add a GST_SEEK catagory for diagnostics about handling seek events.
2003-07-25 01:59:49 +00:00