summaryrefslogtreecommitdiffstats
path: root/ext/esd/esdsink.c
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-281-10/+6
* 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
* 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-201-10/+0
* 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/README: Remove, it contains nothing useful anyway.Tim-Philipp Müller2006-07-241-32/+7
* ext/esd/esdsink.*: Move the esd_get_server_info() into gst_esdsink_open() and...Tim-Philipp Müller2006-05-101-35/+41
* 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-251-1/+1
* Add translatable error message for when we cannot connect to the sound server...Tim-Philipp Müller2006-04-181-2/+7
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-6/+5
* ext/esd/esdsink.*: Fix esd choppy playback by configuring audiosink correctly...Wim Taymans2006-03-231-18/+70
* ext/esd/esdsink.c: Some cleanups.Wim Taymans2006-03-211-39/+55
* change some char* into char[]Stefan Kost2005-12-161-1/+1
* 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
* Ported esdsink plugin.Arwed v. Merkatz2005-05-101-336/+200
* 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-131-8/+32
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-1/+1
* ext/esd/esdsink.c: Fix crash when ESD is killed while we're playing.David Schleef2004-05-141-1/+4
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-42/+43
* gst-indentThomas Vander Stichele2004-03-141-116/+124
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-4/+4
* ext/esd/esdsink.c: Since we have static pad template caps, we don't need to n...Ronald S. Bultje2004-01-301-1/+3
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-3/+9
* ext/esd/esdsink.c: Fix sync issues in esdsink. Also changed esdsink to only ...David Schleef2004-01-271-62/+20
* one more debug infoThomas Vander Stichele2004-01-231-0/+1
* categorize log levelThomas Vander Stichele2004-01-231-4/+5
* forgot this lineThomas Vander Stichele2004-01-231-0/+1
* private debugging cat better error reportingThomas Vander Stichele2004-01-231-3/+8
* use new error signal and classificationThomas Vander Stichele2004-01-181-1/+2
* ext/esd/esdsink.c: Remove property that handles osssink fallback.David Schleef2004-01-151-0/+3
* use element time.Benjamin Otte2004-01-141-18/+3
* ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of signed.Colin Walters2003-12-301-1/+1
* Merge CAPS branchDavid Schleef2003-12-221-61/+48
* ESD UpdatedIain Holmes2003-11-011-14/+14
* remove g_print() noisinessDavid Schleef2003-10-161-2/+0
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-2/+3