diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-03-04 19:48:11 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-03-04 19:48:11 +0000 |
commit | f25fd9239b4618db806a57bf3a34cef459d531f6 (patch) | |
tree | eef549b3552f388b03a812c7a41f31e158cc6d84 | |
parent | d0166867a8ee469b87cf00de27b1f438a06810b5 (diff) | |
download | gst-plugins-bad-f25fd9239b4618db806a57bf3a34cef459d531f6.tar.gz gst-plugins-bad-f25fd9239b4618db806a57bf3a34cef459d531f6.tar.bz2 gst-plugins-bad-f25fd9239b4618db806a57bf3a34cef459d531f6.zip |
added videosink to SPEC, it is bundled with the xvideosink
Original commit message from CVS:
added videosink to SPEC, it is bundled with the xvideosink
-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 c34aab45..adfbda30 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -103,6 +103,7 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install @USE_HERMES_TRUE@%files -n gstreamer-xvideosink @USE_HERMES_TRUE@%defattr(-, root, root) @USE_HERMES_TRUE@%{prefix}/lib/gst/libxvideosink* +@USE_HERMES_TRUE@%{prefix}/lib/gst/libgstvideosink* @USE_HERMES_TRUE@ @USE_HERMES_TRUE@%post -n gstreamer-xvideosink @USE_HERMES_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null |