- Nov 29, 2003
-
-
David Schleef authored
Original commit message from CVS: Change 'const' to 'G_CONST_RETURN' in header files
-
David Schleef authored
Original commit message from CVS: Merge gstvalue and gststructure from CAPS branch
-
David Schleef authored
Original commit message from CVS: remove old autoplug support
-
David Schleef authored
Original commit message from CVS: Remove old autoplug code
-
David Schleef authored
Original commit message from CVS: Disable a test that is inconsistent
-
David Schleef authored
Original commit message from CVS: fix minor typo
-
David Schleef authored
Original commit message from CVS: global change to video/x-ms-asf and video/x-msvideo
-
David Schleef authored
Original commit message from CVS: distcheck fixes
-
David Schleef authored
Original commit message from CVS: bump libtool version
-
- Nov 25, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: make sure props are really sorted before intersecting them. And then intersect them correctly
-
- Nov 24, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: don't use strdup_value_contents for strings
-
Benjamin Otte authored
Original commit message from CVS: and remove that debugging g_print - sheesh
-
Benjamin Otte authored
Original commit message from CVS: send correct buffer offset after seek
-
Benjamin Otte authored
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
-
Benjamin Otte authored
Original commit message from CVS: oops, glib function too new for general audience
-
Benjamin Otte authored
Original commit message from CVS: oops, forgot to add tests
-
Benjamin Otte authored
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
-
- Nov 23, 2003
-
-
Christian Schaller authored
Original commit message from CVS: re-add the disting of the docs. more fixes to come
-
Thomas Vander Stichele authored
Original commit message from CVS: been long enough without an update
-
Benjamin Otte authored
Original commit message from CVS: move .gmo removal to distclean so make distcheck works again
-
Benjamin Otte authored
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
-
- Nov 22, 2003
-
-
Christian Schaller authored
Original commit message from CVS: misc build fixes to make cvs head build from tarballs on Fedora
-
Ronald S. Bultje authored
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.
-
Benjamin Otte authored
Original commit message from CVS: change the chainwrapper to allow removing pads during iterations
-
- Nov 21, 2003
-
-
David Schleef authored
Original commit message from CVS: remove spurious ls
-
- Nov 19, 2003
-
-
David Schleef authored
Original commit message from CVS: $(builddir) isn't a real variable
-
David Schleef authored
Original commit message from CVS: 'make distcheck' fixes
-
David Schleef authored
Original commit message from CVS: minor cleanup
-
David Schleef authored
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.
-
David Schleef authored
Original commit message from CVS: make the plugin path more restrictive
-
David Schleef authored
Original commit message from CVS: Remove DEBUG call that can happen before debugging is initialized
-
Benjamin Otte authored
Original commit message from CVS: require glib >= 2.2 as there are different issues with interfaces and casts
-
- Nov 18, 2003
-
-
Ronald S. Bultje authored
Original commit message from CVS: Add GstElement as a prerequisite for GstInterface
-
Benjamin Otte authored
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
-
- Nov 17, 2003
-
-
David Schleef authored
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.
-
David Schleef authored
-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)
-
Benjamin Otte authored
Original commit message from CVS: always check file length before making decisions based on it
-
Benjamin Otte authored
Original commit message from CVS: keep pads active at all times (this is a workaround to not get '... but pad is not active' errors
-
Benjamin Otte authored
Original commit message from CVS: query sink pads before querying peers of source pads in default handler
-
- Nov 16, 2003
-
-
Benjamin Otte authored
Original commit message from CVS: don't try to install html docs when there are none
-