summaryrefslogtreecommitdiffstats
path: root/ext/esd
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables in _class_initEdward Hervey2009-04-181-2/+0
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-282-12/+10
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* ext/esd/esdmon.c: Add doc blob.Stefan Kost2008-10-271-1/+19
* Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2008-08-071-0/+1
* ext/esd/esdsink.c: When we post an error, we must return -1 to let the parent...Michael Meeks2008-05-201-1/+1
* ext/esd/esdsink.c: Unref static pad template after using it.Jan Schmidt2007-03-051-0/+1
* ext/esd/esdsink.c: Don't return bogus values when esd_get_delay() fails for s...Tim-Philipp Müller2007-01-041-0/+5
* ext/esd/: remove obsolete _factory_init protosStefan Kost2006-11-242-5/+2
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-1/+1
* docs/plugins/: cleanup -unused.txt to make it useful, add previously missing ...Stefan Kost2006-08-203-22/+3
* docs/plugins/: Update files to CVS/Prerelease version, add esdsink docs.Tim-Philipp Müller2006-07-241-0/+25
* ext/esd/esdsink.c: Prevent libesd from auto-spawning a sound daemon if it is ...Tim-Philipp Müller2006-07-241-1/+16
* ext/esd/Makefile.am: Oops, need to remove README from EXTRA_DIST as well.Tim-Philipp Müller2006-07-241-1/+1
* ext/esd/README: Remove, it contains nothing useful anyway.Tim-Philipp Müller2006-07-242-44/+7
* autogen.sh: require am17Thomas Vander Stichele2006-06-111-2/+3
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-3/+3
* ext/esd/esdsink.*: Move the esd_get_server_info() into gst_esdsink_open() and...Tim-Philipp Müller2006-05-102-35/+42
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-101-2/+2
* ext/esd/esdsink.c: Fix compile problem by defining ESD_MAX_WRITE_SIZE if it i...Wim Taymans2006-04-261-0/+5
* ext/esd/esdsink.c: Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE...Wim Taymans2006-04-261-7/+4
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+2
* Add translatable error message for when we cannot connect to the sound server...Tim-Philipp Müller2006-04-182-11/+16
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsWim Taymans2006-03-302-12/+10
* ext/esd/esdsink.*: Fix esd choppy playback by configuring audiosink correctly...Wim Taymans2006-03-232-21/+75
* ext/esd/esdsink.c: Some cleanups.Wim Taymans2006-03-211-39/+55
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-0/+1
* ext/esd/Makefile.am: otherwise build will fail for folks with libesd in a non...Tim-Philipp Müller2006-01-151-1/+1
* change some char* into char[]Stefan Kost2005-12-162-2/+2
* expand tabsThomas Vander Stichele2005-12-061-3/+3
* fix up more enumsThomas Vander Stichele2005-11-221-4/+4
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-122-6/+6
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-3/+2
* All plugins updated for element state changes.Andy Wingo2005-09-021-6/+7
* ext/esd/esdsink.c (gst_esdsink_getcaps): Seems that wierd va_list caps settin...Andy Wingo2005-08-081-25/+9
* sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close)Andy Wingo2005-08-081-47/+59
* more macro splitting; fix po problemThomas Vander Stichele2005-07-101-3/+3
* Ported DVdec to 0.9.Wim Taymans2005-07-071-1/+1
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* fix some CFLAGSThomas Vander Stichele2005-07-011-2/+2
* Disable tcp elements and esdmon (they don't compile).Ronald S. Bultje2005-05-191-1/+2
* Ported esdsink plugin.Arwed v. Merkatz2005-05-104-365/+221
* ext/esd/esdsink.c: Make error actually say something useful (fixes #156798).Ronald S. Bultje2004-12-011-2/+2
* added two api precondition guards use g_strdup with getenv to fix crash when ...Stefan Kost2004-11-011-1/+4
* ext/esd/esdsink.c: Use a finalize function, not dispose, and more importantly...Jan Schmidt2004-11-011-3/+5
* Fixes: #151879, #151881, #151882, #151883, #151884, #151886, #151887, #152102...David Schleef2004-09-121-0/+10
* ext/esd/esdsink.*: Close the esd connection on pause, because esd will just w...Jan Schmidt2004-06-132-8/+33
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-212-2/+2