platform/upstream/gstreamer.git
20 years agoRemove old autoplug code
David Schleef [Sat, 29 Nov 2003 05:29:30 +0000 (05:29 +0000)]
Remove old autoplug code

Original commit message from CVS:
Remove old autoplug code

20 years agoDisable a test that is inconsistent
David Schleef [Sat, 29 Nov 2003 04:40:20 +0000 (04:40 +0000)]
Disable a test that is inconsistent

Original commit message from CVS:
Disable a test that is inconsistent

20 years agofix minor typo
David Schleef [Sat, 29 Nov 2003 04:39:29 +0000 (04:39 +0000)]
fix minor typo

Original commit message from CVS:
fix minor typo

20 years agoglobal change to video/x-ms-asf and video/x-msvideo
David Schleef [Sat, 29 Nov 2003 04:38:44 +0000 (04:38 +0000)]
global change to video/x-ms-asf and video/x-msvideo

Original commit message from CVS:
global change to video/x-ms-asf and video/x-msvideo

20 years agodistcheck fixes
David Schleef [Sat, 29 Nov 2003 04:36:56 +0000 (04:36 +0000)]
distcheck fixes

Original commit message from CVS:
distcheck fixes

20 years agobump libtool version
David Schleef [Sat, 29 Nov 2003 04:35:05 +0000 (04:35 +0000)]
bump libtool version

Original commit message from CVS:
bump libtool version

20 years agomake sure props are really sorted before intersecting them. CAPS-MERGE-1
Benjamin Otte [Tue, 25 Nov 2003 22:08:45 +0000 (22:08 +0000)]
make sure props are really sorted before intersecting them.

Original commit message from CVS:
make sure props are really sorted before intersecting them.
And then intersect them correctly

20 years agodon't use strdup_value_contents for strings
Benjamin Otte [Mon, 24 Nov 2003 22:10:06 +0000 (22:10 +0000)]
don't use strdup_value_contents for strings

Original commit message from CVS:
don't use strdup_value_contents for strings

20 years agoand remove that debugging g_print - sheesh
Benjamin Otte [Mon, 24 Nov 2003 21:38:54 +0000 (21:38 +0000)]
and remove that debugging g_print - sheesh

Original commit message from CVS:
and remove that debugging g_print - sheesh

20 years agosend correct buffer offset after seek
Benjamin Otte [Mon, 24 Nov 2003 21:36:59 +0000 (21:36 +0000)]
send correct buffer offset after seek

Original commit message from CVS:
send correct buffer offset after seek

20 years agoimplement URI schemes
Benjamin Otte [Mon, 24 Nov 2003 03:21:54 +0000 (03:21 +0000)]
implement URI schemes

Original commit message from CVS:
implement URI schemes
Elements can now register as a source or sink for a protocol and applications can use gst_element_make_from_uri () to get an element that handles a given URI.
This patch provides:
- removal of old broken URI handling scheme.
- new URI handling using interfaces.
- updates for registry to save handled URIs.
- interface for URI handlers.
- implementation of that in filesrc and filesink for the file:// URI
- extension to pipeline parsing to allow specifying only a URI instead of element

Does not include:
- tests
- inclusion in docs build

20 years agooops, glib function too new for general audience
Benjamin Otte [Mon, 24 Nov 2003 02:53:40 +0000 (02:53 +0000)]
oops, glib function too new for general audience

Original commit message from CVS:
oops, glib function too new for general audience

20 years agooops, forgot to add tests
Benjamin Otte [Mon, 24 Nov 2003 02:27:51 +0000 (02:27 +0000)]
oops, forgot to add tests

Original commit message from CVS:
oops, forgot to add tests

20 years agomerge in tagging
Benjamin Otte [Mon, 24 Nov 2003 02:09:23 +0000 (02:09 +0000)]
merge in tagging

Original commit message from CVS:
merge in tagging
Includes:
- gsttag.[ch] - The definition of GstTagList and tag registering/querying
- gsttaginterface.[ch] - Interface for elements that can handle setting of tags
- updates and merges to gststructure.[ch] and gstvalue.[ch]
- testsuite/tags - some tests for tagging
- bugfixes
- updates to make make distcheck work
- updates the version number to 0.7.2.1

