Make sure the autoplugger doesn't try to connect elements with request pads for now.
[platform/upstream/gstreamer.git] / gst /
2001-07-18 Wim TaymansMake sure the autoplugger doesn't try to connect elemen...
2001-07-16 Wim TaymansAdded missing pad_select prototypes/defs.
2001-07-15 Wim TaymansProperly set the eos flag when no elements can be sched...
2001-07-11 Wim TaymansAdded prototypes for gst_pad_peek, gst_pad_select and...
2001-07-11 Wim TaymansAdded a g_assert when a filled bufpen is overwritten.
2001-07-11 Wim TaymansSome cleanups in output of various test plugins.
2001-07-11 Wim TaymansAdded request pads to fakesink.
2001-07-11 Wim TaymansAdded DEBUG_FUNCPTR to most plugins.
2001-07-11 Wim TaymansSome code cleanups.
2001-07-11 Andy Wingoto element classes without using an elementfactory.
2001-07-04 Trivial commit,... Added arg setting for UINT types.
2001-07-01 Steve Bakerreturn NULL from g2g_object_class_find_property if...
2001-06-30 Wim TaymansFix an endless loop at EOS.. this is a hack...
2001-06-29 Richard BoultonAllow elements to be given custom names with [] syntax...
2001-06-29 Richard BoultonPrefix for marshallers should be gst_marshal, rather...
2001-06-29 Richard BoultonEnsure that the marshaller code #includes glib-object...
2001-06-28 Richard BoultonEnsure that the gstmarshal.[ch] files are generated...
2001-06-28 Richard BoultonMake sure conditionally compiled files are added to...
2001-06-26 Wim TaymansRemoved the GST_CONFIG_DIR from config.h and made a...
2001-06-26 Richard BoultonConvert XMMS and LIBGHTTP checks to use GST_CHECK_FEATURE()
2001-06-26 Richard BoultonFix g2g_object_class_list_properties() so that num_prop...
2001-06-25 Wim TaymansRemoved the final bits of GstMeta.
2001-06-25 Richard BoultonAdd consts to appropriate parameters in debug and info...
2001-06-25 Erik Walthinsenadded gstmarshal.[ch] to .cvsignore, added gstmarshal...
2001-06-25 Erik Walthinsenadded some dirs to DIST_SUBDIRS, added a comment to...
2001-06-25 Erik Walthinsenremoved gstmarshal.[ch], added gstmarshal.list, and...
2001-06-25 Wim TaymansAdded configure checks to disable various major subsystems.
2001-06-25 Erik Walthinsengobject2gtk.h: added g2g_object_get_type() prototype...
2001-06-25 Wim TaymansAdded a missing #else
2001-06-25 Richard BoultonFix a warning; stuff following an #endif
2001-06-25 Erik WalthinsenReworked the arguments for DEBUG and INFO. Removed...
2001-06-25 Erik WalthinsenChanged all globally defined stub functions to use...
2001-06-25 Erik WalthinsenMerged from GOBJECT1 to HEAD at 200106241 GOBJECT1-200106241
2001-06-24 Erik Walthinseninitial pass at #ifdef'ing xml load/save BRANCH-GOBJECT1-200106241-ROOT GOBJECT1-200106241-FREEZE
2001-06-21 Steve Bakeradded ref counting to the buffer pool. also _destroy...
2001-06-20 Steve Bakerfixed operator precedence bug which caused 32 times...
2001-06-19 Wim TaymansChanged the bytes_written to a gint to avoid overflow...
2001-06-19 Erik Walthinsenchanged plugin-srcdir to plugin-builddir, which is...
2001-06-18 Richard BoultonSimplify properties which contain lists of integer...
2001-06-17 Steve Bakeradded _gst_buffer_pool_initialize
2001-06-17 Steve Bakeradded a default bufferpool factory function. it reuses...
2001-06-15 Wim TaymansChanged a stupid assert in request_pad.
2001-06-15 Steve Bakershould restore dynamic connection of pads (couldn't...
2001-06-13 Wim TaymansLoop in pullregion until the desired buffer has been...
2001-06-10 Steve Bakercan now take comma delimited list of pads. eg gstreamer...
2001-06-09 Steve Bakerstore src and sink pads in slists to get ready for...
2001-06-09 Steve Bakerif a named pad doesn't exist, try creating a new pad...
2001-06-07 David I. LehnAdded manpage BRANCH-GOBJECT1-ROOT RELEASE-0_2_0-CRITICALMASS
2001-06-06 Wim TaymansRemoved a warning.
2001-06-06 Wim TaymansChanged the maxcothreads to 16. connect to the new_ghos...
2001-06-05 Richard BoultonRevert accidentally applied changes.
2001-06-05 Richard BoultonFIx memleak in save-thyself introduced by changing...
2001-06-05 Richard BoultonSimple fix to stop gstreamer-compprep crashing when...
2001-06-04 Wim TaymansUse the STACKSIZE and number of cothreads to calculate...
2001-06-04 Thomas Vander Sticheleadded an eos handler so that gstreamer-launch quits...
2001-06-04 Richard BoultonReplace NO_X conditional compilation with testing wheth...
2001-06-03 Wim Taymansoptionally call gtk_type_init() instead of gtk_init...
2001-06-03 Wim TaymansSet the caps on a proxied pad when the pad is not conne...
2001-06-02 Wim TaymansCopy the padtemplate to the ghostpad.
2001-06-01 Wim TaymansFixed some warnings.
2001-06-01 Thomas Vander Stichelecoded small bit in to allow changing of output location
2001-05-30 Wim TaymansFixed a bug so that gst_props_new (NULL) == NULL
2001-05-30 Erik Walthinsenstupid mistake, I put != instead of == in the g_return_if's
2001-05-30 Erik Walthinsenadded sanity checks to make sure _push and _pull don...
2001-05-29 Richard BoultonUpdate Makefile.am.future - a replacement for Makefile...
2001-05-28 Erik Walthinsenfixed #define line continuation in gstsparc.h
2001-05-28 Erik Walthinsenchanged debug so it always prints pid and cid in color
2001-05-28 Erik Walthinsensome fixes to handle builddirs, which distcheck uses...
2001-05-27 Erik WalthinsenAdded some caps != NULL checks.
2001-05-27 Erik Walthinsenvarious build fixes
2001-05-27 Wim TaymansDocs updates
2001-05-27 Erik Walthinsenfixed up and turned back on GST_SCHEDULE_SAFETY
2001-05-26 Erik Walthinsenfixed cothread locking and set_arg/get_arg safety,...
2001-05-26 Wim TaymansRemoved redundant prototypes.
2001-05-26 Wim TaymansFixed a bug in the typecast macros for padtemplates.
2001-05-26 Wim Taymansdon't link against libgst.la because it seems to fail...
2001-05-25 Wim TaymansRemoved a stupid printf.
2001-05-25 Wim TaymansSome cleanups.
2001-05-25 Wim TaymansAdded GST_LIBS to LIBADD.
2001-05-25 Erik Walthinsenfixed rather heinous bug in gst_buffer_copy
2001-05-25 Erik Walthinsenremoved some more noise, converted to GST_DEBUG
2001-05-25 Erik Walthinsenremoved annoying debug message during state change...
2001-05-25 Erik WalthinsenMerged from INCSCHED on 200505251!!! INCSCHED1-200105251
2001-05-23 David I. LehnUpdate some signal func vars.
2001-05-22 Bastien Nocera- it is now possible to change the opened file when...
2001-05-20 Wim TaymansAdded the possibility to escape chars in gstparse....
2001-05-20 Thomas Vander Stichelereinstated exit(-1) when gstparse.c doesn't find the...
2001-05-20 Wim TaymansMade pipefilter a DECOUPLED element.
2001-05-16 David I. Lehn- Fix cothread pointers and allocation so full 2M stack...
2001-05-16 David I. Lehn- basic arch check for HAVE_RDTSC
2001-05-10 Erik Walthinsensome minor updates with a hair more speed
2001-05-10 Erik Walthinsenmove cothread_context definition over to the .c
2001-05-10 Erik Walthinsenfixed up macros to match new RealPad stuff, change...
2001-05-10 Erik Walthinsenmoved cothread parameters into .c to avoid rebuilding...
2001-05-10 David I. LehnPass buffer in handoff signal
2001-05-09 David I. LehnAdded "silent" arg.
2001-05-05 Wim TaymansMake sure the plugin filaname is set before calling...
2001-05-03 Erik Walthinsenfixed spelling mistake in user-visible output
2001-05-03 Wim TaymansCreated a macro of the va_arg parsing function because...
2001-05-03 Wim TaymansAdded dynamic pads to the command line parser. ./gstrea...
next