summaryrefslogtreecommitdiff
path: root/filesystems/fuse-gstfs/DESCR
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-12-14 06:37:49 +0000
committerbjs <bjs@pkgsrc.org>2008-12-14 06:37:49 +0000
commit7e5da2d0f0d7c67f787b781b25bd7ab8dafb66cf (patch)
tree85f7db65b86f3fca1f0a62070ff69b80849e6f7e /filesystems/fuse-gstfs/DESCR
parent80878d6318eeda276c1562c1361cb667e6f68d2f (diff)
downloadpkgsrc-7e5da2d0f0d7c67f787b781b25bd7ab8dafb66cf.tar.gz
Import fuse-gstfs-0.1.
GSTFS is a filesystem for on-demand transcoding of music files between different formats. It utilizes the gstreamer library for conversion so any formats supported by gstreamer should also be supported by gstfs. The filesystem's only requirement is that the gstreamer pipeline begin with a filesrc with the name "_source" and end with an fdsink with the name "_dest". The filesystem will automatically substitute the filename and fd number in these pipelines.
Diffstat (limited to 'filesystems/fuse-gstfs/DESCR')
-rw-r--r--filesystems/fuse-gstfs/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/filesystems/fuse-gstfs/DESCR b/filesystems/fuse-gstfs/DESCR
new file mode 100644
index 00000000000..4cbc13da3c8
--- /dev/null
+++ b/filesystems/fuse-gstfs/DESCR
@@ -0,0 +1,7 @@
+GSTFS is a filesystem for on-demand transcoding of music files between
+different formats. It utilizes the gstreamer library for conversion so any
+formats supported by gstreamer should also be supported by gstfs. The
+filesystem's only requirement is that the gstreamer pipeline begin with a
+filesrc with the name "_source" and end with an fdsink with the name "_dest".
+The filesystem will automatically substitute the filename and fd number in
+these pipelines.