From 9463d98fea8b1eb48c8bef684fdfbd6e5d3f9f6e Mon Sep 17 00:00:00 2001 From: Hyunil Date: Wed, 1 Apr 2020 18:08:32 +0900 Subject: [PATCH] srtp: enable plugins Change-Id: I3fc2b995862f194d63f84919635b5c31f1f62f97 Signed-off-by: Hyunil --- packaging/gst-plugins-bad.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/gst-plugins-bad.spec b/packaging/gst-plugins-bad.spec index 8fd648b3c..0ef5285df 100644 --- a/packaging/gst-plugins-bad.spec +++ b/packaging/gst-plugins-bad.spec @@ -30,6 +30,7 @@ BuildRequires: pkgconfig(openal) BuildRequires: pkgconfig(soundtouch) > 1.4 BuildRequires: pkgconfig(nice) BuildRequires: pkgconfig(usrsctp) +BuildRequires: pkgconfig(libsrtp2) >= 2.1.0 %if %{with wayland} %if 0%{?enable_gl:1} BuildRequires: pkgconfig(gles20) @@ -224,6 +225,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-%{gst_branch}/libgstwebrtc.so %{_libdir}/gstreamer-%{gst_branch}/libgstdtls.so %{_libdir}/gstreamer-%{gst_branch}/libgstsctp.so +%{_libdir}/gstreamer-%{gst_branch}/libgstsrtp.so %{_libdir}/libgstsctp-%{gst_branch}.so.0* %{_libdir}/libgstwebrtc-%{gst_branch}.so.0* %{_libdir}/libgstcodecparsers-%{gst_branch}.so.0* -- 2.34.1