fixed the missing .so files for plug-ins problem where gstreamer-register didn't...
authorRodney Dawes <dobey@free.fr>
Thu, 3 Jan 2002 20:10:15 +0000 (20:10 +0000)
committerRodney Dawes <dobey@free.fr>
Thu, 3 Jan 2002 20:10:15 +0000 (20:10 +0000)
Original commit message from CVS:
fixed the missing .so files for plug-ins problem where gstreamer-register didn't find them

ChangeLog
gstreamer.spec.in

index 96dd6ec..cc096a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-03 Rodney Dawes  <dobey@free.fr>
+
+       * gstreamer.spec.in: Fixed the missing plug-ins problem
+
 2001-12-29 Rodney Dawes  <dobey@free.fr>
 
        * gstreamer.spec.in: Fixed up for the splitification
index b55d4f1..17155a3 100644 (file)
@@ -29,6 +29,7 @@ plugins.
 %{_bindir}/gstreamer-register
 %{_libdir}/libgst.so.*
 %{_libdir}/gst/*.so.*
+%{_libdir}/gst/*.so
 %{_mandir}/man1/gstreamer-complete.*
 %{_mandir}/man1/gstreamer-compprep.*
 %{_mandir}/man1/gstreamer-inspect.*