platform/upstream/gstreamer.git
20 years agofix docs build for good
Thomas Vander Stichele [Wed, 8 Oct 2003 14:34:09 +0000 (14:34 +0000)]
fix docs build for good

Original commit message from CVS:
fix docs build for good

20 years agonew proggy I never checked in
David Schleef [Wed, 8 Oct 2003 07:49:11 +0000 (07:49 +0000)]
new proggy I never checked in

Original commit message from CVS:
new proggy I never checked in

20 years agoRemove FOMIT_FRAME_POINTER
David Schleef [Wed, 8 Oct 2003 07:05:20 +0000 (07:05 +0000)]
Remove FOMIT_FRAME_POINTER

Original commit message from CVS:
Remove FOMIT_FRAME_POINTER

20 years agoClean up makefile. It's still kindof screwy, but that's because automake won't creat...
David Schleef [Wed, 8 Oct 2003 01:05:10 +0000 (01:05 +0000)]
Clean up makefile.  It's still kindof screwy, but that's because automake won't create .so files for noinst libs.

Original commit message from CVS:
Clean up makefile.  It's still kindof screwy, but that's because
automake won't create .so files for noinst libs.

20 years agoAdd padding to structures and objects
David Schleef [Tue, 7 Oct 2003 21:58:42 +0000 (21:58 +0000)]
Add padding to structures and objects

Original commit message from CVS:
Add padding to structures and objects

20 years agoremember to set buffer size.
David Schleef [Tue, 7 Oct 2003 21:56:36 +0000 (21:56 +0000)]
remember to set buffer size.

Original commit message from CVS:
remember to set buffer size.

20 years agoMake GST_PROPS_PROPERTIES return NULL when props is NULL. This allows
Andy Wingo [Mon, 6 Oct 2003 14:03:05 +0000 (14:03 +0000)]
Make GST_PROPS_PROPERTIES return NULL when props is NULL. This allows

Original commit message from CVS:
Make GST_PROPS_PROPERTIES return NULL when props is NULL. This allows
GST_PROPS_PROPERTIES (gst_caps_get_props (caps)) even if the caps have no props.

20 years agofix docs for four functions
Thomas Vander Stichele [Sun, 5 Oct 2003 20:48:48 +0000 (20:48 +0000)]
fix docs for four functions

Original commit message from CVS:
fix docs for four functions

20 years agoallow pad push if peer is active
Thomas Vander Stichele [Sun, 5 Oct 2003 19:42:21 +0000 (19:42 +0000)]
allow pad push if peer is active

Original commit message from CVS:
allow pad push if peer is active

20 years agoforward port of 123517 adds more debug info to optscheduler
Thomas Vander Stichele [Sun, 5 Oct 2003 15:18:11 +0000 (15:18 +0000)]
forward port of 123517 adds more debug info to optscheduler

Original commit message from CVS:
forward port of 123517
adds more debug info to optscheduler

20 years agoadding simple queue test
Thomas Vander Stichele [Fri, 3 Oct 2003 15:21:49 +0000 (15:21 +0000)]
adding simple queue test

Original commit message from CVS:
adding simple queue test

20 years agoAdd doc on how typefind works and some other random thoughts
Ronald S. Bultje [Thu, 2 Oct 2003 19:12:54 +0000 (19:12 +0000)]
Add doc on how typefind works and some other random thoughts

Original commit message from CVS:
Add doc on how typefind works and some other random thoughts

20 years agolatest fixes to spec file
Christian Schaller [Wed, 1 Oct 2003 19:35:41 +0000 (19:35 +0000)]
latest fixes to spec file

Original commit message from CVS:
latest fixes to spec file

20 years agoNew typefind system: bytestream is now part of the core all plugins have been modifie...
Ronald S. Bultje [Wed, 1 Oct 2003 13:11:45 +0000 (13:11 +0000)]
New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste...

