summaryrefslogtreecommitdiff
path: root/ext/sdl/sdlaudiosink.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-0/+2
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h1-0/+2
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-2/+2
2010-11-25sdlaudiosink: Remove dead assignmentsEdward Hervey1-11/+1
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+5
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