This file is indexed.

/usr/share/doc/gstreamer0.10-gconf/README.Debian is in gstreamer0.10-gconf 0.10.31-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Gstreamer for Debian
====================
This package contains the GStreamer plugin distribution.

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

As of GStreamer plugins version 0.8.0 all packages are versioned and
parallel installable with other releases with other major.minor
versions.  For example, 0.8.x series is versioned as 0.8 and parallel
installable with both unversioned 0.6.x series and future 0.9.x and
beyond.  The version part is represented as VER below.

GStreamer plugins are split into a number of packages:

plugins without external dependencies:

   gstreamerVER-misc-good     many independent plugins

plugins with external dependencies:

   gstreamerVER-aa
   gstreamerVER-auto
   gstreamerVER-caca
   gstreamerVER-esd
   gstreamerVER-oss

documentation:

   gstreamerVER-plugins-good-doc		html documentation


Notes
=====

ChangeLog
---------

The upstream ChangeLog is not included in all the plugin packages due to its
large size.  Please see upstream sources if you are interested in detailed
source changes.

External tools support
----------------------

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 (untested):

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


David I. Lehn <dlehn@debian.org>  Tue, 23 Mar 2004 04:38:37 -0500

update:
Sebastien Bacher <seb128@debian.org>  Wed, 14 Dec 2005 17:00:21 +0100