mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
- 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:
parent
1d94409129
commit
58eff5c8d8
3 changed files with 3 additions and 3 deletions
|
@ -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 #
|
||||
|
|
|
@ -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, [
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Reference in a new issue