- Nov 28, 2001
-
-
Thomas Vander Stichele authored
Original commit message from CVS: I tried my best
-
Thomas Vander Stichele authored
Original commit message from CVS: void value should be ignored
-
Thomas Vander Stichele authored
Original commit message from CVS: trying to fix make distcheck
-
- Nov 27, 2001
-
-
Thomas Vander Stichele authored
Original commit message from CVS: temporarily removed refcounting
-
Thomas Vander Stichele authored
Original commit message from CVS: removed bin from tests
-
Wim Taymans authored
pseudo code describing a GstThread synchronisation proposal. pretty similar to what there is now but with some subtle... Original commit message from CVS: pseudo code describing a GstThread synchronisation proposal. pretty similar to what there is now but with some subtle differences.
-
Andy Wingo Wingo authored
Original commit message from CVS: fix stupid commit
-
Andy Wingo Wingo authored
Original commit message from CVS: for the love of god, let this be the last distcheck fix in this dir
-
- Nov 26, 2001
-
-
Andy Wingo Wingo authored
Original commit message from CVS: try some more to fix make distcheck
-
Andy Wingo Wingo authored
Original commit message from CVS: use fake* instead of other elements
-
Andy Wingo Wingo authored
Original commit message from CVS: make the test case clearer and better commented. i now think that this is a cothreads problem.
-
- Nov 25, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added the glade cflags
-
Andy Wingo Wingo authored
fixed mainloop for non-glib2 this is a hack, we really need to fix this properly so i don't have to do this in every ... Original commit message from CVS: fixed mainloop for non-glib2 this is a hack, we really need to fix this properly so i don't have to do this in every file
-
Andy Wingo Wingo authored
i've added a testcase where the scheduler fails. i don't know enough about the scheduler to fix it, though. the seque... Original commit message from CVS: i've added a testcase where the scheduler fails. i don't know enough about the scheduler to fix it, though. the sequence goes: - make a pipeline, iterate it once - re-use one of the elements in a new pipeline, see if it works
-
- Nov 24, 2001
-
-
Andy Wingo Wingo authored
quoting from the comment i put in gststaticautoplug.c: it is likely that the plugin is not loaded yet. thus when it l... Original commit message from CVS: quoting from the comment i put in gststaticautoplug.c: it is likely that the plugin is not loaded yet. thus when it loads it will replace the elementfactory that gst built from the cache, and the GST_OBJECT_NAME will no longer be valid. thus we must g_strdup its name. this might be an implementation problem, i don't know, if a program keeps a reference to a cached factory after a factory has been added on plugin initialization. i really don't know though.
-
Andy Wingo Wingo authored
Original commit message from CVS: GstObject is no longer instantiatable in glib2
-
Andy Wingo Wingo authored
Original commit message from CVS: fixed a double-unreffing problem when disposing of elements
-
- Nov 23, 2001
-
-
Andy Wingo Wingo authored
cleaned up mangling of properties and names in ladspa by using g_strcanon added g_strcanon to gobject2gtk.[ch], not t... Original commit message from CVS: * cleaned up mangling of properties and names in ladspa by using g_strcanon * added g_strcanon to gobject2gtk.[ch], not tested though
-
- Nov 21, 2001
-
-
Zaheer Abbas Merali authored
Original commit message from CVS: Added a plugin to generate pure silence :)
-
David Schleef authored
Original commit message from CVS: Remove the test program, since it's buggy, in order not to hold up make distcheck
-
- Nov 14, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Call the default handler of the pad
-
Wim Taymans authored
Direct events to the event handler for non event-ware elements. pass the event to the chain function for event aware ... Original commit message from CVS: Direct events to the event handler for non event-ware elements. pass the event to the chain function for event aware elements.
-
Wim Taymans authored
Original commit message from CVS: Make the queue event aware and make it do something usefull with the events.
-
Wim Taymans authored
Original commit message from CVS: Added a default handler for the pads.
-
Wim Taymans authored
Original commit message from CVS: Added a flag to indicate an element is event aware.
-
Wim Taymans authored
Original commit message from CVS: Renamed a local var to better state what its purpose is.
-
- Nov 13, 2001
-
-
Thomas Vander Stichele authored
Original commit message from CVS: removed that bit
-
Thomas Vander Stichele authored
Original commit message from CVS: added depcomp to extradist
-
Thomas Vander Stichele authored
Original commit message from CVS: added --force-missing to automake (c) wingo
-
Thomas Vander Stichele authored
Original commit message from CVS: added plugin
-
- Nov 11, 2001
-
-
Andy Wingo Wingo authored
Original commit message from CVS: added a link to avifile.sf.net
-
- Nov 08, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: print the pre-operation refcount for ref and unref
-
- Nov 07, 2001
-
-
David Schleef authored
Original commit message from CVS: Added support for mono streams
-
- Nov 06, 2001
-
-
David Schleef authored
Adding libs/resample, an audio resampling library. May eventually be forked off into a separate lib package. Original commit message from CVS: Adding libs/resample, an audio resampling library. May eventually be forked off into a separate lib package.
-
David Schleef authored
Original commit message from CVS: Fixes to properly conditionally compile architecture-dependent code
-
David Schleef authored
Original commit message from CVS: New audio resampling library, created from code in the audioscale plugin.
-
David Schleef authored
Original commit message from CVS: New audio resampling library, created from code in the audioscale plugin.
-
- Oct 28, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Removed the rtpsend plugin.
-
- Oct 27, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: added taaz's threading patch, including queue events
-
Andy Wingo Wingo authored
Original commit message from CVS: put gthread back in the package dependencies, as it appears that we use it
-