mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Adding Wim's cdxa parsers and Ronalds jpegmmx
Original commit message from CVS: Adding Wim's cdxa parsers and Ronalds jpegmmx
This commit is contained in:
parent
fcb28c153f
commit
6b5bfa9a64
1 changed files with 17 additions and 1 deletions
|
@ -633,11 +633,12 @@ Group: Libraries/Multimedia
|
|||
Requires: gstreamer >= %{ver}
|
||||
|
||||
%description -n gstreamer-vcd
|
||||
Video CD playback plugin
|
||||
Video CD parsing and playback
|
||||
|
||||
%files -n gstreamer-vcd
|
||||
%defattr(-, root, root)
|
||||
%{prefix}/lib/gst/libvcd*
|
||||
%{prefix}/lib/gst/ibgstcdxa*
|
||||
|
||||
%package -n gstreamer-ladspa
|
||||
Summary: Gstreamer wrapper for LADSPA plugins
|
||||
|
@ -751,6 +752,21 @@ Various plugins for visual effects to use with audio. Included are Smoothwave, S
|
|||
%post -n gstreamer-visualisation
|
||||
%{prefix}/bin/gst-register --gst-mask=0
|
||||
|
||||
%package -n gstreamer-jpegmmx
|
||||
Summary: Gstreamer mjpegtools
|
||||
Group: Libraries/Multimedia
|
||||
Requires: gstreamer >= %{ver}
|
||||
|
||||
%description -n gstreamer-visualisation
|
||||
Mgpegtools based encoding and decoding plugin
|
||||
|
||||
%files -n gstreamer-visualisation
|
||||
%defattr(-, root, root)
|
||||
%{prefix}/lib/gst/libgstjpegmmx*
|
||||
|
||||
%post -n gstreamer-gstreamer-jpegmmx
|
||||
%{prefix}/bin/gst-register --gst-mask=0
|
||||
|
||||
%package -n gstreamer-plugin-libs
|
||||
Summary: GStreamer support libraries
|
||||
Group: Libraries/Multimedia
|
||||
|
|
Loading…
Reference in a new issue