From e389b147b8a36ba9b148b9c8d0cc9ef7413bfa8a Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Fri, 30 Oct 2020 09:04:49 +0900 Subject: [PATCH 1/1] Activate plug-in for Gstreamer Editing Services Activation list: - libgstsmpte.so - libgstimagefreeze.so Change-Id: I735c69dd8e80bdb8e24ee234c2a3d1369acd6184 Signed-off-by: Minje Ahn --- packaging/gst-plugins-good.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/gst-plugins-good.spec b/packaging/gst-plugins-good.spec index ead5328..96c5e1a 100644 --- a/packaging/gst-plugins-good.spec +++ b/packaging/gst-plugins-good.spec @@ -3,7 +3,7 @@ Name: gst-plugins-good Version: 1.16.2 -Release: 13 +Release: 14 License: LGPL-2.1+ Summary: GStreamer Streaming-Media Framework Plug-Ins Url: http://gstreamer.freedesktop.org/ @@ -123,7 +123,6 @@ export CFLAGS+=" \ --disable-goom2k1\ --disable-level\ --disable-multipart\ - --disable-smpte\ --disable-spectrum\ --disable-cutter\ --disable-dtmf\ @@ -184,7 +183,7 @@ make %{?_smp_mflags} CFLAGS+="-Wno-error" CXXFLAGS+="-Wno-error" %{_libdir}/gstreamer-%{gst_branch}/libgstrtpmanager.so %{_libdir}/gstreamer-%{gst_branch}/libgstrtsp.so #%{_libdir}/gstreamer-%{gst_branch}/libgstshapewipe.so -#%{_libdir}/gstreamer-%{gst_branch}/libgstsmpte.so +%{_libdir}/gstreamer-%{gst_branch}/libgstsmpte.so #%{_libdir}/gstreamer-%{gst_branch}/libgstspectrum.so #%{_libdir}/gstreamer-%{gst_branch}/libgstspeex.so %{_libdir}/gstreamer-%{gst_branch}/libgstudp.so @@ -213,6 +212,7 @@ make %{?_smp_mflags} CFLAGS+="-Wno-error" CXXFLAGS+="-Wno-error" %{_libdir}/gstreamer-%{gst_branch}/libgstvpx.so %{_datadir}/gstreamer-%{gst_branch}/presets/GstVP8Enc.prs #%{_libdir}/gstreamer-%{gst_branch}/libgstdtmf.so +%{_libdir}/gstreamer-%{gst_branch}/libgstimagefreeze.so %files extra -- 2.7.4