summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2001-12-06Merged from trunkBRANCH-BUILD1-200112061Wrobell30-2330/+1012
2001-12-06- use GST_CFLAGS/LIBSWrobell4-13/+17
2001-12-05- do not overwrite CFLAGS/CPPFLAGS/LDFLAGS/ASFLAGS in configure.ac - they are...Wrobell32-1031/+2342
2001-12-04- some fixes to int2float making automake 1.5 happy (gst now requires automak...wrobell34-2342/+2182
2001-11-24quoting from the comment i put in gststaticautoplug.c: it is likely that the ...Andy Wingo1-2/+13
2001-11-24fixed a double-unreffing problem when disposing of elementsAndy Wingo1-1/+2
2001-11-23cleaned up mangling of properties and names in ladspa by using g_strcanon add...Andy Wingo2-0/+27
2001-11-14Call the default handler of the padWim Taymans2-2/+4
2001-11-14Direct events to the event handler for non event-ware elements. pass the even...Wim Taymans1-5/+12
2001-11-14Make the queue event aware and make it do something usefull with the events.Wim Taymans1-8/+14
2001-11-14Added a default handler for the pads.Wim Taymans2-14/+27
2001-11-14Added a flag to indicate an element is event aware.Wim Taymans1-0/+4
2001-11-14Renamed a local var to better state what its purpose is.Wim Taymans1-3/+6
2001-11-08print the pre-operation refcount for ref and unrefErik Walthinsen1-4/+4
2001-10-27added taaz's threading patch, including queue eventsErik Walthinsen7-103/+148
2001-10-27return a negative error code instead of exiting on parse errorSteve Baker2-13/+22
2001-10-25fix glib2 warningAndy Wingo1-3/+3
2001-10-24basic statistics elementDavid I. Lehn4-1/+504
2001-10-24stop printing out readbytesDavid I. Lehn1-1/+1
2001-10-24Add gst_typefactory_get_list to get a list of registered typefactories.Wim Taymans2-0/+14
2001-10-24Don't try to build the marshall stuff with the gtk shimsWim Taymans1-0/+4
2001-10-24Reset the name to NULL.Wim Taymans1-0/+1
2001-10-24Added the name propertyWim Taymans1-0/+54
2001-10-24BUILT_SOURCES patch from vishnuErik Walthinsen1-0/+2
2001-10-23Aplied the patches from vishnu to implement seeking in various plugins. bytes...Wim Taymans1-1/+5
2001-10-22Added 64 bit support to filesrc and a gtk+ shim (mapped to ulong unfortunatly...Wim Taymans2-7/+12
2001-10-22GSearchFunc seems to be glib1.2 only so it was replaced withWim Taymans1-1/+1
2001-10-21Some compiler warning removed.Wim Taymans4-26/+25
2001-10-21API docs. revived _buffer_ref_by_count fast types for scheduler and bin.Wim Taymans37-885/+652
2001-10-21added empty string for category 31, lest the coloration breakErik Walthinsen1-0/+1
2001-10-20changed names from guchar* to gchar*, which makes C++ happy, and is, um, corr...Erik Walthinsen4-4/+4
2001-10-20made C++ friendlyErik Walthinsen1-2/+10
2001-10-20convert g_string_printfa to g_string_append_printf and add to the shimErik Walthinsen2-20/+22
2001-10-19Removed old, bad bytestream code.Wim Taymans2-169/+0
2001-10-17added another madvise and wrapped them in #ifdef's so they don't break system...Erik Walthinsen1-0/+6
2001-10-17merge from EVENTS1 on 20011016Erik Walthinsen49-514/+2144
2001-10-07remove dparams from coreSteve Baker7-1422/+0
2001-10-07remove ability to set dparams from -launch. this is the only real loss of fun...Steve Baker1-26/+4
2001-10-07remove extra debug infoSteve Baker1-3/+0
2001-10-06gstsinesrc is being moved into plugins/synthesis/sinesrcSteve Baker4-531/+1
2001-09-29also need to ref the template in gst_pad_new_from_templateSteve Baker1-2/+3
2001-09-29shouldn't sink here. that is up to the pad's parent (the element)Steve Baker1-3/+2
2001-09-29factory needs a ref to the padtemplate so that the padtemplate doesn't disapp...Steve Baker1-1/+3
2001-09-28reenabled object destruction by renaming shutdown and real_destry to dispose ...Steve Baker6-82/+54
2001-09-23g_critical is a glib-2.0-ism, changed them to g_warning and added FIXME'sThomas Vander Stichele2-1/+12
2001-09-22crashes that only happen when debugging is on aren't very niceSteve Baker1-1/+1
2001-09-18glib 1.2 fix minor formatting improvements add gst_print_element_argsJoshua N. Pritikin3-2/+109
2001-09-17revert detailed multi-line error reportJoshua N. Pritikin1-21/+6
2001-09-17add temporary diagnostic codeJoshua N. Pritikin2-3/+27
2001-09-17fix warningsJoshua N. Pritikin2-2/+115