Does not include:
- including tagging stuff in docs
- extensive tests

20 years agore-add the disting of the docs. more fixes to come RELEASE-0_7_2
Christian Schaller [Sun, 23 Nov 2003 15:09:41 +0000 (15:09 +0000)]
re-add the disting of the docs. more fixes to come

Original commit message from CVS:
re-add the disting of the docs. more fixes to come

20 years agobeen long enough without an update
Thomas Vander Stichele [Sun, 23 Nov 2003 12:50:27 +0000 (12:50 +0000)]
been long enough without an update

Original commit message from CVS:
been long enough without an update

20 years agomove .gmo removal to distclean so make distcheck works again
Benjamin Otte [Sun, 23 Nov 2003 04:42:54 +0000 (04:42 +0000)]
move .gmo removal to distclean so make distcheck works again

Original commit message from CVS:
move .gmo removal to distclean so make distcheck works again

20 years agoget make distcheck working by adding uninstall support to gtk-doc stuff and changing...
Benjamin Otte [Sun, 23 Nov 2003 04:40:22 +0000 (04:40 +0000)]
get make distcheck working by adding uninstall support to gtk-doc stuff and changing a clean to a clean-local

Original commit message from CVS:
get make distcheck working by adding uninstall support to gtk-doc stuff and changing a clean to a clean-local

20 years agomisc build fixes to make cvs head build from tarballs on Fedora BRANCH-RELEASE-0_7_2-ROOT
Christian Schaller [Sat, 22 Nov 2003 22:06:30 +0000 (22:06 +0000)]
misc build fixes to make cvs head build from tarballs on Fedora

Original commit message from CVS:
misc build fixes to make cvs head build from tarballs on Fedora

20 years agoDisable i18n if it's not there - this fixes build issues with older versions of libgn...
Ronald S. Bultje [Sat, 22 Nov 2003 21:46:07 +0000 (21:46 +0000)]
Disable i18n if it's not there - this fixes build issues with older versions of libgnomeui, i18n-tools, etc.

Original commit message from CVS:
Disable i18n if it's not there - this fixes build issues with older versions of libgnomeui, i18n-tools, etc.

20 years agochange the chainwrapper to allow removing pads during iterations
Benjamin Otte [Sat, 22 Nov 2003 19:11:58 +0000 (19:11 +0000)]
change the chainwrapper to allow removing pads during iterations

Original commit message from CVS:
change the chainwrapper to allow removing pads during iterations

20 years agoremove spurious ls
David Schleef [Fri, 21 Nov 2003 21:00:35 +0000 (21:00 +0000)]
remove spurious ls

Original commit message from CVS:
remove spurious ls

20 years ago$(builddir) isn't a real variable
David Schleef [Wed, 19 Nov 2003 23:49:46 +0000 (23:49 +0000)]
$(builddir) isn't a real variable

Original commit message from CVS:
$(builddir) isn't a real variable

20 years ago'make distcheck' fixes
David Schleef [Wed, 19 Nov 2003 23:34:45 +0000 (23:34 +0000)]
'make distcheck' fixes

Original commit message from CVS:
'make distcheck' fixes

20 years agominor cleanup
David Schleef [Wed, 19 Nov 2003 23:01:51 +0000 (23:01 +0000)]
minor cleanup

Original commit message from CVS:
minor cleanup

20 years agolink against the .la file. Note that we're linking against a plugin, which is techni...
David Schleef [Wed, 19 Nov 2003 23:01:07 +0000 (23:01 +0000)]
link against the .la file.  Note that we're linking against a plugin, which is technically not allowed.

Original commit message from CVS:
link against the .la file.  Note that we're linking against a
plugin, which is technically not allowed.

20 years agomake the plugin path more restrictive
David Schleef [Wed, 19 Nov 2003 22:59:19 +0000 (22:59 +0000)]
make the plugin path more restrictive

Original commit message from CVS:
make the plugin path more restrictive

20 years agoRemove DEBUG call that can happen before debugging is initialized
David Schleef [Wed, 19 Nov 2003 22:57:52 +0000 (22:57 +0000)]
Remove DEBUG call that can happen before debugging is initialized

Original commit message from CVS:
Remove DEBUG call that can happen before debugging is initialized

