summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-20 19:43:25 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-20 19:43:25 +0000
commit58eff5c8d849662350d862e317a7f9feb9fbf460 (patch)
tree7e390368598393fdb867bb9299b75f4a22ceb578
parent1d94409129dca2d098002724440c2b41182ad98a (diff)
downloadgstreamer-plugins-bad-58eff5c8d849662350d862e317a7f9feb9fbf460.tar.gz
- change sunaudio category to Sink/Audio
Original commit message from CVS: - change sunaudio category to Sink/Audio - change HAVE_FIONREAD macro to GST_CHECK_FIONREAD - add conditional include for FIONREAD ioctl on more files
-rw-r--r--configure.ac2
-rw-r--r--m4/gst-fionread.m42
-rw-r--r--sys/sunaudio/gstsunaudio.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 452362d72..6bc8d98b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,7 +96,7 @@ if test "x$GST_CVS" = "xyes"; then
fi
dnl Check for FIONREAD ioctl declaration :
-HAVE_FIONREAD()
+GST_CHECK_FIONREAD()
dnl ############################################
dnl # Super Duper options for plug-in building #
diff --git a/m4/gst-fionread.m4 b/m4/gst-fionread.m4
index 820d5cea6..b96498750 100644
--- a/m4/gst-fionread.m4
+++ b/m4/gst-fionread.m4
@@ -1,4 +1,4 @@
-AC_DEFUN([HAVE_FIONREAD], [
+AC_DEFUN([GST_CHECK_FIONREAD], [
AC_MSG_CHECKING(for FIONREAD in sys/ioctl.h)
AC_CACHE_VAL(GST_FIONREAD_IN_SYS_IOCTL, [
diff --git a/sys/sunaudio/gstsunaudio.c b/sys/sunaudio/gstsunaudio.c
index 2d8a21985..b725a64b1 100644
--- a/sys/sunaudio/gstsunaudio.c
+++ b/sys/sunaudio/gstsunaudio.c
@@ -60,7 +60,7 @@ GType gst_gst_sunaudiosink_get_type (void);
static GstElementDetails plugin_details = {
"SunAudioSink",
- "Audio/Sink",
+ "Sink/Audio",
"This element acts like identity, except that one can control how "
"sunaudiosink works",
"David A. Schleef <ds@schleef.org>",