From ca766633ecd533e3d217985e270a3e11be20bcdb Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Mon, 9 Nov 2020 15:54:58 +0900 Subject: [PATCH] Activate plug-in for Gstreamer Editing Services Activation list: - libgstgaudieffects.so - libgstcoloreffects.so (Activated in TV profile) Change-Id: I789d3667f65e40c5a03c87f6884fe6d579f169b4 Signed-off-by: Minje Ahn --- packaging/gst-plugins-bad.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/gst-plugins-bad.spec b/packaging/gst-plugins-bad.spec index 0ebdb4e3b..ce88768ae 100644 --- a/packaging/gst-plugins-bad.spec +++ b/packaging/gst-plugins-bad.spec @@ -4,7 +4,7 @@ Name: gst-plugins-bad Version: 1.16.2 -Release: 3 +Release: 4 Summary: GStreamer Streaming-Media Framework Plug-Ins License: LGPL-2.0+ Group: Multimedia/Framework @@ -106,7 +106,6 @@ export LDFLAGS+=" -pthread " --disable-jpegformat\ --disable-mpegdemux\ --disable-smoothstreaming\ - --disable-coloreffects\ --disable-rtp\ --disable-gl\ %endif @@ -136,7 +135,6 @@ export LDFLAGS+=" -pthread " --disable-festival\ --disable-freeverb\ --disable-frei0r\ - --disable-gaudieffects\ --disable-geometrictransform\ --disable-inter\ --disable-interlace\ @@ -193,7 +191,6 @@ rm -rf $RPM_BUILD_ROOT %if "%{tizen_profile_name}" != "tv" %{_libdir}/gstreamer-%{gst_branch}/libgstautoconvert.so %{_libdir}/gstreamer-%{gst_branch}/libgstcamerabin.so -%{_libdir}/gstreamer-%{gst_branch}/libgstcoloreffects.so %{_libdir}/gstreamer-%{gst_branch}/libgstid3tag.so %{_libdir}/gstreamer-%{gst_branch}/libgstjpegformat.so %{_libdir}/gstreamer-%{gst_branch}/libgstmpegpsdemux.so @@ -236,6 +233,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-%{gst_branch}/libgstsctp.so %{_libdir}/gstreamer-%{gst_branch}/libgstsrtp.so %{_libdir}/gstreamer-%{gst_branch}/libgstopusparse.so +%{_libdir}/gstreamer-%{gst_branch}/libgstgaudieffects.so +%{_libdir}/gstreamer-%{gst_branch}/libgstcoloreffects.so + %{_libdir}/libgstsctp-%{gst_branch}.so.0* %{_libdir}/libgstwebrtc-%{gst_branch}.so.0* %{_libdir}/libgstcodecparsers-%{gst_branch}.so.0* -- 2.34.1