diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-20 19:43:25 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-20 19:43:25 +0000 |
commit | 58eff5c8d849662350d862e317a7f9feb9fbf460 (patch) | |
tree | 7e390368598393fdb867bb9299b75f4a22ceb578 /sys | |
parent | 1d94409129dca2d098002724440c2b41182ad98a (diff) | |
download | gst-plugins-bad-58eff5c8d849662350d862e317a7f9feb9fbf460.tar.gz gst-plugins-bad-58eff5c8d849662350d862e317a7f9feb9fbf460.tar.bz2 gst-plugins-bad-58eff5c8d849662350d862e317a7f9feb9fbf460.zip |
- 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
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sunaudio/gstsunaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sunaudio/gstsunaudio.c b/sys/sunaudio/gstsunaudio.c index 2d8a2198..b725a64b 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>", |