20 years agorequire glib >= 2.2 as there are different issues with interfaces and casts
Benjamin Otte [Wed, 19 Nov 2003 15:08:59 +0000 (15:08 +0000)]
require glib >= 2.2 as there are different issues with interfaces and casts

Original commit message from CVS:
require glib >= 2.2 as there are different issues with interfaces and casts

20 years agoAdd GstElement as a prerequisite for GstInterface
Ronald S. Bultje [Tue, 18 Nov 2003 19:05:39 +0000 (19:05 +0000)]
Add GstElement as a prerequisite for GstInterface

Original commit message from CVS:
Add GstElement as a prerequisite for GstInterface

20 years agoimprove debugging options:
Benjamin Otte [Tue, 18 Nov 2003 15:31:30 +0000 (15:31 +0000)]
improve debugging options:

Original commit message from CVS:
improve debugging options:
- don't compile in debug help if compiled with GST_DISABLE_GST_DEBUG
- load all plugins on gst_debug_help so that all debugging categories can be displayed

20 years agoRevert to 1.15, since G_DISABLE_DEPRECATED was removed. We might try this again...
David Schleef [Mon, 17 Nov 2003 23:48:08 +0000 (23:48 +0000)]
Revert to 1.15, since G_DISABLE_DEPRECATED was removed.  We might try this again once gtk-doc is fixed.

Original commit message from CVS:
Revert to 1.15, since G_DISABLE_DEPRECATED was removed.  We might
try this again once gtk-doc is fixed.

