summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2001-06-24ported example plugin to gobjectErik Walthinsen2-42/+41
2001-06-24ported to gobjectErik Walthinsen1-10/+10
2001-06-24Merge from HEAD to BRANCH-GOBJECT1 at 200106241BRANCH-GOBJECT1-200106241Erik Walthinsen4-2/+235
2001-06-22Fixed the examples for glib2Wim Taymans12-31/+33
2001-06-22Lots of compile fixes for glib2.0Wim Taymans19-75/+75
2001-06-02Fixed the helloworld example by using a pipeline as the toplevel element.Wim Taymans1-1/+1
2001-06-01ok, this works nowThomas Vander Stichele1-0/+2
2001-06-01test for disconnect and reconnect of elementsThomas Vander Stichele2-1/+89
2001-06-01Fixed a couple of compiler warnings.Wim Taymans14-37/+46
2001-05-31Removed the thread test so make distcheck works.Wim Taymans1-2/+3
2001-05-31Added the mem.h file in noinst_HEADERS.Wim Taymans1-0/+2
2001-05-27Added the headersWim Taymans1-0/+1
2001-05-27Updated for new API calls.Wim Taymans1-3/+3
2001-05-27Makfeile updates.Wim Taymans3-4/+4
2001-05-27various build fixesErik Walthinsen2-2/+2
2001-05-27Updated for removed methods.Wim Taymans2-2/+1
2001-05-27Updated for remove methods.Wim Taymans2-2/+0
2001-05-26shut up fakesrc and fakesink, changed sleeping a littleErik Walthinsen1-1/+3
2001-05-26moved debug to before _init so cmdline can override, and put sleep(1)'s in wh...Erik Walthinsen1-1/+3
2001-05-26updated threadlock to actually be a thread locking testErik Walthinsen1-26/+8
2001-05-25Merged from INCSCHED on 200505251!!!INCSCHED1-200105251Erik Walthinsen18-160/+1745
2001-05-10Pass buffer in handoff signalDavid I. Lehn1-2/+2
2001-05-10just call exit() onceDavid I. Lehn1-1/+0
2001-05-02We don't want to teach you bad habbits, so here's a fix for a memleak in the ...Wim Taymans1-0/+4
2001-04-25Remove #include <gnome.h> from some tests which don't actually need it, and m...Richard Boulton1-1/+8
2001-04-22API docs updates.Wim Taymans1-1/+1
2001-04-22Merged from BRANCH-PLUGINVER1PLUGINVER1-20010422Richard Boulton1-11/+22
2001-04-21Fixed a few plugins so that mpeg1 encoding sorta works.Wim Taymans1-0/+5
2001-04-18mixer now works with variable inputs mixer creates custom volume envelopes al...Thomas Vander Stichele1-46/+89
2001-04-18cleaned up some code and integrated with new adder (mixer now works with diff...Thomas Vander Stichele1-8/+28
2001-04-17changed mixer to work by autoplugging the input channels (not very useful yet...Thomas Vander Stichele2-53/+144
2001-04-17The first wave of docs updatesWim Taymans4-239/+353
2001-04-17Autoplug3 shows an example of an autoplugged mp3 player.Wim Taymans3-81/+131
2001-04-17header for mixer.c, containing input_pipe_tThomas Vander Stichele1-0/+13
2001-04-17added a struct to set up input channelsThomas Vander Stichele1-83/+124
2001-04-16Updated the padfactory test code.Wim Taymans2-49/+89
2001-04-16Merged HEAD from BRANCH-INCSCHED1-200104161 into BRANCH-INCSCHED1.Erik Walthinsen1-1/+1
2001-04-16changed volume envelope; should do a nice transition between both songs nowThomas Vander Stichele1-16/+12
2001-04-16Added an example audio mixer.Wim Taymans4-2/+177
2001-04-16Add the xvideosink to the example.Wim Taymans1-3/+12
2001-04-14A rather large patch:Wim Taymans6-132/+199
2001-04-12Lots of updates to the plugins for caps negotiation.Wim Taymans1-1/+6
2001-04-02Merged the float property patch from Steve Baker. This patch doesn't really w...Wim Taymans1-1/+6
2001-03-31Adjust the test cases to the new FOURCC API.Wim Taymans2-10/+10
2001-03-30Simplified the FOURCC API to the caps, add a GST_MAKE_FOURCC macro to create ...Wim Taymans1-1/+6
2001-03-30Small updates to the .cvsignore files.Wim Taymans2-0/+2
2001-03-24Modified a lot of plugins to use the caps system.Wim Taymans13-54/+54
2001-03-20Added --enable-plugin-docs configure option, to enable build of the plugin do...Richard Boulton1-2/+2
2001-03-20Added the new enum testcase to .cvsignoreWim Taymans1-0/+1
2001-03-20More work on capsnego proxying. It should be OK now.Wim Taymans3-2/+229