summaryrefslogtreecommitdiffstats
path: root/ext/esd
Commit message (Expand)AuthorAgeFilesLines
* 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
* forgot to update the Changelog for the past two days, bad me, badStéphane Loeuillet2004-05-201-1/+1
* ext/esd/esdsink.c: Fix crash when ESD is killed while we're playing.David Schleef2004-05-141-1/+4
* ext/esd/esdmon.c: fix nonterminated vararg and memleakBenjamin Otte2004-04-051-9/+11
* don't mix tabs and spacesThomas Vander Stichele2004-03-152-73/+77
* *.h: Revert indentingJohan Dahlin2004-03-152-34/+36
* gst-indentThomas Vander Stichele2004-03-145-285/+284
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-022-5/+5
* 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-292-4/+10
* 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-232-3/+10
* use new error signal and classificationThomas Vander Stichele2004-01-182-2/+3
* 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
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-2/+2
* 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-222-117/+97
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* ESD UpdatedIain Holmes2003-11-013-32/+38
* 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-082-5/+6
* Don't unref event when calling gst_pad_event_default() (#119155)David Schleef2003-09-251-2/+2
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-162-6/+2
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-152-2/+6
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* make sure esdmon.h gets distedChristian Schaller2003-07-181-1/+1
* Added clock to esdsink based on GstAudioClockDavid Schleef2003-07-173-8/+129
* Merge esdmon and esdsink elements into one pluginDavid Schleef2003-07-156-73/+139