20 years ago-DG_DISABLE_DEPRECATED was fun, but causes difficult build problems that are not...
David Schleef [Mon, 17 Nov 2003 23:46:42 +0000 (23:46 +0000)]
-DG_DISABLE_DEPRECATED was fun, but causes difficult build problems that are not out fault (gtk-doc.  See bug #127028)

Original commit message from CVS:
-DG_DISABLE_DEPRECATED was fun, but causes difficult build problems
that are not out fault (gtk-doc.  See bug #127028)

20 years agoalways check file length before making decisions based on it
Benjamin Otte [Mon, 17 Nov 2003 01:11:32 +0000 (01:11 +0000)]
always check file length before making decisions based on it

Original commit message from CVS:
always check file length before making decisions based on it

20 years agokeep pads active at all times (this is a workaround to not get '... but pad is not...
Benjamin Otte [Mon, 17 Nov 2003 01:09:56 +0000 (01:09 +0000)]
keep pads active at all times (this is a workaround to not get '... but pad is not active' errors

Original commit message from CVS:
keep pads active at all times (this is a workaround to not get '... but pad is not active' errors

20 years agoquery sink pads before querying peers of source pads in default handler
Benjamin Otte [Mon, 17 Nov 2003 01:08:00 +0000 (01:08 +0000)]
query sink pads before querying peers of source pads in default handler

Original commit message from CVS:
query sink pads before querying peers of source pads in default handler

20 years agodon't try to install html docs when there are none
Benjamin Otte [Sun, 16 Nov 2003 20:14:29 +0000 (20:14 +0000)]
don't try to install html docs when there are none

Original commit message from CVS:
don't try to install html docs when there are none

20 years agoactually this is probably more correct. just as well there are no widgets in core.
Steve Baker [Sat, 15 Nov 2003 23:25:07 +0000 (23:25 +0000)]
actually this is probably more correct. just as well there are no widgets in core.

Original commit message from CVS:
actually this is probably more correct. just as well there are no widgets in core.

20 years agoand again.
Steve Baker [Sat, 15 Nov 2003 23:17:48 +0000 (23:17 +0000)]
and again.

Original commit message from CVS:
and again.

20 years agohack to not use the deprecated function g_strdown which looks like has been removed...
Steve Baker [Sat, 15 Nov 2003 23:14:43 +0000 (23:14 +0000)]
hack to not use the deprecated function g_strdown which looks like has been removed from fedora.

Original commit message from CVS:
hack to not use the deprecated function g_strdown which looks like has been removed from fedora.
Am presuming that class names are only ever ascii.

20 years agoput docs last so it's the last to fail
Thomas Vander Stichele [Sat, 15 Nov 2003 11:58:49 +0000 (11:58 +0000)]
put docs last so it's the last to fail

Original commit message from CVS:
put docs last so it's the last to fail

20 years agoplease don't make decisions like these on your own
Thomas Vander Stichele [Sat, 15 Nov 2003 11:51:57 +0000 (11:51 +0000)]
please don't make decisions like these on your own

Original commit message from CVS:
please don't make decisions like these on your own

20 years agoGStreamer does not use changelogs
Benjamin Otte [Fri, 14 Nov 2003 19:22:11 +0000 (19:22 +0000)]
GStreamer does not use changelogs

Original commit message from CVS:
GStreamer does not use changelogs

20 years agodon't install html docs if they haven't been built
Benjamin Otte [Fri, 14 Nov 2003 18:37:23 +0000 (18:37 +0000)]
don't install html docs if they haven't been built

Original commit message from CVS:
don't install html docs if they haven't been built

20 years agoMake the type G_TYPE_POINTER instead of GST_TYPE_PLUGIN. Fixes a crash in gst-register
Iain Holmes [Fri, 14 Nov 2003 15:54:47 +0000 (15:54 +0000)]
Make the type G_TYPE_POINTER instead of GST_TYPE_PLUGIN. Fixes a crash in gst-register

Original commit message from CVS:
Make the type G_TYPE_POINTER instead of GST_TYPE_PLUGIN. Fixes a crash in gst-register

20 years agoremove one too many
Thomas Vander Stichele [Fri, 14 Nov 2003 15:18:20 +0000 (15:18 +0000)]
remove one too many

Original commit message from CVS:
remove one too many

20 years agoput GST_CACHE_DIR in config.h
Thomas Vander Stichele [Fri, 14 Nov 2003 15:08:15 +0000 (15:08 +0000)]
put GST_CACHE_DIR in config.h

Original commit message from CVS:
put GST_CACHE_DIR in config.h

20 years agoremoving GST_CONFIG_DIR
Thomas Vander Stichele [Fri, 14 Nov 2003 14:44:19 +0000 (14:44 +0000)]
removing GST_CONFIG_DIR

Original commit message from CVS:
removing GST_CONFIG_DIR

20 years agochange another G_TYPE_POINTER in g_signal_new() to GST_TYPE_PLUGIN, fixing boxed...
David Schleef [Thu, 13 Nov 2003 04:03:49 +0000 (04:03 +0000)]
change another G_TYPE_POINTER in g_signal_new() to GST_TYPE_PLUGIN, fixing boxed type functions so it doesn't crash

Original commit message from CVS:
change another G_TYPE_POINTER in g_signal_new() to GST_TYPE_PLUGIN,
fixing boxed type functions so it doesn't crash

20 years agofixes for last checkin
David Schleef [Thu, 13 Nov 2003 03:29:33 +0000 (03:29 +0000)]
fixes for last checkin

Original commit message from CVS:
fixes for last checkin

20 years agoAdd #include "config.h"
David Schleef [Thu, 13 Nov 2003 03:19:48 +0000 (03:19 +0000)]
Add #include "config.h"

Original commit message from CVS:
Add #include "config.h"

20 years agoChange G_TYPE_POINTER to the appropriate type in g_signal_new()
David Schleef [Thu, 13 Nov 2003 02:47:03 +0000 (02:47 +0000)]
Change G_TYPE_POINTER to the appropriate type in g_signal_new()

Original commit message from CVS:
Change G_TYPE_POINTER to the appropriate type in g_signal_new()

20 years agoAdd new caps code
David Schleef [Tue, 11 Nov 2003 19:14:14 +0000 (19:14 +0000)]
Add new caps code

Original commit message from CVS:
Add new caps code

20 years agofix an old bug traversing pad template lists, and change _padtemplates to _pad_templa...
Andy Wingo [Tue, 11 Nov 2003 12:34:15 +0000 (12:34 +0000)]
fix an old bug traversing pad template lists, and change _padtemplates to _pad_templates in new functions

Original commit message from CVS:
fix an old bug traversing pad template lists, and change _padtemplates to _pad_templates in new functions

20 years agochange navigation from caps to structure
David Schleef [Tue, 11 Nov 2003 00:31:09 +0000 (00:31 +0000)]
change navigation from caps to structure

Original commit message from CVS:
change navigation from caps to structure

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