mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 18:20:44 +00:00
adding my gstalsa plugin man page as a test. if it works I start commiting some more
Original commit message from CVS: adding my gstalsa plugin man page as a test. if it works I start commiting some more
This commit is contained in:
parent
8ee4e474da
commit
f41ed33253
3 changed files with 25 additions and 5 deletions
|
@ -1,5 +1,7 @@
|
|||
plugindir = $(libdir)/gst
|
||||
|
||||
man_MANS = gstalsa.1
|
||||
|
||||
plugin_LTLIBRARIES = libgstalsa.la
|
||||
|
||||
libgstalsa_la_SOURCES = gstalsa.c
|
||||
|
@ -9,4 +11,4 @@ libgstalsa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|||
|
||||
noinst_HEADERS = gstalsa.h
|
||||
|
||||
EXTRA_DIST = README
|
||||
EXTRA_DIST = README $(man_MANS)
|
||||
|
|
18
ext/alsa/gstalsa.1
Normal file
18
ext/alsa/gstalsa.1
Normal file
|
@ -0,0 +1,18 @@
|
|||
.TH "GStreamer ALSA Plugin" "1" "June 2002" "Christian F. K. Schaller" ""
|
||||
.SH "NAME"
|
||||
gstalsa \- GStreamer plugins for recieving and sending audio through the ALSA audio framework
|
||||
.SH "SYNOPSIS"
|
||||
pipeline ! \fBalsasink\fR
|
||||
|
||||
\fBalsasrc\fR ! pipeline
|
||||
.SH "DESCRIPTION"
|
||||
.LP
|
||||
\fIgstalsa\fP is a plugin to be used with the \fIGStreamer\fP media framework. It consists of elements which can either be used to recieve sound (\fBalsasrc\fR) aquired through alsa or probably the most common use; to output sound generated by a GStreamer pipeline to the ALSA sound architecture(\fBalsasink\fR).
|
||||
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR gstoss (1),
|
||||
.BR gstjack (1)
|
||||
|
||||
.SH "AUTHOR"
|
||||
The GStreamer team at http://gstreamer.net/
|
|
@ -169,6 +169,7 @@ GStreamer support libraries header files.
|
|||
@USE_ALSA_TRUE@%files -n gstreamer-alsa
|
||||
@USE_ALSA_TRUE@%defattr(-, root, root)
|
||||
@USE_ALSA_TRUE@%{_libdir}/gst/libgstalsa.so
|
||||
@USE_ALSA_TRUE@%{_mandir}/man1/gstalsa*
|
||||
@USE_ALSA_TRUE@
|
||||
@USE_ALSA_TRUE@%post -n gstreamer-alsa
|
||||
@USE_ALSA_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null
|
||||
|
@ -244,8 +245,7 @@ GStreamer support libraries header files.
|
|||
@USE_AVIFILE_TRUE@Group: Libraries/Multimedia
|
||||
@USE_AVIFILE_TRUE@Requires: gstreamer-plugins >= %{version}
|
||||
@USE_AVIFILE_TRUE@Requires: gstreamer-colorspace >= %{version}
|
||||
@USE_AVIFILE_TRUE@Requires: avifile = 0.6.20011111DD
|
||||
@USE_AVIFILE_TRUE@BuildRequires: avifile-devel = 0.6.20011111DD
|
||||
@USE_AVIFILE_TRUE@Requires: libavifile0.7 = 0.7.7
|
||||
@USE_AVIFILE_TRUE@
|
||||
@USE_AVIFILE_TRUE@%description -n gstreamer-avi
|
||||
@USE_AVIFILE_TRUE@Plug-ins for playback of AVI format media files.
|
||||
|
@ -784,7 +784,7 @@ GStreamer support libraries header files.
|
|||
@USE_SIDPLAY_TRUE@
|
||||
@USE_SIDPLAY_TRUE@%files -n gstreamer-sid
|
||||
@USE_SIDPLAY_TRUE@%defattr(-, root, root)
|
||||
@USE_SIDPLAY_TRUE@%{_libdir}/gst/libgstsiddec.so
|
||||
@USE_SIDPLAY_TRUE@%{_libdir}/gst/libgstsid.so
|
||||
@USE_SIDPLAY_TRUE@
|
||||
@USE_SIDPLAY_TRUE@%post -n gstreamer-sid
|
||||
@USE_SIDPLAY_TRUE@%{_bindir}/gst-register --gst-mask=0 2> /dev/null
|
||||
|
@ -866,7 +866,7 @@ GStreamer support libraries header files.
|
|||
@USE_V4L_TRUE@Summary: GStreamer Video for Linux plug-in.
|
||||
@USE_V4L_TRUE@Group: Libraries/Multimedia
|
||||
@USE_V4L_TRUE@Requires: gstreamer-plugins >= %{version}
|
||||
@USE_V4L_TRUE@BuildRequires: glibc-kernelheaders
|
||||
@USE_V4L_TRUE@BuildRequires: glibc-kernheaders
|
||||
@USE_V4L_TRUE@
|
||||
@USE_V4L_TRUE@%description -n gstreamer-v4l
|
||||
@USE_V4L_TRUE@Plug-in for accessing Video for Linux devices.
|
||||
|
|
Loading…
Reference in a new issue