diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-27 14:19:31 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-27 14:19:31 +0000 |
commit | 6171b4498aa8436aa8685670e5635cf273a4354b (patch) | |
tree | 114549aae1c15f5e68c30af96a5ce73ae1957f45 | |
parent | 3641ecfbd05aa115086431808e3358ceef185a65 (diff) | |
download | gst-plugins-bad-6171b4498aa8436aa8685670e5635cf273a4354b.tar.gz gst-plugins-bad-6171b4498aa8436aa8685670e5635cf273a4354b.tar.bz2 gst-plugins-bad-6171b4498aa8436aa8685670e5635cf273a4354b.zip |
adding audio filter plug-in
Original commit message from CVS:
adding audio filter plug-in
-rw-r--r-- | gst-plugins.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 2fc3d8f5..d8d984a3 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -959,6 +959,7 @@ integer to float conversion, LAW conversion and level detection plug-ins. %{_libdir}/gst/libgstpassthrough.so # %{_libdir}/gst/libgstfloatcast.so %{_libdir}/gst/libgstcutter.so +%{_libdir}/gst/libgstfilter.so %post -n gstreamer-audio-effects %{_bindir}/gst-register --gst-mask=0 2> /dev/null |