summaryrefslogtreecommitdiff
path: root/ext/apexsink
AgeCommit message (Expand)AuthorFilesLines
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller5-10/+10
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-10-10replace some playbin2 -> playbinWim Taymans1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2011-10-21interfaces: clean up the use of iface and class/klassStefan Sauer1-2/+2
2011-05-20apexsink: Add support for generation 2 AirTunes hardwareW. Michael Petullo4-38/+268
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-7/+9
2010-03-22Add -Wredundant-decls flagBenjamin Otte1-5/+0
2010-03-09apexsink: Use "apexsink" for plugin nameBenjamin Otte1-1/+1
2010-01-14apexsink: change volume property to a doubleWim Taymans1-40/+21
2009-12-05apexsink: clean up and fix configure logic and Makefile.amTim-Philipp Müller1-2/+5
2009-06-19Make build without warnings with debugging disabledTim-Philipp Müller1-6/+2
2009-06-06apexsink: Fix compiler warningsJan Schmidt2-7/+31
2009-02-27apexsink: Use a union to avoid type-punning strict aliasing compiler warning.Jan Schmidt1-7/+17
2009-01-02ext/apexsink/Makefile.am: Move -lgcrypto from _LDFLAGS to _LIBADD.Alessandro Decina1-2/+2
2009-01-02ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free.Alessandro Decina1-1/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-10-19ext/apexsink/gstapexplugin.c: Set apexsink's rank to NONE so it doesn't get u...Tim-Philipp Müller1-1/+1
2008-10-14ext/apexsink/gstapexsink.c: Fix some more format string compiler warnings (fr...Jan Schmidt1-4/+4
2008-10-13ext/apexsink/gstapexraop.c: Fix format string compiler warnings.Sebastian Dröge1-4/+5
2008-08-28Add apexsink for audio output to Apple AirPort Express Wireless devices. Fixe...Jérémie Bernard7-0/+1687