summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/gconf/gconf.c
AgeCommit message (Collapse)AuthorFilesLines
2004-04-01leak plugs and style fixesThomas Vander Stichele1-3/+6
Original commit message from CVS: leak plugs and style fixes
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-14gst-indentThomas Vander Stichele1-38/+32
Original commit message from CVS: gst-indent
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 Stichele1-1/+3
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 Moutte1-9/+8
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-07-25Adding needed license information. The patch was reviewed and approved byBrian Cameron1-0/+19
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-05-29don't warn on recoverable problemsThomas Vander Stichele1-7/+7
Original commit message from CVS: don't warn on recoverable problems
2003-03-29Added gst_gconf function to render visualisation plugin from GConf key ↵Julien Moutte1-10/+94
"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-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 Stichele1-0/+34
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 Wingo1-4/+40
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-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 Stichele1-13/+71
Original commit message from CVS: api changes and render/ghost functions
2002-07-01gconf stuffThomas Vander Stichele1-0/+93
Original commit message from CVS: gconf stuff