- Rebase to 1.2.0 - Upgrade the buildin libav to 9.10 to get all the security fixes from upstream libav - Switch back to included libav copy again, libav and ffmpeg have deviated to much to use a system ffmpeg lib as libav replacement, this fixes a bad memory-leak (rpmfusion#2976)el8
parent
61ac295805
commit
4d008fc917
@ -1 +1,2 @@
|
||||
gst-libav-1.1.3.tar.xz
|
||||
gst-libav-1.2.0.tar.xz
|
||||
libav-9.10.tar.xz
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -up gst-libav-1.1.3/ext/libav/gstavmux.c~ gst-libav-1.1.3/ext/libav/gstavmux.c
|
||||
--- gst-libav-1.1.3/ext/libav/gstavmux.c~ 2013-07-15 08:50:20.000000000 +0200
|
||||
+++ gst-libav-1.1.3/ext/libav/gstavmux.c 2013-08-08 22:00:08.311276449 +0200
|
||||
@@ -939,6 +939,8 @@ gst_ffmpegmux_register (GstPlugin * plug
|
||||
while (*p) {
|
||||
if (*p == '.')
|
||||
*p = '_';
|
||||
+ if (*p == ',')
|
||||
+ *p = '_';
|
||||
p++;
|
||||
}
|
||||
|
Loading…
Reference in new issue