Original commit message from CVS:
New typefind system:
* bytestream is now part of the core
* all plugins have been modified to use this new typefind system
* asf typefinding added
* mpeg video stream typefiding removed because it's broken
* duplicate typefind entries removed
* extra id3 typefinding added, because we've seen 4 types of files
(riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs
to work. Instead, I've added an id3 element and let it redo typefiding
after the id3 header. this needs a hack because spider only typefinds
once. We can remove this hack once spider supports multiple typefinds.
* with all this, mp3 typefinding is semi-rewritten
* id3 typefinding in flac/vorbis is removed, it's no longer needed
* fixed spider and gst-typefind to use this, too.
* Other general cleanups

20 years agomake filesink handle events only in the chainfunction
Andy Wingo [Tue, 30 Sep 2003 13:11:44 +0000 (13:11 +0000)]
make filesink handle events only in the chainfunction

Original commit message from CVS:
make filesink handle events only in the chainfunction

20 years agoUpdate the documentation here too to include more details on --gst-debug
Iain Holmes [Mon, 29 Sep 2003 22:02:41 +0000 (22:02 +0000)]
Update the documentation here too to include more details on --gst-debug

Original commit message from CVS:
Update the documentation here too to include more details on --gst-debug

20 years agoUpdate the --gst-debug help documentation
Iain Holmes [Mon, 29 Sep 2003 21:54:10 +0000 (21:54 +0000)]
Update the --gst-debug help documentation

Original commit message from CVS:
Update the --gst-debug help documentation

20 years agocast -> check, since we don't need the result. This also removes a warning when it...
Ronald S. Bultje [Mon, 29 Sep 2003 14:32:22 +0000 (14:32 +0000)]
cast -> check, since we don't need the result. This also removes a warning when it fails, and since we check for that...

Original commit message from CVS:
cast -> check, since we don't need the result. This also removes a warning when it fails, and since we check for that ourselves, that's a good thing.

20 years agomake the registry read the plugin feature's rank - this should even make the autoplug...
Benjamin Otte [Sat, 27 Sep 2003 18:51:16 +0000 (18:51 +0000)]
make the registry read the plugin feature's rank - this should even make the autoplugger work again. Did I mention I'...

Original commit message from CVS:
make the registry read the plugin feature's rank - this should even make the autoplugger work again. Did I mention I'm annoyed because someone didn't test his rank-removing patch? Once opening gst-player or rhythmbox with it would have shown that it doesn't work anymore...

20 years agoWhen scheduling a group, check that its not the group thats currently in the top...
Iain Holmes [Sat, 27 Sep 2003 14:13:41 +0000 (14:13 +0000)]
When scheduling a group, check that its not the group thats currently in the top of the runqueue.

Original commit message from CVS:
When scheduling a group, check that its not the group thats currently in the
top of the runqueue.

Then, when scheduling a different group, disable the first group and search for the next enabled group to run. Stops deadlocking in loop based elements.

Also remove the g_list_length's from the debugging statements for a bit of speed

20 years agochange scripts directory to register-scripts
David Schleef [Sat, 27 Sep 2003 03:58:50 +0000 (03:58 +0000)]
change scripts directory to register-scripts

Original commit message from CVS:
change scripts directory to register-scripts

20 years agoUpdated some signal descriptions, added some full stops and fixed some typos
Iain Holmes [Fri, 26 Sep 2003 11:54:40 +0000 (11:54 +0000)]
Updated some signal descriptions, added some full stops and fixed some typos

Original commit message from CVS:
Updated some signal descriptions, added some full stops and fixed some typos

20 years agoFix assumption that size_t is int
David Schleef [Wed, 24 Sep 2003 19:27:02 +0000 (19:27 +0000)]
Fix assumption that size_t is int

Original commit message from CVS:
Fix assumption that size_t is int

20 years agoFix powerpc asm. Fixes #122952
David Schleef [Mon, 22 Sep 2003 21:47:57 +0000 (21:47 +0000)]
Fix powerpc asm.  Fixes #122952

Original commit message from CVS:

Fix powerpc asm.  Fixes #122952

20 years agoFix powerpc stuff for non-gas assemblers
David Schleef [Mon, 22 Sep 2003 19:15:27 +0000 (19:15 +0000)]
Fix powerpc stuff for non-gas assemblers

Original commit message from CVS:
Fix powerpc stuff for non-gas assemblers

20 years agochange a debug message to a g_warning().
David Schleef [Thu, 18 Sep 2003 22:37:09 +0000 (22:37 +0000)]
change a debug message to a g_warning().

Original commit message from CVS:
change a debug message to a g_warning().

20 years agoreverting error patches before making a branch. BRANCH-ERROR-ROOT
Thomas Vander Stichele [Tue, 16 Sep 2003 09:57:31 +0000 (09:57 +0000)]
reverting error patches before making a branch.

Original commit message from CVS:
reverting error patches before making a branch.

20 years agoFix compiler breakage.
Jan Schmidt [Mon, 15 Sep 2003 10:55:03 +0000 (10:55 +0000)]
Fix compiler breakage.

Original commit message from CVS:
Fix compiler breakage.

20 years agoupdate docs to new error signal
Benjamin Otte [Mon, 15 Sep 2003 01:42:04 +0000 (01:42 +0000)]
update docs to new error signal

Original commit message from CVS:
update docs to new error signal

20 years agoupdate default error callback to new error signal
Benjamin Otte [Mon, 15 Sep 2003 01:36:53 +0000 (01:36 +0000)]
update default error callback to new error signal

Original commit message from CVS:
update default error callback to new error signal

20 years agoimplement translatable error messages using gerror.
Benjamin Otte [Sun, 14 Sep 2003 19:49:32 +0000 (19:49 +0000)]
implement translatable error messages using gerror.

Original commit message from CVS:
implement translatable error messages using gerror.

Includes bugfixes for:
- crash when unlinking Ghostpads
- make *_PAD_* macros use glib casts
- make spider typefinding merge buffers correctly

20 years agoAdd navigation event
David Schleef [Sun, 14 Sep 2003 11:09:28 +0000 (11:09 +0000)]
Add navigation event

Original commit message from CVS:
Add navigation event

20 years agoUse gst_caps_to_string to print caps. Add max_iterations.
David Schleef [Sun, 14 Sep 2003 11:08:50 +0000 (11:08 +0000)]
Use gst_caps_to_string to print caps.  Add max_iterations.

Original commit message from CVS:
Use gst_caps_to_string to print caps.  Add max_iterations.

20 years agoadd check for setting pad_get and pad_chain functions on wrong type pads.
David Schleef [Sun, 14 Sep 2003 11:04:11 +0000 (11:04 +0000)]
add check for setting pad_get and pad_chain functions on wrong type pads.

Original commit message from CVS:
add check for setting pad_get and pad_chain functions on wrong type pads.

20 years agomake a few things clearer
David Schleef [Sat, 13 Sep 2003 20:20:44 +0000 (20:20 +0000)]
make a few things clearer

Original commit message from CVS:
make a few things clearer

20 years agofix handling of _ in properties
David Schleef [Sat, 13 Sep 2003 18:32:16 +0000 (18:32 +0000)]
fix handling of _ in properties

Original commit message from CVS:
fix handling of _ in properties

20 years agoMake interface hack work with multiple interfaces per element
Ronald S. Bultje [Sat, 13 Sep 2003 15:47:33 +0000 (15:47 +0000)]
Make interface hack work with multiple interfaces per element

Original commit message from CVS:
Make interface hack work with multiple interfaces per element

20 years agoUpdate, now that I understand interfaces a bit better...
Ronald S. Bultje [Sat, 13 Sep 2003 10:17:49 +0000 (10:17 +0000)]
Update, now that I understand interfaces a bit better...

Original commit message from CVS:
Update, now that I understand interfaces a bit better...

20 years agoImplement generic interface stuff, with per-instance support checking instead of...
Ronald S. Bultje [Sat, 13 Sep 2003 01:10:12 +0000 (01:10 +0000)]
Implement generic interface stuff, with per-instance support checking instead of per-class checking

Original commit message from CVS:
Implement generic interface stuff, with per-instance support checking instead of per-class checking

20 years agoImplement seekability-only-if-available
Ronald S. Bultje [Sat, 13 Sep 2003 01:06:53 +0000 (01:06 +0000)]
Implement seekability-only-if-available

Original commit message from CVS:
Implement seekability-only-if-available

20 years agocheck for md5sink in pipeline
Thomas Vander Stichele [Thu, 11 Sep 2003 22:44:58 +0000 (22:44 +0000)]
check for md5sink in pipeline

Original commit message from CVS:
check for md5sink in pipeline

20 years agoignore these test code
Thomas Vander Stichele [Thu, 11 Sep 2003 12:19:22 +0000 (12:19 +0000)]
ignore these test code

Original commit message from CVS:
ignore these
test code

20 years agoignore
Thomas Vander Stichele [Thu, 11 Sep 2003 12:13:56 +0000 (12:13 +0000)]
ignore

Original commit message from CVS:
ignore

20 years agoignore files
Thomas Vander Stichele [Thu, 11 Sep 2003 12:05:08 +0000 (12:05 +0000)]
ignore files

Original commit message from CVS:
ignore files

20 years agocommit
Thomas Vander Stichele [Thu, 11 Sep 2003 12:04:01 +0000 (12:04 +0000)]
commit

Original commit message from CVS:
commit

20 years agocommit
Thomas Vander Stichele [Thu, 11 Sep 2003 10:53:22 +0000 (10:53 +0000)]
commit

Original commit message from CVS:
commit

20 years agoreadme
Thomas Vander Stichele [Thu, 11 Sep 2003 10:47:32 +0000 (10:47 +0000)]
readme

Original commit message from CVS:
readme

20 years agobla bla... some new stuff
Ronald S. Bultje [Mon, 8 Sep 2003 19:58:40 +0000 (19:58 +0000)]
bla bla... some new stuff

Original commit message from CVS:
bla bla... some new stuff

20 years agoAdded specification document of the RTP client subsystem.
Ramon Garcia Fernandez [Mon, 8 Sep 2003 17:59:17 +0000 (17:59 +0000)]
Added specification document of the RTP client subsystem.

Original commit message from CVS:

Added specification document of the RTP client subsystem.

20 years agoAdd GInterface
Ronald S. Bultje [Thu, 4 Sep 2003 21:03:12 +0000 (21:03 +0000)]
Add GInterface

Original commit message from CVS:
Add GInterface

20 years agoDist files generated by bison and flex.
David Schleef [Sat, 30 Aug 2003 02:42:55 +0000 (02:42 +0000)]
Dist files generated by bison and flex.

Original commit message from CVS:
Dist files generated by bison and flex.

20 years agoAdd some class/init example code (on request of zeenix)
Ronald S. Bultje [Fri, 29 Aug 2003 06:50:56 +0000 (06:50 +0000)]
Add some class/init example code (on request of zeenix)

Original commit message from CVS:
Add some class/init example code (on request of zeenix)

20 years agoA generic interface proposal
Ronald S. Bultje [Thu, 28 Aug 2003 20:48:54 +0000 (20:48 +0000)]
A generic interface proposal

Original commit message from CVS:
A generic interface proposal

20 years agofix the error that break the built
Angel Carpintero [Wed, 27 Aug 2003 10:19:08 +0000 (10:19 +0000)]
fix the error that break the built

Original commit message from CVS:
fix the error that break the built

20 years agomore info
Thomas Vander Stichele [Tue, 26 Aug 2003 23:36:27 +0000 (23:36 +0000)]
more info

Original commit message from CVS:
more info

20 years agofixes event function setting on unconnected pads
Thomas Vander Stichele [Tue, 26 Aug 2003 10:50:35 +0000 (10:50 +0000)]
fixes event function setting on unconnected pads

Original commit message from CVS:
fixes event function setting on unconnected pads

20 years agoRemove running configure for cothreads, since it's been removed.
David Schleef [Sat, 23 Aug 2003 01:09:23 +0000 (01:09 +0000)]
Remove running configure for cothreads, since it's been removed.

Original commit message from CVS:
Remove running configure for cothreads, since it's been removed.

20 years agoshow the rank of a plugin feature. (actually, only element factory at this time)
David Schleef [Thu, 21 Aug 2003 05:57:05 +0000 (05:57 +0000)]
show the rank of a plugin feature.  (actually, only element factory at this time)

Original commit message from CVS:
show the rank of a plugin feature.  (actually, only element factory
at this time)

20 years agoAdd --enable-poisoning option, and make it default to off in normal releases, on...
David Schleef [Thu, 21 Aug 2003 04:38:27 +0000 (04:38 +0000)]
Add --enable-poisoning option, and make it default to off in normal releases, on in ./autogen.sh configuration.  Add ...

Original commit message from CVS:
Add --enable-poisoning option, and make it default to off in normal
releases, on in ./autogen.sh configuration.  Add automake17 as a
possible automake name.

20 years agoignore more files
David Schleef [Tue, 19 Aug 2003 23:50:35 +0000 (23:50 +0000)]
ignore more files

Original commit message from CVS:
ignore more files

20 years agoRemove the superfluous use of { }
David Schleef [Tue, 19 Aug 2003 23:49:49 +0000 (23:49 +0000)]
Remove the superfluous use of { }

Original commit message from CVS:
Remove the superfluous use of { }

20 years agothis contains fixed needed to once again build rpms of CVS head. It disables doc...
Christian Schaller [Tue, 19 Aug 2003 18:25:53 +0000 (18:25 +0000)]
this contains fixed needed to once again build rpms of CVS head. It disables doc building, dists the po stuff (not th...

Original commit message from CVS:
this contains fixed needed to once again build rpms of CVS head. It disables doc building, dists the po stuff (not the the way ds wanted, but the way I understood how to) and fixes latest additions/removals to the spec

20 years agofurther i18n: call setlocale()
David Schleef [Tue, 19 Aug 2003 08:11:58 +0000 (08:11 +0000)]
further i18n: call setlocale()

Original commit message from CVS:
further i18n: call setlocale()

20 years agoAdd code to spawn each file in ${plugindirectory}/scripts, for each plugindirectory...
David Schleef [Tue, 19 Aug 2003 07:58:53 +0000 (07:58 +0000)]
Add code to spawn each file in ${plugindirectory}/scripts, for each plugindirectory (fixes #119231)

Original commit message from CVS:
Add code to spawn each file in ${plugindirectory}/scripts, for each
plugindirectory (fixes #119231)

20 years agoEr, plugins actually use gst_element_factory_set_rank(). Add a define to call gst_pl...
David Schleef [Tue, 19 Aug 2003 07:31:24 +0000 (07:31 +0000)]
Er, plugins actually use gst_element_factory_set_rank().  Add a define to call gst_plugin_feature_set_rank().

Original commit message from CVS:
Er, plugins actually use gst_element_factory_set_rank().  Add a
define to call gst_plugin_feature_set_rank().

20 years agoAdd SIGUSR1/SIGUSR2 as play/stop signals. Also add these to the documentation. Fixes...
Ronald S. Bultje [Tue, 19 Aug 2003 05:43:55 +0000 (05:43 +0000)]
Add SIGUSR1/SIGUSR2 as play/stop signals. Also add these to the documentation. Fixes #120065

Original commit message from CVS:
Add SIGUSR1/SIGUSR2 as play/stop signals. Also add these to the documentation. Fixes #120065

20 years agoconvert pad templates to GST_CAPS_ANY
David Schleef [Tue, 19 Aug 2003 04:18:19 +0000 (04:18 +0000)]
convert pad templates to GST_CAPS_ANY

Original commit message from CVS:
convert pad templates to GST_CAPS_ANY

20 years agoAdd code to poison objects being destroyed
David Schleef [Tue, 19 Aug 2003 04:10:29 +0000 (04:10 +0000)]
Add code to poison objects being destroyed

Original commit message from CVS:
Add code to poison objects being destroyed

20 years agoAdd GST_CAPS_NONE and GST_CAPS_ANY
David Schleef [Tue, 19 Aug 2003 04:08:29 +0000 (04:08 +0000)]
Add GST_CAPS_NONE and GST_CAPS_ANY

Original commit message from CVS:
Add GST_CAPS_NONE and GST_CAPS_ANY

20 years agoRemove duplicate rank field (fixes #119510)
Ronald S. Bultje [Mon, 18 Aug 2003 21:14:16 +0000 (21:14 +0000)]
Remove duplicate rank field (fixes #119510)

Original commit message from CVS:
Remove duplicate rank field (fixes #119510)

20 years agoShow signals/actions of parent classes
David Schleef [Mon, 18 Aug 2003 07:34:17 +0000 (07:34 +0000)]
Show signals/actions of parent classes

Original commit message from CVS:
Show signals/actions of parent classes

20 years agoFind correct name for libtoolize
David Schleef [Sun, 17 Aug 2003 23:34:13 +0000 (23:34 +0000)]
Find correct name for libtoolize

Original commit message from CVS:
Find correct name for libtoolize

20 years agofeeble attempt at translating a few messages
David Schleef [Sun, 17 Aug 2003 22:30:59 +0000 (22:30 +0000)]
feeble attempt at translating a few messages

Original commit message from CVS:
feeble attempt at translating a few messages

20 years agomore i18n stuff
David Schleef [Sun, 17 Aug 2003 22:30:04 +0000 (22:30 +0000)]
more i18n stuff

Original commit message from CVS:
more i18n stuff

20 years agoinitialize gettext stuff, plus a few string i18ns
David Schleef [Sun, 17 Aug 2003 22:04:55 +0000 (22:04 +0000)]
initialize gettext stuff, plus a few string i18ns

Original commit message from CVS:
initialize gettext stuff, plus a few string i18ns

20 years agoAdd framework for internationalization
David Schleef [Sun, 17 Aug 2003 22:01:24 +0000 (22:01 +0000)]
Add framework for internationalization

Original commit message from CVS:
Add framework for internationalization

20 years agouse _delete_link again
Benjamin Otte [Sun, 17 Aug 2003 20:18:58 +0000 (20:18 +0000)]
use _delete_link again

Original commit message from CVS:
use _delete_link again

20 years agoinclude _get_type() functions in headers. Fixes docs build
Benjamin Otte [Sun, 17 Aug 2003 19:26:00 +0000 (19:26 +0000)]
include _get_type() functions in headers. Fixes docs build

Original commit message from CVS:
include _get_type() functions in headers. Fixes docs build

20 years agofix gst_debug_remove_with_compare_func and make testsuite/debug run again
Benjamin Otte [Sun, 17 Aug 2003 16:45:09 +0000 (16:45 +0000)]
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

20 years agoMove man pages from %.1 to %.1.in, and add a rule to make .1 files from .1.in, replac...
David Schleef [Fri, 15 Aug 2003 20:25:40 +0000 (20:25 +0000)]
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 - (\-).

20 years agoAdd my name to the copywrite (since I wrote most of this file).
Joshua N. Pritikin [Fri, 15 Aug 2003 13:39:14 +0000 (13:39 +0000)]
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.

20 years agoremove legacy offset code - fixes #119550
Benjamin Otte [Thu, 14 Aug 2003 07:37:58 +0000 (07:37 +0000)]
remove legacy offset code - fixes #119550

Original commit message from CVS:
remove legacy offset code - fixes #119550

20 years agoChange default program suffix to -0.7
David Schleef [Thu, 14 Aug 2003 04:30:17 +0000 (04:30 +0000)]
Change default program suffix to -0.7

Original commit message from CVS:
Change default program suffix to -0.7

20 years agobuild fixes
Thomas Vander Stichele [Wed, 13 Aug 2003 11:14:27 +0000 (11:14 +0000)]
build fixes

Original commit message from CVS:
build fixes

20 years agobuild fix
Thomas Vander Stichele [Wed, 13 Aug 2003 11:07:26 +0000 (11:07 +0000)]
build fix

Original commit message from CVS:
build fix

20 years agoAdd m68k support (from Debian bug report #172269)
David Schleef [Thu, 7 Aug 2003 23:28:53 +0000 (23:28 +0000)]
Add m68k support (from Debian bug report #172269)

Original commit message from CVS:
Add m68k support (from Debian bug report #172269)

20 years agocache return values of _gst_debug_nameof_funcptr
Andy Wingo [Thu, 7 Aug 2003 12:45:31 +0000 (12:45 +0000)]
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

20 years agoMake dladdr() code dependent on HAVE_DLADDR
David Schleef [Wed, 6 Aug 2003 03:00:21 +0000 (03:00 +0000)]
Make dladdr() code dependent on HAVE_DLADDR

Original commit message from CVS:
Make dladdr() code dependent on HAVE_DLADDR

20 years agoAdd check for dladdr()
David Schleef [Wed, 6 Aug 2003 02:57:29 +0000 (02:57 +0000)]
Add check for dladdr()

Original commit message from CVS:
Add check for dladdr()

20 years agoAutomake-1.5 chokes on gst/Makefile.am, so updating requirement to 1.6.
David Schleef [Wed, 6 Aug 2003 01:15:48 +0000 (01:15 +0000)]
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.

20 years agoRemove putbits Makefile
David Schleef [Wed, 6 Aug 2003 01:07:10 +0000 (01:07 +0000)]
Remove putbits Makefile

Original commit message from CVS:
Remove putbits Makefile

20 years agoputbits removed because of licensing concerns. Code was moved back to the plugins...
David Schleef [Wed, 6 Aug 2003 01:06:30 +0000 (01:06 +0000)]
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.

20 years agocheck
Thomas Vander Stichele [Tue, 5 Aug 2003 10:40:51 +0000 (10:40 +0000)]
check

Original commit message from CVS:
check

20 years agocia check
Thomas Vander Stichele [Tue, 5 Aug 2003 10:38:54 +0000 (10:38 +0000)]
cia check

Original commit message from CVS:
cia check

20 years agoImplement simple seek API. This can later be extended to work with GstPipeline as...
Ronald S. Bultje [Mon, 4 Aug 2003 21:48:06 +0000 (21:48 +0000)]
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

20 years agooptimized debugging.
Benjamin Otte [Sun, 3 Aug 2003 17:18:40 +0000 (17:18 +0000)]
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

20 years agoAdd another test
David Schleef [Sat, 2 Aug 2003 01:55:24 +0000 (01:55 +0000)]
Add another test

Original commit message from CVS:
Add another test

20 years agoRemove check for readability of a registry, since if it doesn't exist, it's not reada...
David Schleef [Sat, 2 Aug 2003 01:53:08 +0000 (01:53 +0000)]
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.

20 years agoAdd pad->unlinkfunc and gst_pad_set_unlink_function()
David Schleef [Sat, 2 Aug 2003 01:52:14 +0000 (01:52 +0000)]
Add pad->unlinkfunc and gst_pad_set_unlink_function()

Original commit message from CVS:
Add pad->unlinkfunc and gst_pad_set_unlink_function()

20 years agoSupport gcc-2.9x, too
Ronald S. Bultje [Fri, 1 Aug 2003 16:17:46 +0000 (16:17 +0000)]
Support gcc-2.9x, too

Original commit message from CVS:
Support gcc-2.9x, too