summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/gconf
AgeCommit message (Collapse)AuthorFilesLines
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-8/+8
Original commit message from CVS: don't mix tabs and spaces
2004-03-15*.h: Revert indentingJohan Dahlin1-9/+10
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele3-56/+49
Original commit message from CVS: gst-indent
2004-03-14move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get ↵Benjamin Otte1-2/+0
rebuilt properly Original commit message from CVS: * configure.ac: * gst-libs/gst/gconf/Makefile.am: * pkgconfig/Makefile.am: move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get rebuilt properly * configure.ac: when checking for vorbis, try pkgconfig first. * gst/modplug/gstmodplug.cc: add fixate function
2004-03-05fix gconf install pathThomas Vander Stichele1-1/+1
Original commit message from CVS: fix gconf install path
2004-03-03gst-libs/gst/gconf/gconf.c: Using ximagesink as a default if no gconf key ↵Julien Moutte1-3/+3
found. We should probably consider using al... Original commit message from CVS: 2004-03-03 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink): Using ximagesink as a default if no gconf key found. We should probably consider using alsasink instead of osssink for the audio part.
2004-02-24gst-libs/gst/gconf/gconf.c: Add \n to g_print error messagesJohan Dahlin1-5/+5
Original commit message from CVS: * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
2004-02-23versioning gstreamer schemas and install locationThomas Vander Stichele2-4/+9
Original commit message from CVS: versioning gstreamer schemas and install location
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje1-0/+4
and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-10-31first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, ↵Benjamin Otte1-14/+0
sys/oss, ext/gnomevfs, gst/typefind and ex... Original commit message from CVS: first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad. You guessed it, everything Rhythmbox needs ;) fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
2003-10-06There was a floating doubt on the way visualization is written. We use 'z' ↵Julien Moutte2-10/+9
everywhere now. Both in gst-player and lib... Original commit message from CVS: There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and libgstplay
2003-09-11add cvsignoresChristian Schaller1-0/+2
Original commit message from CVS: add cvsignores
2003-07-25Adding needed license information. The patch was reviewed and approved byBrian Cameron3-0/+57
Original commit message from CVS: Adding needed license information. The patch was reviewed and approved by Christian Shaller. Ronald Bultje and Benjamin also responded with comments.
2003-07-22Remove .pc files from CLEANFILES, since it's done automatically by automake ↵David Schleef1-2/+0
during distclean instead of (incorrectly)... Original commit message from CVS: Remove .pc files from CLEANFILES, since it's done automatically by automake during distclean instead of (incorrectly) during clean.
2003-05-29don't warn on recoverable problemsThomas Vander Stichele1-7/+7
Original commit message from CVS: don't warn on recoverable problems
2003-04-27more uninstalled fixesThomas Vander Stichele1-0/+2
Original commit message from CVS: more uninstalled fixes
2003-04-07Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to ↵Ronald S. Bultje1-0/+2
pkg-config/, .m4 file moved from plugins to core) Original commit message from CVS: Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
2003-04-04Add $(GST_LIBS) to LIBADD for libgstgconf. Should go into 0.6.1.David Schleef1-1/+1
Original commit message from CVS: Add $(GST_LIBS) to LIBADD for libgstgconf. Should go into 0.6.1.
2003-03-29Added gst_gconf function to render visualisation plugin from GConf key ↵Julien Moutte2-15/+95
"default/visualisation" Original commit message from CVS: Added gst_gconf function to render visualisation plugin from GConf key "default/visualisation" Enjoyed that commit to document those functions and remove commented functions
2002-12-31exciting .cvsignore updates!CAPSDavid I. Lehn1-0/+1
Original commit message from CVS: exciting .cvsignore updates!
2002-12-08parallel install fixesThomas Vander Stichele1-8/+8
Original commit message from CVS: parallel install fixes
2002-11-20some fixes, suggestion by thaytan to make _get and _set work similarThomas Vander Stichele1-7/+18
Original commit message from CVS: some fixes, suggestion by thaytan to make _get and _set work similar
2002-10-25a no-brainer additionThomas Vander Stichele3-0/+40
Original commit message from CVS: a no-brainer addition
2002-10-16added functions gst_gconf_get_default_{audio,video}_sink -- this is so the ↵Andy Wingo2-4/+43
defaults library (gstgconf) can be used by... Original commit message from CVS: added functions gst_gconf_get_default_{audio,video}_sink -- this is so the defaults library (gstgconf) can be used by applications with uninstalled gstreamer (ie, no gconf keys). More specifically, these functions enable the player to work uninstalled, which is a good thing (tm).
2002-10-03build as a lib not a pluginDavid I. Lehn1-2/+2
Original commit message from CVS: build as a lib not a plugin
2002-09-12const fixesWim Taymans1-1/+1
Original commit message from CVS: const fixes
2002-09-10remove some debugging. it works alreadySteve Baker1-5/+0
Original commit message from CVS: remove some debugging. it works already
2002-07-28one bin is enoughSteve Baker1-7/+6
Original commit message from CVS: one bin is enough
2002-07-12parse to BIN dumbassThomas Vander Stichele1-2/+5
Original commit message from CVS: parse to BIN dumbass
2002-07-12api changes and render/ghost functionsThomas Vander Stichele3-16/+74
Original commit message from CVS: api changes and render/ghost functions
2002-07-09merge from release branchThomas Vander Stichele1-1/+1
Original commit message from CVS: merge from release branch
2002-07-02Fix warningDavid Schleef1-0/+1
Original commit message from CVS: Fix warning
2002-07-01gconf stuffThomas Vander Stichele4-0/+143
Original commit message from CVS: gconf stuff