summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2004-05-19configure.ac: Add sunaudioDavid Schleef1-1/+7
Original commit message from CVS: * configure.ac: Add sunaudio * examples/Makefile.am: make gstplay depend on gconf * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette), (convert_table_lookup), (img_convert): remove c99-isms * gst/ffmpegcolorspace/imgconvert_template.h: make a constant unsigned, to fix a warning on Solaris * gst/mpeg1sys/systems.c: bcopy->memcpy * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy * sys/Makefile.am: Add sunaudio
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-1/+1
Original commit message from CVS: don't mix tabs and spaces
2004-03-14gst-indentThomas Vander Stichele2-62/+65
Original commit message from CVS: gst-indent
2004-02-03examples/switch/.cvsignore: Ignore generated file.David I. Lehn1-0/+1
Original commit message from CVS: * examples/switch/.cvsignore: Ignore generated file.
2004-01-11configure.ac: Adding examples/switch/MakefileJulien Moutte3-2/+116
Original commit message from CVS: 2004-01-11 Julien MOUTTE <julien@moutte.net> * configure.ac: Adding examples/switch/Makefile * examples/Makefile.am: Adding examples/switch * examples/switch/Makefile.am: Adding switcher example. * examples/switch/switcher.c: (got_eos), (idle_iterate), (switch_timer), (main): Adding an example demonstrating switch usage with 2 videotestsrc showing different patterns. * gst/switch/gstswitch.c: (gst_switch_request_new_pad), (gst_switch_init): Fixing switch with the new caps system.
2003-12-14Adding a test app for libgstplay. It is a command line player.Julien Moutte1-2/+2
Original commit message from CVS: Adding a test app for libgstplay. It is a command line player.
2003-12-02change _connect to _linkDavid Schleef1-2/+2
Original commit message from CVS: change _connect to _link
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo1-2/+3
deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
2002-11-28fix some disting and rpm building issuesChristian Schaller1-1/+1
Original commit message from CVS: fix some disting and rpm building issues
2002-08-17fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839Thomas Vander Stichele1-1/+7
Original commit message from CVS: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
2002-07-09merge from release branchThomas Vander Stichele1-1/+6
Original commit message from CVS: merge from release branch
2002-06-07adding dynparams filter example codeThomas Vander Stichele1-4/+2
Original commit message from CVS: adding dynparams filter example code
2002-06-03addThomas Vander Stichele1-2/+2
Original commit message from CVS: add
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-4/+4
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-1/+1
versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-01-07hrmAndy Wingo1-0/+5
Original commit message from CVS: hrm
2002-01-04spectrum.c -> demo-osssrc.cAndy Wingo1-0/+81
Original commit message from CVS: spectrum.c -> demo-osssrc.c