platform/upstream/gstreamer.git
20 years agoCaps with empty props (which is not NULL - gst_props_new_empty()) can result in an...
Ronald S. Bultje [Sun, 9 Nov 2003 21:26:13 +0000 (21:26 +0000)]
Caps with empty props (which is not NULL - gst_props_new_empty()) can result in an invalid string, so we need to chec...

Original commit message from CVS:
Caps with empty props (which is not NULL - gst_props_new_empty()) can result in an invalid string, so we need to check for empty props (as opposed to NULL props) too.

20 years agosmall bytestream fix
Christian Schaller [Sun, 9 Nov 2003 18:47:11 +0000 (18:47 +0000)]
small bytestream fix

Original commit message from CVS:
small bytestream fix

20 years agoignore some more tests
Benjamin Otte [Sun, 9 Nov 2003 18:09:24 +0000 (18:09 +0000)]
ignore some more tests

Original commit message from CVS:
ignore some more tests

20 years agoadded a test that was claimed to fail but works here
Benjamin Otte [Sun, 9 Nov 2003 18:08:00 +0000 (18:08 +0000)]
added a test that was claimed to fail but works here

Original commit message from CVS:
added a test that was claimed to fail but works here

20 years agoCompile fix for gcc-2.9x
Ronald S. Bultje [Sun, 9 Nov 2003 13:47:21 +0000 (13:47 +0000)]
Compile fix for gcc-2.9x

Original commit message from CVS:
Compile fix for gcc-2.9x

20 years agoAdd gst_element_class_get_pad_template()
David Schleef [Sat, 8 Nov 2003 23:28:04 +0000 (23:28 +0000)]
Add gst_element_class_get_pad_template()

Original commit message from CVS:
Add gst_element_class_get_pad_template()

20 years agorevert last change
David Schleef [Fri, 7 Nov 2003 19:51:20 +0000 (19:51 +0000)]
revert last change

Original commit message from CVS:
revert last change

20 years agoAdding GST_EVENT_RENEGOTIATE
Julien Moutte [Fri, 7 Nov 2003 17:17:06 +0000 (17:17 +0000)]
Adding GST_EVENT_RENEGOTIATE

Original commit message from CVS:
Adding GST_EVENT_RENEGOTIATE

20 years agoFix a crash when unlinking Ghost pads which was included in the reversion of error...
Jan Schmidt [Thu, 6 Nov 2003 16:30:32 +0000 (16:30 +0000)]
Fix a crash when unlinking Ghost pads which was included in the reversion of error changes.

Original commit message from CVS:
Fix a crash when unlinking Ghost pads which was included in the reversion
of error changes.

