Wim Taymans [Sat, 30 Mar 2002 17:08:02 +0000 (17:08 +0000)]
Changed to the new props API
Original commit message from CVS:
Changed to the new props API
Wim Taymans [Sat, 30 Mar 2002 17:06:45 +0000 (17:06 +0000)]
Updates to the new props API
Original commit message from CVS:
Updates to the new props API
Some more info in -inspect
Wim Taymans [Sat, 30 Mar 2002 17:05:03 +0000 (17:05 +0000)]
- Remove the propsprivate header file
Original commit message from CVS:
- Remove the propsprivate header file
- Added new API for properties.
- Moved the clock distribution to the scheduler.
- Removed the lock from GstCaps
- Added boxed types for Caps/Props
- Simplified the clock, new systemclock implementation
- Removed deprecated element_info/send_event functions
- First step at exposing more info in the pad_connect functions
- Queue cleanup
- Make the scheduler aware of other schedulers inside it
- Added the _SELF_SCHEDULABLE flag to gstthread
- Removed _get_widget from _utils, changed to new props API
- Make fakesink sync on timestamps when requested
- Removed the offset notify from filesrc
- Added a fast scheduler
- some scheduler cleanups.
jim thornton [Wed, 27 Mar 2002 04:29:46 +0000 (04:29 +0000)]
"bugfix for intersecting int list with int range: the proper intersection should be those ints in the list that lie w...
Original commit message from CVS:
apply patch from jim thornton <jthornton@parc.com>:
"bugfix for intersecting int list with int range: the proper intersection
should be those ints in the list that lie within the range (rather than an
empty intersection)."
the reverse of this case doesn't exist, because if the entry1 is a list,
the members are broken out and tested seperately, therefore the intersection
would be int <-> int range, which does work.
Andy Wingo [Mon, 25 Mar 2002 05:01:02 +0000 (05:01 +0000)]
added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
Original commit message from CVS:
added a bunch of cvsignore stuff off of a fresh checkout and build
i will win the race to max LOC changed ;-)
Andy Wingo [Sun, 24 Mar 2002 22:07:09 +0000 (22:07 +0000)]
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
Andy Wingo [Sun, 24 Mar 2002 20:55:45 +0000 (20:55 +0000)]
added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading ...
Original commit message from CVS:
* added plugin_desc structures to libs, which makes their locations cached in the registry. this
speeds plugin loading considerably, especially on uninstalled versions.
* put the lib path before all others, for speed reasons.
* some fixes to adder's caps.
* added linefeeds (\n) to GST_DEBUG strings to match GST_INFO behavior. this is more sane. all
code will need to be converted. i think some perl can do this.
Steve Baker [Sun, 24 Mar 2002 14:06:02 +0000 (14:06 +0000)]
here are the dparams docs for apps writers. now back to hacking, yo!
Original commit message from CVS:
here are the dparams docs for apps writers. now back to hacking, yo!
David I. Lehn [Sun, 24 Mar 2002 11:32:03 +0000 (11:32 +0000)]
s/POINTER/OBJECT/ in g_signal_new for NEW_PAD and PAD_REMOVED.
Original commit message from CVS:
s/POINTER/OBJECT/ in g_signal_new for NEW_PAD and PAD_REMOVED.
Very important for python bindings to know it's getting an GObject
vs a boxed anonymous pointer.
David I. Lehn [Thu, 21 Mar 2002 23:34:08 +0000 (23:34 +0000)]
acconfig.h usage deprecated
Original commit message from CVS:
acconfig.h usage deprecated
David I. Lehn [Thu, 21 Mar 2002 23:32:24 +0000 (23:32 +0000)]
clean up magic file
Original commit message from CVS:
clean up magic file
David I. Lehn [Thu, 21 Mar 2002 08:21:40 +0000 (08:21 +0000)]
0.3.3-1 packaging update
Original commit message from CVS:
0.3.3-1 packaging update
Andy Wingo [Wed, 20 Mar 2002 21:45:09 +0000 (21:45 +0000)]
s/Gnome-Streamer/GStreamer/
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
Andy Wingo [Tue, 19 Mar 2002 17:07:20 +0000 (17:07 +0000)]
do the genmarshalling to temp files, then move the temp files over
Original commit message from CVS:
do the genmarshalling to temp files, then move the temp files over
Andy Wingo [Tue, 19 Mar 2002 05:46:38 +0000 (05:46 +0000)]
let's not give our plugins -release versioning make clean before rebuilding after you update on this one...
Original commit message from CVS:
let's not give our plugins -release versioning
make clean before rebuilding after you update on this one...
Andy Wingo [Tue, 19 Mar 2002 04:10:13 +0000 (04:10 +0000)]
removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...
Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
Andy Wingo [Tue, 19 Mar 2002 01:39:45 +0000 (01:39 +0000)]
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi...
Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/
@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
Andy Wingo [Mon, 18 Mar 2002 04:41:37 +0000 (04:41 +0000)]
s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ...
Original commit message from CVS:
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way
* added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register,
and attempt to run though
* imposed some restrictions on the naming of request pads to better allow for reverse parsing
* added '%s' to reverse parsing
* added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out
* fixen on launch-gui
* added pkg-config stuff for the editor's libs
Benjamin Otte [Mon, 18 Mar 2002 00:09:10 +0000 (00:09 +0000)]
bugfix for gst_element_request_pad_by_name returning NULL even though a template was available
Original commit message from CVS:
bugfix for gst_element_request_pad_by_name returning NULL even though a template was available
David I. Lehn [Sun, 17 Mar 2002 21:58:54 +0000 (21:58 +0000)]
latest 0.3.2 packaging info
Original commit message from CVS:
latest 0.3.2 packaging info
Benjamin Otte [Sun, 17 Mar 2002 00:41:46 +0000 (00:41 +0000)]
we don't want to run _dispose twice on the scheduler, do we?
Original commit message from CVS:
we don't want to run _dispose twice on the scheduler, do we?
Thomas Vander Stichele [Fri, 15 Mar 2002 22:17:20 +0000 (22:17 +0000)]
uhm, shouldn't have done that this is righter
Original commit message from CVS:
uhm, shouldn't have done that
this is righter
Thomas Vander Stichele [Fri, 15 Mar 2002 22:16:40 +0000 (22:16 +0000)]
automake 1.6 patch ;)
Original commit message from CVS:
automake 1.6 patch ;)
Thomas Vander Stichele [Thu, 14 Mar 2002 16:01:14 +0000 (16:01 +0000)]
G_BREAKPOINT is x86-only
Original commit message from CVS:
G_BREAKPOINT is x86-only
David Schleef [Sun, 10 Mar 2002 20:45:11 +0000 (20:45 +0000)]
Add inclusion of errno.h, so it compiles on PowerPC.
Original commit message from CVS:
Add inclusion of errno.h, so it compiles on PowerPC.
Christian Schaller [Sun, 10 Mar 2002 20:41:31 +0000 (20:41 +0000)]
update CVS version to 0.3.3.1
Original commit message from CVS:
update CVS version to 0.3.3.1
Steve Baker [Sun, 10 Mar 2002 19:57:31 +0000 (19:57 +0000)]
first cut of documentation for dparams for plugin writers.
Original commit message from CVS:
first cut of documentation for dparams for plugin writers.
who would have thought that writing docs was so much fun
Thomas Vander Stichele [Sun, 10 Mar 2002 12:51:37 +0000 (12:51 +0000)]
more updates
Original commit message from CVS:
more updates
Thomas Vander Stichele [Sat, 9 Mar 2002 13:01:16 +0000 (13:01 +0000)]
more minor updates
Original commit message from CVS:
more minor updates
Thomas Vander Stichele [Sat, 9 Mar 2002 12:34:38 +0000 (12:34 +0000)]
expanded release policy a bit let's try this out today ;)
Original commit message from CVS:
expanded release policy a bit
let's try this out today ;)
Richard Boulton [Sat, 9 Mar 2002 02:15:04 +0000 (02:15 +0000)]
Remove a couple of old commented out lines.
Original commit message from CVS:
Remove a couple of old commented out lines.
They had no meaning as far as I can tell, and were causing a warning with
automake 1.6, due to the trailing \ followed by a blank line.
Richard Boulton [Fri, 8 Mar 2002 18:14:15 +0000 (18:14 +0000)]
Make a note of the command used to create a release branch, for future reference.
Original commit message from CVS:
Make a note of the command used to create a release branch, for future
reference.
Christian Schaller [Thu, 7 Mar 2002 21:18:42 +0000 (21:18 +0000)]
wtay is ignoring me in #gstreamer so I am adding this debug enablement to make sure we get enough debug info for fixi...
Original commit message from CVS:
wtay is ignoring me in #gstreamer so I am adding this debug enablement to make
sure we get enough debug info for fixing bugs
Benjamin Otte [Wed, 6 Mar 2002 19:58:19 +0000 (19:58 +0000)]
warning: 'current_diff' might be used uninitialized in this function
Original commit message from CVS:
warning: 'current_diff' might be used uninitialized in this function
Andy Wingo [Wed, 6 Mar 2002 16:14:34 +0000 (16:14 +0000)]
fix bug when requesting pads by name
Original commit message from CVS:
* fix bug when requesting pads by name
* added api: gst_element_get_managing_bin ()
Benjamin Otte [Wed, 6 Mar 2002 08:30:05 +0000 (08:30 +0000)]
warning: passing arg 1 of 'gst_caps_unref' from incompatible pointer type
Original commit message from CVS:
warning: passing arg 1 of 'gst_caps_unref' from incompatible pointer type
Benjamin Otte [Wed, 6 Mar 2002 08:20:10 +0000 (08:20 +0000)]
warning: unused variable 'templist'
Original commit message from CVS:
warning: unused variable 'templist'
Thomas Vander Stichele [Tue, 5 Mar 2002 22:03:00 +0000 (22:03 +0000)]
1st prerelease
Original commit message from CVS:
1st prerelease
Thomas Vander Stichele [Tue, 5 Mar 2002 22:02:06 +0000 (22:02 +0000)]
updated devhelp
Original commit message from CVS:
updated devhelp
Thomas Vander Stichele [Tue, 5 Mar 2002 12:32:46 +0000 (12:32 +0000)]
added changelog
Original commit message from CVS:
added changelog
Thomas Vander Stichele [Tue, 5 Mar 2002 12:31:13 +0000 (12:31 +0000)]
no good reason to require glib 1.3.15 so back to 1.3.12 put version checking for glib and libxml in configure.ac subs...
Original commit message from CVS:
* no good reason to require glib 1.3.15 so back to 1.3.12
* put version checking for glib and libxml in configure.ac
* subst'd these minimum required versions so they can be used in spec file
Benjamin Otte [Tue, 5 Mar 2002 08:35:37 +0000 (08:35 +0000)]
warning: unused variable 'oclass'
Original commit message from CVS:
warning: unused variable 'oclass'
Benjamin Otte [Tue, 5 Mar 2002 08:30:51 +0000 (08:30 +0000)]
warning: int format, GType arg (arg 3)
Original commit message from CVS:
warning: int format, GType arg (arg 3)
Benjamin Otte [Tue, 5 Mar 2002 08:28:22 +0000 (08:28 +0000)]
warning: unused variable 'oldstate'
Original commit message from CVS:
warning: unused variable 'oldstate'
Benjamin Otte [Tue, 5 Mar 2002 08:26:13 +0000 (08:26 +0000)]
warning: initialization from incompatible pointer type
Original commit message from CVS:
warning: initialization from incompatible pointer type
Benjamin Otte [Tue, 5 Mar 2002 08:13:55 +0000 (08:13 +0000)]
warning: deprecated use of label at end of compound statement
Original commit message from CVS:
warning: deprecated use of label at end of compound statement
Benjamin Otte [Mon, 4 Mar 2002 22:01:42 +0000 (22:01 +0000)]
fix warning (yes, I'm using -Werror now :)
Original commit message from CVS:
fix warning (yes, I'm using -Werror now :)
Steve Baker [Mon, 4 Mar 2002 18:55:17 +0000 (18:55 +0000)]
reflect new dparams api
Original commit message from CVS:
reflect new dparams api
Steve Baker [Mon, 4 Mar 2002 18:54:20 +0000 (18:54 +0000)]
This is a major update to the dparams api - I think it is now much cleaner and the app-side is much easier to use. hi...
Original commit message from CVS:
This is a major update to the dparams api - I think it is now much cleaner and the app-side is much easier to use.
highlights are:
- GParamSpecs are now used throughout to define dparams
- currently limited to supporting types gfloat, gint and gint64. this should cover 99% of cases and new types can be added in the future
- application-side api is now based almost entirely on setting object properties
- the smoothing dparam is now a subclass of GstDParam
- array-mode is not yet implemented but is not forgotton
time to start documenting
Andy Wingo [Mon, 4 Mar 2002 05:37:26 +0000 (05:37 +0000)]
let's not increment in GST_DEBUG code...
Original commit message from CVS:
let's not increment in GST_DEBUG code...
Thomas Vander Stichele [Sun, 3 Mar 2002 23:32:09 +0000 (23:32 +0000)]
finished devhelp stuff
Original commit message from CVS:
finished devhelp stuff
Christian Schaller [Sun, 3 Mar 2002 21:19:31 +0000 (21:19 +0000)]
updated to glib 1.3.15
Original commit message from CVS:
updated to glib 1.3.15
Christian Schaller [Sun, 3 Mar 2002 21:15:17 +0000 (21:15 +0000)]
added proper glib dep
Original commit message from CVS:
added proper glib dep
Andy Wingo [Sun, 3 Mar 2002 19:30:10 +0000 (19:30 +0000)]
object naming will start with 0 (it was one before)
Original commit message from CVS:
object naming will start with 0 (it was one before)
Steve Baker [Sun, 3 Mar 2002 18:41:25 +0000 (18:41 +0000)]
added gst_util_set_value_from_string.
Original commit message from CVS:
added gst_util_set_value_from_string.
this could probably be refactored with gst_util_set_object_arg at a later date.
Thomas Vander Stichele [Sun, 3 Mar 2002 18:02:57 +0000 (18:02 +0000)]
need this
Original commit message from CVS:
need this
Thomas Vander Stichele [Sun, 3 Mar 2002 16:55:45 +0000 (16:55 +0000)]
adding devhelp dir
Original commit message from CVS:
adding devhelp dir
Thomas Vander Stichele [Sun, 3 Mar 2002 16:53:25 +0000 (16:53 +0000)]
more docs fixing
Original commit message from CVS:
more docs fixing
Thomas Vander Stichele [Sun, 3 Mar 2002 16:50:39 +0000 (16:50 +0000)]
adding devhelp files
Original commit message from CVS:
adding devhelp files
Thomas Vander Stichele [Sun, 3 Mar 2002 16:25:11 +0000 (16:25 +0000)]
thanks to jhdalin for this
Original commit message from CVS:
thanks to jhdalin for this
Thomas Vander Stichele [Sun, 3 Mar 2002 15:18:09 +0000 (15:18 +0000)]
put docs in gstreamer-devel rpm and dir
Original commit message from CVS:
put docs in gstreamer-devel rpm and dir
Thomas Vander Stichele [Sun, 3 Mar 2002 15:00:32 +0000 (15:00 +0000)]
docs are now in gstreamer rpm want them in gstreamer-devel though
Original commit message from CVS:
docs are now in gstreamer rpm
want them in gstreamer-devel though
Christian Schaller [Sun, 3 Mar 2002 13:31:27 +0000 (13:31 +0000)]
updating something in spec, not sure what :)
Original commit message from CVS:
updating something in spec, not sure what :)
Andy Wingo [Sun, 3 Mar 2002 02:08:17 +0000 (02:08 +0000)]
some doc and aesthetic fixes make the filter actually do something
Original commit message from CVS:
* some doc and aesthetic fixes
* make the filter actually do something
Thomas Vander Stichele [Sun, 3 Mar 2002 01:12:12 +0000 (01:12 +0000)]
get some sleep
Original commit message from CVS:
get some sleep
Thomas Vander Stichele [Sun, 3 Mar 2002 00:48:37 +0000 (00:48 +0000)]
docs changes
Original commit message from CVS:
docs changes
Andy Wingo [Sun, 3 Mar 2002 00:44:41 +0000 (00:44 +0000)]
document gst_caps_debug change gst_caps_debug to accept a label argument, assists greatly in debugging capsnego bette...
Original commit message from CVS:
* document gst_caps_debug
* change gst_caps_debug to accept a label argument, assists greatly
in debugging capsnego
* better names from gst_object_name_default
* some more debugging in gstpad.c
* require caps to match padtemplates on both side of a connection
* gstspider uses default naming so that names are globally unique
* moved filesrc offset arg to the top -- show up first in a prop list.
in the future we should have flags on props indicating which ones
it might be interesting for the end-user to change.
* initialize cothreads in the more standard way, and provide some more debugging
Christian Schaller [Sat, 2 Mar 2002 18:59:03 +0000 (18:59 +0000)]
Added my DOCBUILDING document
Original commit message from CVS:
Added my DOCBUILDING document
Christian Schaller [Sat, 2 Mar 2002 18:39:32 +0000 (18:39 +0000)]
added more files to the docs files
Original commit message from CVS:
added more files to the docs files
Benjamin Otte [Sat, 2 Mar 2002 18:27:45 +0000 (18:27 +0000)]
fix: when starting typefinding, make sure we're paused
Original commit message from CVS:
fix: when starting typefinding, make sure we're paused
Thomas Vander Stichele [Sat, 2 Mar 2002 12:01:32 +0000 (12:01 +0000)]
Good luck with this one ;) converted to using getopt dropped autogen- prefix from autogen options since options for c...
Original commit message from CVS:
Good luck with this one ;)
converted to using getopt
dropped autogen- prefix from autogen options since options for configure
can now be given after putting -- on the cmd line
added with-autoconf and with-automake to help michael out
this all needs some testing
plus a few changes in other modules as well
Christian Schaller [Sat, 2 Mar 2002 11:12:19 +0000 (11:12 +0000)]
hrm, ok fixed my mistake of commiting a spec with my 'debug' code in it :)
Original commit message from CVS:
hrm, ok fixed my mistake of commiting a spec with my 'debug' code in it :)
Christian Schaller [Sat, 2 Mar 2002 11:11:11 +0000 (11:11 +0000)]
Added documentation to the SPEC file. Currently it seems that a lot of documentation is built but not installed howev...
Original commit message from CVS:
Added documentation to the SPEC file. Currently it seems that a lot of documentation is built but not installed however, including the images.
Thomas Vander Stichele [Sat, 2 Mar 2002 10:33:40 +0000 (10:33 +0000)]
applied some of meeks's patches
Original commit message from CVS:
applied some of meeks's patches
Wim Taymans [Thu, 28 Feb 2002 23:39:08 +0000 (23:39 +0000)]
Added last_message.
Original commit message from CVS:
Added last_message.
Benjamin Otte [Sun, 24 Feb 2002 19:08:30 +0000 (19:08 +0000)]
make sure cothread->priv is NULL when uninited because we now check it (added debugging line to gst_bin_remove while ...
Original commit message from CVS:
make sure cothread->priv is NULL when uninited because we now check it
(added debugging line to gst_bin_remove while debugging)
Benjamin Otte [Sun, 24 Feb 2002 17:08:07 +0000 (17:08 +0000)]
updated popt stuff:
Original commit message from CVS:
updated popt stuff:
- added 'gst_init_with_popt_table' to gst.h
- added a --silent option to launch to suppress g_object_notify events
Benjamin Otte [Sun, 24 Feb 2002 13:38:10 +0000 (13:38 +0000)]
fixes:
Original commit message from CVS:
fixes:
- g_free accepts NULL
- indenting
- last_message is readable, not writeable
- warn on invalid property id
Wim Taymans [Sat, 23 Feb 2002 14:02:29 +0000 (14:02 +0000)]
Iterate until we find the real pad when creating a ghostpad make a copy of the event in the default dispatcher.
Original commit message from CVS:
Iterate until we find the real pad when creating a ghostpad
make a copy of the event in the default dispatcher.
Wim Taymans [Sat, 23 Feb 2002 13:57:09 +0000 (13:57 +0000)]
Added gst_event_copy
Original commit message from CVS:
Added gst_event_copy
Wim Taymans [Sat, 23 Feb 2002 13:42:51 +0000 (13:42 +0000)]
Store the element in the cothread private field.
Original commit message from CVS:
Store the element in the cothread private field.
If we remove the current entry in the cothread chain, make sure another
cothread is marked as COTHREAD_STOPPING.
Wim Taymans [Sat, 23 Feb 2002 13:41:17 +0000 (13:41 +0000)]
Added a private field to the cothread state.
Original commit message from CVS:
Added a private field to the cothread state.
Wim Taymans [Fri, 22 Feb 2002 23:12:05 +0000 (23:12 +0000)]
Only unset the scheduler on REAL pads. This is a nasty one that causes random memory corruption.
Original commit message from CVS:
Only unset the scheduler on REAL pads. This is a nasty one that causes
random memory corruption.
Thomas Vander Stichele [Fri, 22 Feb 2002 19:38:48 +0000 (19:38 +0000)]
uncomment it in the DIRS to avoid errors
Original commit message from CVS:
uncomment it in the DIRS to avoid errors
Thomas Vander Stichele [Fri, 22 Feb 2002 18:25:06 +0000 (18:25 +0000)]
test program doesn't leave iterate atm, commenting it
Original commit message from CVS:
test program doesn't leave iterate atm, commenting it
Thomas Vander Stichele [Fri, 22 Feb 2002 18:12:37 +0000 (18:12 +0000)]
right include
Original commit message from CVS:
right include
Thomas Vander Stichele [Fri, 22 Feb 2002 17:47:10 +0000 (17:47 +0000)]
add to DIST_SUBDIRS
Original commit message from CVS:
add to DIST_SUBDIRS
Steve Baker [Thu, 21 Feb 2002 20:47:14 +0000 (20:47 +0000)]
generate the makefile for dparams testing
Original commit message from CVS:
generate the makefile for dparams testing
Steve Baker [Thu, 21 Feb 2002 20:44:59 +0000 (20:44 +0000)]
use the correct marshal
Original commit message from CVS:
use the correct marshal
Andy Wingo [Thu, 21 Feb 2002 14:44:27 +0000 (14:44 +0000)]
add two apis: gst_element_connect_elements_many (elem1, elem2, ...)
Original commit message from CVS:
* add two apis:
* gst_element_connect_elements_many (elem1, elem2, ...)
- calls gst_element_connect_elements() in order
- should be called gst_element_connect_many, but we need to rename gst_element_connect_elements first
- simplifies common-case code
* gst_bin_add_many (bin, elem1, ...)
- calls gst_bin_add on all of the elems
- again, simplifying common code
Thomas Vander Stichele [Thu, 21 Feb 2002 13:34:06 +0000 (13:34 +0000)]
using GST_DEBUGINFO
Original commit message from CVS:
using GST_DEBUGINFO
Thomas Vander Stichele [Thu, 21 Feb 2002 10:38:18 +0000 (10:38 +0000)]
more debug output used CONNECT_OK because otherwise functions don't get a proper result
Original commit message from CVS:
* more debug output
* used CONNECT_OK because otherwise functions don't get a proper result
Andy Wingo [Wed, 20 Feb 2002 21:31:16 +0000 (21:31 +0000)]
warning fixes gst_object_set_name (name, NULL) uniquifies the name globally
Original commit message from CVS:
* warning fixes
* gst_object_set_name (name, NULL) uniquifies the name globally
- needs robusticizing
* gst_elementfactory_make can now take NULL as a second argument
Steve Baker [Wed, 20 Feb 2002 20:17:30 +0000 (20:17 +0000)]
so that people know about GST_PLUGIN_PATH
Original commit message from CVS:
so that people know about GST_PLUGIN_PATH
Steve Baker [Wed, 20 Feb 2002 20:04:46 +0000 (20:04 +0000)]
move GST_PLUGIN_PATH before _gst_plugin_initialize so that it is noticed
Original commit message from CVS:
move GST_PLUGIN_PATH before _gst_plugin_initialize so that it is noticed
Thomas Vander Stichele [Wed, 20 Feb 2002 16:44:46 +0000 (16:44 +0000)]
a warning fix a potential commenting error fix more debug output when trying to set caps so I can actually tell from ...
Original commit message from CVS:
* a warning fix
* a potential commenting error fix
* more debug output when trying to set caps so I can actually tell from it
what's going on
Thomas Vander Stichele [Wed, 20 Feb 2002 16:42:16 +0000 (16:42 +0000)]
before, entering and leaving where invisible now it's a really bleak grey anyone want to suggest a usable color ?
Original commit message from CVS:
before, entering and leaving where invisible
now it's a really bleak grey
anyone want to suggest a usable color ?
Wim Taymans [Tue, 19 Feb 2002 22:10:37 +0000 (22:10 +0000)]
Fixed some warnings
Original commit message from CVS:
Fixed some warnings
Always recalculate caps intersection in perform_negotiate 'cause they
might have changed. (needs better solution probably)
Thomas Vander Stichele [Tue, 19 Feb 2002 16:08:23 +0000 (16:08 +0000)]
documentation addition
Original commit message from CVS:
documentation addition
Andy Wingo [Tue, 19 Feb 2002 05:59:07 +0000 (05:59 +0000)]
changes to spider: add padtemplates so the connect functions can connect two request-pad elements add a hack in gstel...
Original commit message from CVS:
* changes to spider:
* add padtemplates so the connect functions can connect two request-pad
elements
* add a hack in gstelement.c. please look at this, Company, and see how
we can get around this
* add backwards caps-propagation support in identity, int2float, float2int,
adder, speed, volume