summaryrefslogtreecommitdiffstats
path: root/ext/esd/gstesd.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sure gettext returns translations in UTF-8 encoding rather than in the ↵Frederic Crozat2008-08-071-0/+1
| | | | | | | | | | | | | | | current locale encoding (#546822). Original commit message from CVS: Patch by: Frederic Crozat <fcrozat@mandriva.org> * ext/esd/gstesd.c: (plugin_init): * ext/flac/gstflac.c: (plugin_init): * ext/shout2/gstshout2.c: (plugin_init): * ext/wavpack/gstwavpack.c: (plugin_init): * sys/oss/gstossaudio.c: (plugin_init): * sys/v4l2/gstv4l2.c: (plugin_init): Make sure gettext returns translations in UTF-8 encoding rather than in the current locale encoding (#546822).
* docs/plugins/: cleanup -unused.txt to make it useful, add previously missing ↵Stefan Kost2006-08-201-3/+3
| | | | | | | | | | | | | | | | | docs Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/inspect/plugin-audiofxgood.xml: cleanup -unused.txt to make it useful, add previously missing docs * ext/Makefile.am: * ext/esd/esdmon.c: * ext/esd/esdsink.c: * ext/esd/gstesd.c: (plugin_init): reflow to get rid of two external symbols * gst/audiofxgood/audiofx.c: (plugin_init): re-add
* Add translatable error message for when we cannot connect to the sound ↵Tim-Philipp Müller2006-04-181-9/+9
| | | | | | | | | | | | | server, as "Cannot open resource for writing" ... Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare): * ext/esd/gstesd.c: (plugin_init): * po/POTFILES.in: Add translatable error message for when we cannot connect to the sound server, as "Cannot open resource for writing" isn't really an acceptable message to show to the user in this case.
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
| | | | | Original commit message from CVS: rework configure.ac; make asterisk rtp stuff compile on mingw
* Ported esdsink plugin.Arwed v. Merkatz2005-05-101-0/+6
| | | | | Original commit message from CVS: Ported esdsink plugin.
* gst-indentThomas Vander Stichele2004-03-141-17/+14
| | | | | Original commit message from CVS: gst-indent
* private debugging cat better error reportingThomas Vander Stichele2004-01-231-0/+2
| | | | | | Original commit message from CVS: private debugging cat better error reporting
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
| | | | | Original commit message from CVS: remove copyright field from plugins
* ESD UpdatedIain Holmes2003-11-011-4/+9
| | | | | Original commit message from CVS: ESD Updated
* Added clock to esdsink based on GstAudioClockDavid Schleef2003-07-171-0/+2
| | | | | Original commit message from CVS: Added clock to esdsink based on GstAudioClock
* Merge esdmon and esdsink elements into one pluginDavid Schleef2003-07-151-0/+48
Original commit message from CVS: Merge esdmon and esdsink elements into one plugin