20 years agoset default errorlevel to NONE. Make configure change it to ERROR (the current value... CAPS-ROOT
Benjamin Otte [Thu, 6 Nov 2003 02:28:26 +0000 (02:28 +0000)]
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This s...

Original commit message from CVS:
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This should make releases not output any debugging information at all

20 years agothreadb and threadc are unexpectedly passing on my system (glibc2.3.1 and linux-2...
Iain Holmes [Wed, 5 Nov 2003 12:45:18 +0000 (12:45 +0000)]
threadb and threadc are unexpectedly passing on my system (glibc2.3.1 and linux-2.6.0-test9). Commenting them out bec...

Original commit message from CVS:
threadb and threadc are unexpectedly passing on my system (glibc2.3.1 and linux-2.6.0-test9). Commenting them out because they are expectedly failing on other systems.

20 years agoset chainfunction on request pads (FIXME: do we even support chainbased elements...
Benjamin Otte [Wed, 5 Nov 2003 01:40:29 +0000 (01:40 +0000)]
set chainfunction on request pads (FIXME: do we even support chainbased elements with multiple sinkpads?)

Original commit message from CVS:
set chainfunction on request pads (FIXME: do we even support chainbased elements with multiple sinkpads?)

20 years agomemory management and debugging issues
Benjamin Otte [Wed, 5 Nov 2003 01:38:01 +0000 (01:38 +0000)]
memory management and debugging issues

Original commit message from CVS:
memory management and debugging issues

20 years agoinitialise pad->convertfunc only once return FALSE in the default handler if...
Benjamin Otte [Wed, 5 Nov 2003 01:35:32 +0000 (01:35 +0000)]
initialise pad->convertfunc only once     return FALSE in the default handler if an event wasn't handled

Original commit message from CVS:
initialise pad->convertfunc only once     return FALSE in the default handler if an event wasn't handled

20 years agomake gst_element_link work when connecting from a NULL-caps request pad
Benjamin Otte [Wed, 5 Nov 2003 01:33:02 +0000 (01:33 +0000)]
make gst_element_link work when connecting from a NULL-caps request pad

Original commit message from CVS:
make gst_element_link work when connecting from a NULL-caps request pad

20 years agodisabling cleanup3 until it knows if it fails or passes
Benjamin Otte [Wed, 5 Nov 2003 01:24:00 +0000 (01:24 +0000)]
disabling cleanup3 until it knows if it fails or passes

Original commit message from CVS:
disabling cleanup3 until it knows if it fails or passes

20 years agofix typo
David Schleef [Wed, 5 Nov 2003 00:40:33 +0000 (00:40 +0000)]
fix typo

Original commit message from CVS:
fix typo

20 years agohacking. Add value_compare, value_union, and value_intersect functions
David Schleef [Tue, 4 Nov 2003 19:00:54 +0000 (19:00 +0000)]
hacking.  Add value_compare, value_union, and value_intersect functions

Original commit message from CVS:
hacking.  Add value_compare, value_union, and value_intersect functions

20 years agodisable debugging when it hasn't been initialized yet. Fixes testsuite
Benjamin Otte [Tue, 4 Nov 2003 17:27:22 +0000 (17:27 +0000)]
disable debugging when it hasn't been initialized yet. Fixes testsuite

Original commit message from CVS:
disable debugging when it hasn't been initialized yet. Fixes testsuite

20 years agofix missing include for OS X (bug 126069) - HEAD should compile on OS X now
Benjamin Otte [Tue, 4 Nov 2003 17:24:46 +0000 (17:24 +0000)]
fix missing include for OS X (bug 126069) - HEAD should compile on OS X now

Original commit message from CVS:
fix missing include for OS X (bug 126069) - HEAD should compile on OS X now

20 years agoAdjust API based on comments from other developers
David Schleef [Tue, 4 Nov 2003 05:54:24 +0000 (05:54 +0000)]
Adjust API based on comments from other developers

Original commit message from CVS:
Adjust API based on comments from other developers

20 years agofix typo
David Schleef [Tue, 4 Nov 2003 05:53:35 +0000 (05:53 +0000)]
fix typo

Original commit message from CVS:
fix typo

20 years agoUpdate for new plugin API. static and static2 now fail
David Schleef [Tue, 4 Nov 2003 05:48:16 +0000 (05:48 +0000)]
Update for new plugin API.  static and static2 now fail

Original commit message from CVS:
Update for new plugin API.  static and static2 now fail

20 years agocosmetic fix
David Schleef [Tue, 4 Nov 2003 05:47:28 +0000 (05:47 +0000)]
cosmetic fix

Original commit message from CVS:
cosmetic fix

20 years agoupdate for new plugin API. still fails.
David Schleef [Tue, 4 Nov 2003 04:26:26 +0000 (04:26 +0000)]
update for new plugin API.  still fails.

Original commit message from CVS:
update for new plugin API.  still fails.

20 years agocosmetic change. GObjects contain properties, not arguments.
David Schleef [Tue, 4 Nov 2003 03:39:51 +0000 (03:39 +0000)]
cosmetic change.  GObjects contain properties, not arguments.

Original commit message from CVS:
cosmetic change.  GObjects contain properties, not arguments.

20 years agoAdd G_DISABLE_DEPRECATED and fix deprecated code
David Schleef [Mon, 3 Nov 2003 20:56:53 +0000 (20:56 +0000)]
Add G_DISABLE_DEPRECATED and fix deprecated code

Original commit message from CVS:
Add G_DISABLE_DEPRECATED and fix deprecated code

20 years agoAdd GstStructure and GstValue
David Schleef [Mon, 3 Nov 2003 09:10:07 +0000 (09:10 +0000)]
Add GstStructure and GstValue

Original commit message from CVS:
Add GstStructure and GstValue

20 years agoXML, gst-editor, gst-rec and anything that's not based on spider is now broken. This...
Ronald S. Bultje [Sun, 2 Nov 2003 16:46:12 +0000 (16:46 +0000)]
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.

20 years agoimplement 'gst_element_factory_find_from_element' to replace gst_element_get_factory
Benjamin Otte [Sun, 2 Nov 2003 16:24:22 +0000 (16:24 +0000)]
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

20 years agofix stupidity bug in gstelement.c (which only crashes other computers :)
Benjamin Otte [Sun, 2 Nov 2003 14:58:05 +0000 (14:58 +0000)]
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 :)

20 years agoAdd QPL and GPL/QPL, plus add links to licenses
Ronald S. Bultje [Sun, 2 Nov 2003 14:17:17 +0000 (14:17 +0000)]
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

20 years agoFix warnings due to previous checkin
David Schleef [Fri, 31 Oct 2003 20:54:44 +0000 (20:54 +0000)]
Fix warnings due to previous checkin

Original commit message from CVS:
Fix warnings due to previous checkin

20 years agoInstall headers in gst/bytestream/
David Schleef [Fri, 31 Oct 2003 20:22:47 +0000 (20:22 +0000)]
Install headers in gst/bytestream/

Original commit message from CVS:
Install headers in gst/bytestream/

20 years agoadd rule dependency
David Schleef [Fri, 31 Oct 2003 20:20:36 +0000 (20:20 +0000)]
add rule dependency

Original commit message from CVS:
add rule dependency

20 years agoupdate plugin initialization restructuring (see email for details
Benjamin Otte [Fri, 31 Oct 2003 19:32:47 +0000 (19:32 +0000)]
update plugin initialization restructuring (see email for details

Original commit message from CVS:
update plugin initialization restructuring (see email for details

20 years agocvs can't merge - these should have been dead since typefind merge
Benjamin Otte [Fri, 31 Oct 2003 16:48:45 +0000 (16:48 +0000)]
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

20 years agobuild doc/version.entities
David Schleef [Fri, 31 Oct 2003 04:19:20 +0000 (04:19 +0000)]
build doc/version.entities

Original commit message from CVS:
build doc/version.entities

20 years agoFix setting of int and int64 dparams. Fixes #124023
David Schleef [Fri, 31 Oct 2003 03:56:17 +0000 (03:56 +0000)]
Fix setting of int and int64 dparams.  Fixes #124023

Original commit message from CVS:
Fix setting of int and int64 dparams.  Fixes #124023

20 years agoClean more files
David Schleef [Fri, 31 Oct 2003 03:52:11 +0000 (03:52 +0000)]
Clean more files

Original commit message from CVS:
Clean more files

20 years agoremove types directory. Should have been killed by TYPEFIND merge but wasn't
Benjamin Otte [Fri, 31 Oct 2003 02:57:46 +0000 (02:57 +0000)]
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

20 years agodeclaration order fixes
Benjamin Otte [Thu, 30 Oct 2003 19:54:29 +0000 (19:54 +0000)]
declaration order fixes

Original commit message from CVS:
declaration order fixes

20 years agoAllow NULL to be a valid value for factory->extensions.
David Schleef [Wed, 29 Oct 2003 23:10:49 +0000 (23:10 +0000)]
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.

20 years agoNULL terminate the g_build_filename args.
Iain Holmes [Wed, 29 Oct 2003 12:04:54 +0000 (12:04 +0000)]
NULL terminate the g_build_filename args.

Original commit message from CVS:
NULL terminate the g_build_filename args.

20 years agoclean up some warnings
David Schleef [Wed, 29 Oct 2003 04:11:11 +0000 (04:11 +0000)]
clean up some warnings

Original commit message from CVS:
clean up some warnings

20 years agoAdd typedef to named enum
David Schleef [Wed, 29 Oct 2003 04:10:33 +0000 (04:10 +0000)]
Add typedef to named enum

Original commit message from CVS:
Add typedef to named enum

20 years agodon't dist files generated by flex and bison, since they're not portable.
David Schleef [Wed, 29 Oct 2003 00:15:46 +0000 (00:15 +0000)]
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.

20 years agoInitialise some variables to get the thing to compile
Iain Holmes [Tue, 28 Oct 2003 23:28:12 +0000 (23:28 +0000)]
Initialise some variables to get the thing to compile

Original commit message from CVS:
Initialise some variables to get the thing to compile

20 years agomerge TYPEFIND branch. Major changes:
Benjamin Otte [Tue, 28 Oct 2003 20:25:30 +0000 (20:25 +0000)]
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

20 years agobump version to 0.7.1.1 TYPEFIND-ROOT
David Schleef [Mon, 20 Oct 2003 22:48:06 +0000 (22:48 +0000)]
bump version to 0.7.1.1

Original commit message from CVS:
bump version to 0.7.1.1

20 years agobump version to 0.7.1 RELEASE-0_7_1
David Schleef [Mon, 20 Oct 2003 21:41:11 +0000 (21:41 +0000)]
bump version to 0.7.1

Original commit message from CVS:
bump version to 0.7.1

20 years agothis was wrong
Thomas Vander Stichele [Mon, 20 Oct 2003 19:40:48 +0000 (19:40 +0000)]
this was wrong

Original commit message from CVS:
this was wrong

20 years agoProperly give an error if no file was given
Ronald S. Bultje [Mon, 20 Oct 2003 14:58:07 +0000 (14:58 +0000)]
Properly give an error if no file was given

Original commit message from CVS:
Properly give an error if no file was given

20 years agoWe need to store the new GList. Else, this causes problems if we remove the first...
Ronald S. Bultje [Mon, 20 Oct 2003 08:22:19 +0000 (08:22 +0000)]
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).

20 years agoAdd doc for GstBin::iterate signal
David Schleef [Thu, 16 Oct 2003 02:00:07 +0000 (02:00 +0000)]
Add doc for GstBin::iterate signal

Original commit message from CVS:
Add doc for GstBin::iterate signal

20 years agoadd gst_alloc_trace_live_all(), used by the test suites
David Schleef [Wed, 15 Oct 2003 21:31:23 +0000 (21:31 +0000)]
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

20 years agoMassive patch to make 'make check' work properly. Many compilation fixes -- everythi...
David Schleef [Wed, 15 Oct 2003 01:25:41 +0000 (01:25 +0000)]
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.

20 years agoChange the iterate callback functions to a GSignal
David Schleef [Tue, 14 Oct 2003 00:00:37 +0000 (00:00 +0000)]
Change the iterate callback functions to a GSignal

Original commit message from CVS:
Change the iterate callback functions to a GSignal

20 years agoadd some linguas
David Schleef [Mon, 13 Oct 2003 23:59:13 +0000 (23:59 +0000)]
add some linguas

Original commit message from CVS:
add some linguas

20 years agoTranslatable strings, for some gstreamer-native languages.
David Schleef [Fri, 10 Oct 2003 21:37:10 +0000 (21:37 +0000)]
Translatable strings, for some gstreamer-native languages.

Original commit message from CVS:
Translatable strings, for some gstreamer-native languages.

20 years agoFix GNOMEProgram to the correct capitalisation: GnomeProgram
Iain Holmes [Thu, 9 Oct 2003 22:21:51 +0000 (22:21 +0000)]
Fix GNOMEProgram to the correct capitalisation: GnomeProgram

Original commit message from CVS:
Fix GNOMEProgram to the correct capitalisation: GnomeProgram

20 years agog_list_length is unsigned
Benjamin Otte [Thu, 9 Oct 2003 19:13:19 +0000 (19:13 +0000)]
g_list_length is unsigned

Original commit message from CVS:
g_list_length is unsigned

20 years agofix cleaning
Thomas Vander Stichele [Thu, 9 Oct 2003 13:47:35 +0000 (13:47 +0000)]
fix cleaning

Original commit message from CVS:
fix cleaning

20 years agocleaning output
Thomas Vander Stichele [Thu, 9 Oct 2003 13:10:54 +0000 (13:10 +0000)]
cleaning output

Original commit message from CVS:
cleaning output

20 years agocleaner info
Thomas Vander Stichele [Thu, 9 Oct 2003 13:09:37 +0000 (13:09 +0000)]
cleaner info

Original commit message from CVS:
cleaner info

20 years agoupload cvs docs as well
Thomas Vander Stichele [Thu, 9 Oct 2003 13:06:06 +0000 (13:06 +0000)]
upload cvs docs as well

Original commit message from CVS:
upload cvs docs as well

20 years agotypos and style fixes
Thomas Vander Stichele [Thu, 9 Oct 2003 12:42:49 +0000 (12:42 +0000)]
typos and style fixes

Original commit message from CVS:
typos and style fixes

20 years agofix uploads of docs
Thomas Vander Stichele [Thu, 9 Oct 2003 11:29:59 +0000 (11:29 +0000)]
fix uploads of docs

Original commit message from CVS:
fix uploads of docs

20 years agooops; done
Thomas Vander Stichele [Thu, 9 Oct 2003 07:20:16 +0000 (07:20 +0000)]
oops; done

Original commit message from CVS:
oops; done

20 years agoFix typo in last checkin
David Schleef [Thu, 9 Oct 2003 01:41:09 +0000 (01:41 +0000)]
Fix typo in last checkin

Original commit message from CVS:
Fix typo in last checkin

20 years agoFiles needed for build
David Schleef [Thu, 9 Oct 2003 01:22:21 +0000 (01:22 +0000)]
Files needed for build

Original commit message from CVS:
Files needed for build

20 years agodistcheck fixes. Some tests have been disabled.
David Schleef [Thu, 9 Oct 2003 01:13:21 +0000 (01:13 +0000)]
distcheck fixes.  Some tests have been disabled.

Original commit message from CVS:
distcheck fixes.  Some tests have been disabled.

20 years agoentitize the version
Thomas Vander Stichele [Wed, 8 Oct 2003 18:21:41 +0000 (18:21 +0000)]
entitize the version

Original commit message from CVS:
entitize the version

20 years agoCheck is we should use -mregnames on PowerPC
David Schleef [Wed, 8 Oct 2003 17:27:56 +0000 (17:27 +0000)]
Check is we should use -mregnames on PowerPC

Original commit message from CVS:
Check is we should use -mregnames on PowerPC

20 years agos/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal...
Andy Wingo [Wed, 8 Oct 2003 16:06:02 +0000 (16:06 +0000)]
s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc...

Original commit message from CVS:
s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also includes scheduler patches, and probably fixes some queue bugs relating to events and buffers.

20 years agominor fix to trigger html build
Thomas Vander Stichele [Wed, 8 Oct 2003 15:04:51 +0000 (15:04 +0000)]
minor fix to trigger html build

Original commit message from CVS:

minor fix to trigger html build

20 years agorename base name
Thomas Vander Stichele [Wed, 8 Oct 2003 14:59:36 +0000 (14:59 +0000)]
rename base name

Original commit message from CVS:
rename base name

20 years agosome hacking notes
Thomas Vander Stichele [Wed, 8 Oct 2003 14:56:26 +0000 (14:56 +0000)]
some hacking notes

Original commit message from CVS:
some hacking notes

20 years agoimages are important to us
Thomas Vander Stichele [Wed, 8 Oct 2003 14:53:18 +0000 (14:53 +0000)]
images are important to us

Original commit message from CVS:
images are important to us

20 years agoignore these
Thomas Vander Stichele [Wed, 8 Oct 2003 14:39:59 +0000 (14:39 +0000)]
ignore these

Original commit message from CVS:
ignore these

20 years agorenaming base documentation names
Thomas Vander Stichele [Wed, 8 Oct 2003 14:38:48 +0000 (14:38 +0000)]
renaming base documentation names

Original commit message from CVS:
renaming base documentation names

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...