diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-03-04 16:46:08 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-03-04 20:41:10 +0000 |
commit | c23834eab366302dc434f5c9756e16dd848cca74 (patch) | |
tree | 395f83633c3d7b6491883cb88bfc8abab16db0d0 /docs | |
parent | 6a91eb2f48a44c96dc7e14a4dab7c112c8e4b0c9 (diff) | |
download | gst-plugins-bad-c23834eab366302dc434f5c9756e16dd848cca74.tar.gz gst-plugins-bad-c23834eab366302dc434f5c9756e16dd848cca74.tar.bz2 gst-plugins-bad-c23834eab366302dc434f5c9756e16dd848cca74.zip |
valve: rename plugin file from libfsvalve.* to libgstvalve.*
If you're running things uninstalled, you might need to manually
remove the registry to get the plugin's features to show up
correctly. Also, you probably want to do a make clean to get rid
of the old plugin file.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/inspect/plugin-valve.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/plugins/inspect/plugin-valve.xml b/docs/plugins/inspect/plugin-valve.xml index 30695657..baee4950 100644 --- a/docs/plugins/inspect/plugin-valve.xml +++ b/docs/plugins/inspect/plugin-valve.xml @@ -1,13 +1,13 @@ <plugin> <name>valve</name> <description>Valve</description> - <filename>../../gst/valve/.libs/libfsvalve.so</filename> - <basename>libfsvalve.so</basename> + <filename>../../gst/valve/.libs/libgstvalve.so</filename> + <basename>libgstvalve.so</basename> <version>0.10.10.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins CVS/prerelease</package> - <origin>http://gstreamer.freedesktop.org</origin> + <origin>Unknown package origin</origin> <elements> <element> <name>valve</name> |