summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2001-05-23Update some signal func vars.David I. Lehn2-2/+2
2001-05-22- it is now possible to change the opened file when state is PAUSEDBastien Nocera1-2/+10
2001-05-20Added the possibility to escape chars in gstparse. You can now give it a cmdl...Wim Taymans1-5/+18
2001-05-20reinstated exit(-1) when gstparse.c doesn't find the plugin mentionedThomas Vander Stichele1-1/+1
2001-05-20Made pipefilter a DECOUPLED element.Wim Taymans1-53/+89
2001-05-16- Fix cothread pointers and allocation so full 2M stack space available:David I. Lehn2-11/+18
2001-05-16- basic arch check for HAVE_RDTSCDavid I. Lehn2-9/+28
2001-05-10some minor updates with a hair more speedErik Walthinsen1-4/+8
2001-05-10move cothread_context definition over to the .cErik Walthinsen2-6/+8
2001-05-10fixed up macros to match new RealPad stuff, change #if 1 to #if 0 to use, bew...Erik Walthinsen1-3/+4
2001-05-10moved cothread parameters into .c to avoid rebuilding libgst.la every timeErik Walthinsen2-4/+5
2001-05-10Pass buffer in handoff signalDavid I. Lehn2-7/+8
2001-05-09Added "silent" arg.David I. Lehn2-3/+16
2001-05-05Make sure the plugin filaname is set before calling the init function.Wim Taymans1-1/+1
2001-05-03fixed spelling mistake in user-visible outputErik Walthinsen1-1/+1
2001-05-03Created a macro of the va_arg parsing function because some systems (PPC) can...Wim Taymans1-35/+37
2001-05-03Added dynamic pads to the command line parser. ./gstreamer-launch disksrc loc...Wim Taymans1-10/+39
2001-05-01Removed the assert on an unknown propertytype and print usefull info.Wim Taymans1-1/+1
2001-04-28update sinesrc to latest capsSteve Baker2-19/+102
2001-04-28add factory init for sinesrcSteve Baker1-1/+1
2001-04-28add gst_props_get_float functionSteve Baker3-0/+32
2001-04-27Added enum parsing...Wim Taymans1-1/+7
2001-04-27syntax error fixed (s/;/,/)Erik Walthinsen1-1/+1
2001-04-27Added colorization to DEBUG and INFO. Colors are based on categories, with t...Erik Walthinsen3-9/+123
2001-04-24I will successfully compile code before I check it in.Erik Walthinsen1-1/+1
2001-04-24- commented out remainder of Meta stuffErik Walthinsen2-19/+71
2001-04-23Collection of minor changes: autogen.sh - remove config.cache before running ...Erik Walthinsen1-1/+1
2001-04-22API docs updates.Wim Taymans6-70/+83
2001-04-22Merged from BRANCH-PLUGINVER1PLUGINVER1-20010422Richard Boulton6-37/+75
2001-04-22fixes for gstbuffer, and removed ## from gstcaps.h that was causing all that ...PLUGINVER1-20010422-FREEZEBRANCH-PLUGINVER1-20010422-ROOTErik Walthinsen3-8/+5
2001-04-22completed gst_buffer_copy, added API commentsErik Walthinsen1-7/+20
2001-04-22added GST_STR_FOURCC, which takes strings like "YUY2" instead of 'Y','U','Y',...Erik Walthinsen1-0/+1
2001-04-22Added gst_buffer_copy(). It's not complete, it should copy more stuff like f...Erik Walthinsen2-0/+21
2001-04-21Fixed a few plugins so that mpeg1 encoding sorta works.Wim Taymans1-2/+5
2001-04-20Added caps proxying and bufferpool passing to identity so thatBRANCH-PLUGINVER1-ROOTWim Taymans2-4/+52
2001-04-20update to take new gstdisksink element into accountThomas Vander Stichele2-0/+4
2001-04-20Update the alternative Makefile.am for gst/, which depends on automake >1.4dRichard Boulton1-2/+3
2001-04-20first stab at a disk sink element no optimization, is it necessary ? basic er...Thomas Vander Stichele2-0/+324
2001-04-19More API docs updatesWim Taymans1-3/+4
2001-04-17The first wave of docs updatesWim Taymans3-3/+21
2001-04-17finished change to GST_ macrosErik Walthinsen4-5/+5
2001-04-17added gstversion.hErik Walthinsen4-1/+36
2001-04-16Added 1337 macros to create padtemplates and capstemplates.Wim Taymans6-16/+175
2001-04-16Added an arg to fakesink so that it doesn't printf.Wim Taymans2-1/+13
2001-04-15Added missing category strings...BRANCH-INCSCHED1-200104161-ROOTWim Taymans1-0/+2
2001-04-15added comment about missing flagErik Walthinsen1-0/+3
2001-04-15changed some INFOs to DEBUGsErik Walthinsen2-4/+4
2001-04-15Fixed the gfloat error in the va_arg code.Wim Taymans1-3/+3
2001-04-14A rather large patch:Wim Taymans9-498/+205
2001-04-12Lots of updates to the plugins for caps negotiation.Wim Taymans7-74/+146