gstreamer/debian
..
build-deps
changelog
control
control.in
copyright
gstreamer-a52dec.files
gstreamer-aa.files
gstreamer-alsa.files
gstreamer-alsa.manpages
gstreamer-arts.files
gstreamer-artsd.files
gstreamer-audiofile.files
gstreamer-avifile.files
gstreamer-cdparanoia.files
gstreamer-colorspace.files
gstreamer-doc.files
gstreamer-dv.files
gstreamer-dvd.files
gstreamer-esd.files
gstreamer-festival.files
gstreamer-flac.files
gstreamer-gconf.conffiles
gstreamer-gconf.files
gstreamer-gconf.postinst
gstreamer-gnomevfs.files
gstreamer-gsm.files
gstreamer-http.files
gstreamer-jack.files
gstreamer-jpeg.files
gstreamer-mad.files
gstreamer-mikmod.files
gstreamer-misc.files
gstreamer-mpeg2dec.files
gstreamer-oss.files
gstreamer-plugin-apps.files
gstreamer-plugin-apps.manpages
gstreamer-plugin-libs-dev.files
gstreamer-plugin-libs.files
gstreamer-plugin-template.postinst
gstreamer-plugin-template.postrm
gstreamer-sdl.files
gstreamer-sid.files
gstreamer-vorbis.files
gstreamer-x.files
mk.control
README.Debian
rules

GStreamer for Debian
----------------------
This package contains the GStreamer plugin distribution.

More information can be found at http://gstreamer.net/

GStreamer plugins are split into a number of packages:

pseudo package:

   gstreamer-plugins   depends on all the packages below

plugins without external dependencies:

   gstreamer-misc     many independent plugins

plugins with external dependencies:

   gstreamer-a52dec
   gstreamer-aa
   gstreamer-alsa
   gstreamer-arts
   gstreamer-artsd
   gstreamer-audiofile
   gstreamer-avifile
   gstreamer-cdparanoia
   gstreamer-colorspace
   gstreamer-dv
   gstreamer-dvd
   gstreamer-esd
   gstreamer-festival
   gstreamer-flac
   gstreamer-gconf
   gstreamer-gnomevfs
   gstreamer-gsm
   gstreamer-http
   gstreamer-jack
   gstreamer-jpeg
   gstreamer-mad
   gstreamer-mikmod
   gstreamer-mpeg2dec
   gstreamer-oss
   gstreamer-sdl
   gstreamer-sid
   gstreamer-vorbis
   gstreamer-x

library plugins:

   gstreamer-plugin-libs      various libs
   gstreamer-plugin-libs-dev  headers for -plugin-libs libs

apps:

   gstreamer-plugin-apps   small script apps to using gst-launch


Notes:


Various plugins in the upstream source are not yet packaged.  This is
most likely due to:

  * upstream considers them too unstable
  * libraries they depend on are not are yet in Debian


Your favorite codec isn't wrapped as a plugin?  External programs can be
used to process streams.  Take a look at "pipefilter" element or try
something like this:

  $ mkfifo fifo
  $ gst-launch myaudiosrc ! disksink location=fifo &
  $ cat fifo | my_encoder > output_file


mp3 encoding plugins are NOT packaged.  Specifically, the LAME plugin is
NOT packaged due to Debian not including the LAME libraries.  Please see
the following links for more information:

  http://www.debian.org/devel/wnpp/unable-to-package
  http://lists.debian.org/debian-devel-0006/msg01213.html
  http://www.mp3dev.org/

It was packaged prior to 0.3.3-2.  In case anyone is interested the
unsupported diff might be found at:

  http://gstreamer.net/releases/debian/gstreamer-lame-0.3.3-1.diff

Ogg Vorbis provides a good alternative to mp3s.  Try the
gstreamer-vorbis package.  For more information:

  http://www.vorbis.com/


David I. Lehn <dlehn@vt.edu>  Fri, 19 Jan 2001 19:13:06 -0500