summaryrefslogtreecommitdiffstats
path: root/ext/sdl/sdlaudiosink.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-21ext/sdl/sdlaudiosink.c: Fix build on Mac OS X. (missing format parameter)Julien Moutte1-1/+1
2007-01-04ext/: Fix various compiler warnings that reveal potential bugs.Julien Moutte1-6/+0
2006-08-29ext/sdl/: Only de-init the subsystem we previously initialised. Avoids borkag...Andrew Andkjar1-1/+1
2006-05-06Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz1-2/+3
2006-05-05ext/sdl/sdlaudiosink.c: Use (NULL) instead of just NULL in GST_ELEMENT_ERROR ...Tim-Philipp Müller1-3/+3
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-1/+1
2006-01-16Removed gst_base_src_set_live from mms and neon, and now calling parent_class...Edgard Lima1-0/+2
2006-01-11Replaced wrong style code by GST_BOILERPLATE.Edgard Lima1-37/+6
2006-01-09Created new element, sdlaudiosink.Edgard Lima1-0/+484