summaryrefslogtreecommitdiffstats
path: root/ext/nas/README
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-03-04 20:35:26 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-03-04 20:35:26 +0000
commit3844a3af2066326a1d956d42bd55a974ae2f3d59 (patch)
tree416950931727f46faf6c914b50bc2470e8a04c1b /ext/nas/README
parent6c13003331659d53deda02f631a94b31c95f2f31 (diff)
downloadgst-plugins-bad-3844a3af2066326a1d956d42bd55a974ae2f3d59.tar.gz
gst-plugins-bad-3844a3af2066326a1d956d42bd55a974ae2f3d59.tar.bz2
gst-plugins-bad-3844a3af2066326a1d956d42bd55a974ae2f3d59.zip
ext/nas/: Bunch of nassink clean-ups: make build by adding the right CFLAGS and LIBS to Makefile.am; rename structure...
Original commit message from CVS: * ext/nas/Makefile.am: * ext/nas/README: * ext/nas/nassink.c: (gst_nas_sink_get_type), (gst_nas_sink_base_init), (gst_nas_sink_class_init), (gst_nas_sink_init), (gst_nas_sink_finalize), (gst_nas_sink_getcaps), (gst_nas_sink_prepare), (gst_nas_sink_unprepare), (gst_nas_sink_delay), (gst_nas_sink_reset), (gst_nas_sink_write), (gst_nas_sink_set_property), (gst_nas_sink_get_property), (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush), (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format), (NAS_createFlow), (plugin_init): * ext/nas/nassink.h: Bunch of nassink clean-ups: make build by adding the right CFLAGS and LIBS to Makefile.am; rename structure, macros and functions according to canonical naming scheme; move some things around a bit; use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README file that didn't really contain any useful information anyway (the useful bits have been moved into the 'host' property description).
Diffstat (limited to 'ext/nas/README')
-rw-r--r--ext/nas/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/nas/README b/ext/nas/README
deleted file mode 100644
index 34b563c6..00000000
--- a/ext/nas/README
+++ /dev/null
@@ -1,8 +0,0 @@
-The nassink plugin
-==================
-
-The nassink plugin is for outputting an audio stream to a Network Audio Server (NCD X/Terminal)
-
-nassink has arguments that it accepts:
- - 'mute' (boolean value)
- - 'host' (name of X/Terminal, default is $AUDIOSERVER or $DISPLAY)