- 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
This commit is contained in:
Stéphane Loeuillet 2004-05-20 19:43:25 +00:00
parent 1d94409129
commit 58eff5c8d8
3 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@ if test "x$GST_CVS" = "xyes"; then
fi fi
dnl Check for FIONREAD ioctl declaration : dnl Check for FIONREAD ioctl declaration :
HAVE_FIONREAD() GST_CHECK_FIONREAD()
dnl ############################################ dnl ############################################
dnl # Super Duper options for plug-in building # dnl # Super Duper options for plug-in building #

View file

@ -1,4 +1,4 @@
AC_DEFUN([HAVE_FIONREAD], [ AC_DEFUN([GST_CHECK_FIONREAD], [
AC_MSG_CHECKING(for FIONREAD in sys/ioctl.h) AC_MSG_CHECKING(for FIONREAD in sys/ioctl.h)
AC_CACHE_VAL(GST_FIONREAD_IN_SYS_IOCTL, [ AC_CACHE_VAL(GST_FIONREAD_IN_SYS_IOCTL, [

View file

@ -60,7 +60,7 @@ GType gst_gst_sunaudiosink_get_type (void);
static GstElementDetails plugin_details = { static GstElementDetails plugin_details = {
"SunAudioSink", "SunAudioSink",
"Audio/Sink", "Sink/Audio",
"This element acts like identity, except that one can control how " "This element acts like identity, except that one can control how "
"sunaudiosink works", "sunaudiosink works",
"David A. Schleef <ds@schleef.org>", "David A. Schleef <ds@schleef.org>",