FreeBSD Bugzilla – Attachment 210235 Details for
Bug 239386
[exp-run] multimedia/gstreamer1: Update to 1.16.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix the exp-run failures
gstreamer1-1.16_3.diff (text/plain), 267.92 KB, created by
Koop Mast
on 2019-12-26 13:52:14 UTC
(
hide
)
Description:
Fix the exp-run failures
Filename:
MIME Type:
Creator:
Koop Mast
Created:
2019-12-26 13:52:14 UTC
Size:
267.92 KB
patch
obsolete
>Index: MOVED >=================================================================== >--- MOVED (revision 520903) >+++ MOVED (working copy) >@@ -13603,3 +13603,4 @@ > math/metis-edf||2019-12-23|No more required by Code_Aster 14.4.0-1 > textproc/py-text-unidecode||2019-12-24|Duplicate of converters/py-text-unidecode > java/jakarta-bcel|java/apache-bcel|2019-12-24|Renamed upstream >+audio/gstreamer1-plugins-spc|audio/gstreamer1-plugins-gme|2019-12-24|spc was removed inflavour for the gme plugin >Index: Mk/bsd.gstreamer.mk >=================================================================== >--- Mk/bsd.gstreamer.mk (revision 520903) >+++ Mk/bsd.gstreamer.mk (working copy) >@@ -104,7 +104,6 @@ > sidplay \ > soundtouch \ > soup \ >- spc \ > speex \ > taglib \ > theora \ >@@ -135,6 +134,7 @@ > nas \ > python \ > schroedinger \ >+ spc \ > sdl \ > vdpau \ > vp8 \ >@@ -168,6 +168,7 @@ > openjpeg \ > openmpt \ > png \ >+ qt \ > rsvg \ > rtmp \ > smoothstreaming \ >@@ -407,6 +408,9 @@ > png_DEPENDS= graphics/gstreamer-plugins-png > png_IMPL= good > >+qt_DEPENDS= graphics/gstreamer-plugins-qt >+qt_IMPL= good >+ > rsvg_DEPENDS= graphics/gstreamer-plugins-rsvg > rsvg_IMPL= bad > >Index: audio/Makefile >=================================================================== >--- audio/Makefile (revision 520903) >+++ audio/Makefile (working copy) >@@ -305,7 +305,6 @@ > SUBDIR += gstreamer1-plugins-sndfile > SUBDIR += gstreamer1-plugins-sndio > SUBDIR += gstreamer1-plugins-soundtouch >- SUBDIR += gstreamer1-plugins-spc > SUBDIR += gstreamer1-plugins-speex > SUBDIR += gstreamer1-plugins-taglib > SUBDIR += gstreamer1-plugins-twolame >Index: audio/gstreamer1-plugins-pulse/Makefile >=================================================================== >--- audio/gstreamer1-plugins-pulse/Makefile (revision 520903) >+++ audio/gstreamer1-plugins-pulse/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 1 >+PORTREVISION= 0 > CATEGORIES= audio > > COMMENT= GStreamer pulseaudio plugin >Index: audio/gstreamer1-plugins-spc/Makefile >=================================================================== >--- audio/gstreamer1-plugins-spc/Makefile (revision 520903) >+++ audio/gstreamer1-plugins-spc/Makefile (nonexistent) >@@ -1,13 +0,0 @@ >-# $FreeBSD$ >- >-PORTREVISION= 0 >-CATEGORIES= audio >- >-COMMENT= Gstreamer OpenSPC plugin >- >-GST_PLUGIN= spc >-DIST= bad >- >-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins >- >-.include "${MASTERDIR}/Makefile" > >Property changes on: audio/gstreamer1-plugins-spc/Makefile >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:keywords >## -1 +0,0 ## >-FreeBSD=%H >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: audio/gstreamer1-plugins-webrtcdsp/Makefile >=================================================================== >--- audio/gstreamer1-plugins-webrtcdsp/Makefile (revision 520903) >+++ audio/gstreamer1-plugins-webrtcdsp/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 1 >+PORTREVISION= 0 > CATEGORIES= audio > > COMMENT= GStreamer WebRTC Audio Processing plugin >Index: devel/orc/Makefile >=================================================================== >--- devel/orc/Makefile (revision 520903) >+++ devel/orc/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= orc >-PORTVERSION= 0.4.28 >+PORTVERSION= 0.4.31 > CATEGORIES= devel > MASTER_SITES= http://gstreamer.freedesktop.org/data/src/orc/ > >@@ -13,47 +13,10 @@ > LICENSE_COMB= multi > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= gmake libtool pathfix pkgconfig tar:xz >-PATHFIX_MAKEFILEIN= configure >-GNU_CONFIGURE= yes >-USE_LDCONFIG= yes >-CONFIGURE_ARGS+=--disable-gtk-doc >-INSTALL_TARGET= install-strip >+BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc > >-SUBDIRS= orc orc-test tools >+USES= gmake meson pkgconfig tar:xz > >-EXAMPLES_DATA= example1orc.orc example2orc.orc example3orc.orc \ >- mt19937arorc.orc >+USE_LDCONFIG= yes > >-OPTIONS_DEFINE= DOCS EXAMPLES >-DOCS_DESC= Include gtk-doc documentation >- >-.include <bsd.port.options.mk> >- >-.if ${PORT_OPTIONS:MDOCS} >-SUBDIRS+= doc >-.endif >- >-.if ${PORT_OPTIONS:MEXAMPLES} >-SUBDIRS+= examples >-.endif >- >-MAKE_ARGS+= SUBDIRS="${SUBDIRS}" >- >-post-patch: >- @${REINPLACE_CMD} \ >- -E -e '/LIBS/s/-lrt(\ )*//; /LIBRT/s/-lrt//' \ >- ${WRKSRC}/configure >- >-post-install: >-.if ${PORT_OPTIONS:MEXAMPLES} >- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >-.for FILE in ${EXAMPLES_DATA} >- @${INSTALL_DATA} ${WRKSRC}/examples/${FILE} ${STAGEDIR}${EXAMPLESDIR}/${FILE} >-.endfor >-.for FILE in ${EXAMPLES_EXEC} >- @${INSTALL_SCRIPT} ${WRKSRC}/examples/${FILE} ${STAGEDIR}${EXAMPLESDIR}/${FILE} >-.endfor >-.endif >- > .include <bsd.port.mk> >Index: devel/orc/distinfo >=================================================================== >--- devel/orc/distinfo (revision 520903) >+++ devel/orc/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1545651099 >-SHA256 (orc-0.4.28.tar.xz) = bfcd7c6563b05672386c4eedfc4c0d4a0a12b4b4775b74ec6deb88fc2bcd83ce >-SIZE (orc-0.4.28.tar.xz) = 469460 >+TIMESTAMP = 1575828472 >+SHA256 (orc-0.4.31.tar.xz) = a0ab5f10a6a9ae7c3a6b4218246564c3bf00d657cbdf587e6d34ec3ef0616075 >+SIZE (orc-0.4.31.tar.xz) = 177768 >Index: devel/orc/files/patch-orc-orccpu_powerpc.c >=================================================================== >--- devel/orc/files/patch-orc-orccpu_powerpc.c (revision 520903) >+++ devel/orc/files/patch-orc-orccpu_powerpc.c (working copy) >@@ -1,6 +1,6 @@ >---- orc/orccpu-powerpc.c.orig 2010-04-24 22:48:59.000000000 +0200 >-+++ orc/orccpu-powerpc.c 2010-04-24 22:49:17.000000000 +0200 >-@@ -46,6 +46,7 @@ >+--- orc/orccpu-powerpc.c.orig 2019-09-09 07:21:43 UTC >++++ orc/orccpu-powerpc.c >+@@ -55,6 +55,7 @@ > #endif > > #if defined(__FreeBSD__) || defined(__APPLE__) >@@ -8,4 +8,3 @@ > #include <sys/types.h> > #include <sys/sysctl.h> > #endif >- >Index: devel/orc/files/patch-orc-orcprogram-c.c >=================================================================== >--- devel/orc/files/patch-orc-orcprogram-c.c (revision 520903) >+++ devel/orc/files/patch-orc-orcprogram-c.c (working copy) >@@ -2,10 +2,10 @@ > # very complex way. This is arguably a bug in this code too, but for now > # patch around it so that we can get ports building via qemu-bsd-user and > # get more testing. sbruno 16SEP2014 >---- orc/orcprogram-c.c.orig >+--- orc/orcprogram-c.c.orig 2019-09-09 07:21:43 UTC > +++ orc/orcprogram-c.c >-@@ -823,7 +823,7 @@ c_rule_loadpX (OrcCompiler *p, void *use >- ORC_ASM_CODE(p," %s = (int)0x%08x; /* %d or %gf */\n", dest, >+@@ -826,7 +826,7 @@ c_rule_loadpX (OrcCompiler *p, void *user, OrcInstruct >+ ORC_ASM_CODE(p," %s = 0x%08x; /* %d or %gf */\n", dest, > (unsigned int)p->vars[insn->src_args[0]].value.i, > (int)p->vars[insn->src_args[0]].value.i, > - p->vars[insn->src_args[0]].value.f); >Index: devel/orc/files/patch-orc_orctarget.h >=================================================================== >--- devel/orc/files/patch-orc_orctarget.h (nonexistent) >+++ devel/orc/files/patch-orc_orctarget.h (working copy) >@@ -0,0 +1,25 @@ >+From 0b1a288835d6a3b6d52f77e0c2e86d685de6526e Mon Sep 17 00:00:00 2001 >+From: Pablo Marcos Oltra <pablo.marcos.oltra@gmail.com> >+Date: Tue, 10 Sep 2019 17:36:51 +0200 >+Subject: [PATCH] Fix OrcTargetPowerPCFlags enum typedef >+ >+--- >+ orc/orctarget.h | 2 +- >+ 1 file changed, 1 insertion(+), 1 deletion(-) >+ >+diff --git a/orc/orctarget.h b/orc/orctarget.h >+index 642bfe3..53000b3 100644 >+--- orc/orctarget.h >++++ orc/orctarget.h >+@@ -19,7 +19,7 @@ enum { >+ ORC_TARGET_FAST_DENORMAL = (1<<31) >+ }; >+ >+-enum { >++typedef enum { >+ ORC_TARGET_POWERPC_64BIT = (1<<0), >+ ORC_TARGET_POWERPC_LE = (1<<1), >+ ORC_TARGET_POWERPC_ALTIVEC = (1<<2), >+-- >+2.24.1 >+ > >Property changes on: devel/orc/files/patch-orc_orctarget.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/orc/pkg-plist >=================================================================== >--- devel/orc/pkg-plist (revision 520903) >+++ devel/orc/pkg-plist (working copy) >@@ -1,5 +1,5 @@ >+bin/orc-bugreport > bin/orcc >-bin/orc-bugreport > include/orc-0.4/orc-test/orcarray.h > include/orc-0.4/orc-test/orcprofile.h > include/orc-0.4/orc-test/orcrandom.h >@@ -15,8 +15,8 @@ > include/orc-0.4/orc/orccpu.h > include/orc-0.4/orc/orccpuinsn.h > include/orc-0.4/orc/orcdebug.h >+include/orc-0.4/orc/orcemulateopcodes.h > include/orc-0.4/orc/orcexecutor.h >-include/orc-0.4/orc/orcemulateopcodes.h > include/orc-0.4/orc/orcfunctions.h > include/orc-0.4/orc/orcinstruction.h > include/orc-0.4/orc/orcinternal.h >@@ -38,48 +38,46 @@ > include/orc-0.4/orc/orcx86insn.h > lib/liborc-0.4.so > lib/liborc-0.4.so.0 >-lib/liborc-0.4.so.0.28.0 >+lib/liborc-0.4.so.0.31.0 >+lib/liborc-test-0.4.a > lib/liborc-test-0.4.so > lib/liborc-test-0.4.so.0 >-lib/liborc-test-0.4.so.0.28.0 >+lib/liborc-test-0.4.so.0.31.0 > libdata/pkgconfig/orc-0.4.pc >+libdata/pkgconfig/orc-test-0.4.pc > share/aclocal/orc.m4 >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example1orc.orc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example2orc.orc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example3orc.orc >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mt19937arorc.orc >-%%PORTDOCS%%share/gtk-doc/html/orc/ch01.html >-%%PORTDOCS%%share/gtk-doc/html/orc/ch02.html >-%%PORTDOCS%%share/gtk-doc/html/orc/ch03.html >-%%PORTDOCS%%share/gtk-doc/html/orc/ch04.html >-%%PORTDOCS%%share/gtk-doc/html/orc/ch05.html >-%%PORTDOCS%%share/gtk-doc/html/orc/home.png >-%%PORTDOCS%%share/gtk-doc/html/orc/index.html >-%%PORTDOCS%%share/gtk-doc/html/orc/left-insensitive.png >-%%PORTDOCS%%share/gtk-doc/html/orc/left.png >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-ARM.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-MMX.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-Orc.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-OrcCompiler.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-OrcDebug.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-OrcExecutor.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-OrcOpcode.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-OrcProgram.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-OrcRule.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-PowerPC.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-SSE.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-Utility-functions.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-building.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-concepts.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-misc.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-opcodes.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-program.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-runninging.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-tutorial.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc-x86.html >-%%PORTDOCS%%share/gtk-doc/html/orc/orc.devhelp2 >-%%PORTDOCS%%share/gtk-doc/html/orc/right-insensitive.png >-%%PORTDOCS%%share/gtk-doc/html/orc/right.png >-%%PORTDOCS%%share/gtk-doc/html/orc/style.css >-%%PORTDOCS%%share/gtk-doc/html/orc/up-insensitive.png >-%%PORTDOCS%%share/gtk-doc/html/orc/up.png >+share/gtk-doc/html/orc/ch01.html >+share/gtk-doc/html/orc/ch02.html >+share/gtk-doc/html/orc/ch03.html >+share/gtk-doc/html/orc/ch04.html >+share/gtk-doc/html/orc/ch05.html >+share/gtk-doc/html/orc/home.png >+share/gtk-doc/html/orc/index.html >+share/gtk-doc/html/orc/left-insensitive.png >+share/gtk-doc/html/orc/left.png >+share/gtk-doc/html/orc/orc-ARM.html >+share/gtk-doc/html/orc/orc-MMX.html >+share/gtk-doc/html/orc/orc-Orc.html >+share/gtk-doc/html/orc/orc-OrcCompiler.html >+share/gtk-doc/html/orc/orc-OrcDebug.html >+share/gtk-doc/html/orc/orc-OrcExecutor.html >+share/gtk-doc/html/orc/orc-OrcOpcode.html >+share/gtk-doc/html/orc/orc-OrcProgram.html >+share/gtk-doc/html/orc/orc-OrcRule.html >+share/gtk-doc/html/orc/orc-PowerPC.html >+share/gtk-doc/html/orc/orc-SSE.html >+share/gtk-doc/html/orc/orc-Utility-functions.html >+share/gtk-doc/html/orc/orc-building.html >+share/gtk-doc/html/orc/orc-concepts.html >+share/gtk-doc/html/orc/orc-misc.html >+share/gtk-doc/html/orc/orc-opcodes.html >+share/gtk-doc/html/orc/orc-program.html >+share/gtk-doc/html/orc/orc-runninging.html >+share/gtk-doc/html/orc/orc-tutorial.html >+share/gtk-doc/html/orc/orc-x86.html >+share/gtk-doc/html/orc/orc.devhelp2 >+share/gtk-doc/html/orc/right-insensitive.png >+share/gtk-doc/html/orc/right.png >+share/gtk-doc/html/orc/style.css >+share/gtk-doc/html/orc/up-insensitive.png >+share/gtk-doc/html/orc/up.png >Index: graphics/Makefile >=================================================================== >--- graphics/Makefile (revision 520903) >+++ graphics/Makefile (working copy) >@@ -313,6 +313,7 @@ > SUBDIR += gstreamer1-plugins-openexr > SUBDIR += gstreamer1-plugins-openjpeg > SUBDIR += gstreamer1-plugins-png >+ SUBDIR += gstreamer1-plugins-qt > SUBDIR += gstreamer1-plugins-rsvg > SUBDIR += gstreamer1-plugins-vulkan > SUBDIR += gstreamer1-plugins-webp >Index: graphics/gstreamer1-plugins-gl/Makefile >=================================================================== >--- graphics/gstreamer1-plugins-gl/Makefile (revision 520903) >+++ graphics/gstreamer1-plugins-gl/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 2 >+PORTREVISION= 0 > CATEGORIES= graphics > > COMMENT= GStreamer GL graphics plugin >@@ -18,14 +18,9 @@ > OPTIONS_SUB= yes > > WAYLAND_CONFIGURE_ENABLE= wayland >+WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols > WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland > >-EXTRA_PATCHDIR= ${.CURDIR}/../../graphics/gstreamer1-plugins-gl/files >-EXTRA_PATCHES= ${EXTRA_PATCHDIR}/patch-gst-libs_gst_gl_gstgl__fwd.h \ >- ${EXTRA_PATCHDIR}/patch-gst-libs_gst_gl_gstglcontext.h \ >- ${EXTRA_PATCHDIR}/patch-gst-libs_gst_gl_gstgldebug.h \ >- ${EXTRA_PATCHDIR}/patch-gst-libs_gst_gl_gstglfuncs.h >- > pre-build: > .for dir in ${GL_GST_DIRS} > @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET}) >Index: graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstgl__fwd.h >=================================================================== >--- graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstgl__fwd.h (revision 520903) >+++ graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstgl__fwd.h (working copy) >@@ -1,11 +0,0 @@ >---- gst-libs/gst/gl/gstgl_fwd.h.orig 2018-12-05 14:04:58 UTC >-+++ gst-libs/gst/gl/gstgl_fwd.h >-@@ -102,8 +102,6 @@ typedef struct _GstGLOverlayCompositorClass GstGLOverl >- >- typedef struct _GstGLQuery GstGLQuery; >- >--typedef struct _GstGLFuncs GstGLFuncs; >-- >- typedef struct _GstGLAsyncDebug GstGLAsyncDebug; >- >- #include <gst/gl/gstgl_enums.h> >Index: graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstglcontext.h >=================================================================== >--- graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstglcontext.h (revision 520903) >+++ graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstglcontext.h (working copy) >@@ -1,11 +0,0 @@ >---- gst-libs/gst/gl/gstglcontext.h.orig 2018-12-05 14:06:09 UTC >-+++ gst-libs/gst/gl/gstglcontext.h >-@@ -98,7 +98,7 @@ struct _GstGLContext { >- GstGLWindow *window; >- >- /*< public >*/ >-- GstGLFuncs *gl_vtable; >-+ struct _GstGLFuncs *gl_vtable; >- >- /*< private >*/ >- GstGLContextPrivate *priv; >Index: graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstgldebug.h >=================================================================== >--- graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstgldebug.h (revision 520903) >+++ graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstgldebug.h (working copy) >@@ -1,11 +0,0 @@ >---- gst-libs/gst/gl/gstgldebug.h.orig 2018-12-04 14:57:39 UTC >-+++ gst-libs/gst/gl/gstgldebug.h >-@@ -25,8 +25,6 @@ >- >- G_BEGIN_DECLS >- >--typedef struct _GstGLAsyncDebug GstGLAsyncDebug; >-- >- typedef gchar * (*GstGLAsyncDebugLogGetMessage) (gpointer user_data); >- >- /** >Index: graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstglfuncs.h >=================================================================== >--- graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstglfuncs.h (revision 520903) >+++ graphics/gstreamer1-plugins-gl/files/patch-gst-libs_gst_gl_gstglfuncs.h (working copy) >@@ -1,27 +0,0 @@ >---- gst-libs/gst/gl/gstglfuncs.h.orig 2018-03-23 20:44:42 UTC >-+++ gst-libs/gst/gl/gstglfuncs.h >-@@ -23,13 +23,6 @@ >- >- #include <gst/gl/gstglconfig.h> >- >--/* This mimic GCC behaviour with system headers files even if GL headers may >-- * not be in the system header path. */ >--#ifdef __GNUC__ >--#pragma GCC diagnostic push >--#pragma GCC diagnostic ignored "-Wredundant-decls" >--#endif >-- >- /* OpenGL 2.0 for Embedded Systems */ >- #if GST_GL_HAVE_GLES2 >- # if GST_GL_HAVE_PLATFORM_EAGL >-@@ -72,10 +65,6 @@ >- # endif >- #endif >- >--#ifdef __GNUC__ >--#pragma GCC diagnostic pop >--#endif >-- >- #if defined(WINAPI) >- #define GSTGLAPI WINAPI >- #else >Index: graphics/gstreamer1-plugins-gl/pkg-plist >=================================================================== >--- graphics/gstreamer1-plugins-gl/pkg-plist (revision 520903) >+++ graphics/gstreamer1-plugins-gl/pkg-plist (working copy) >@@ -2,6 +2,7 @@ > include/gstreamer-%%VERSION%%/gst/gl/egl/gsteglimage.h > include/gstreamer-%%VERSION%%/gst/gl/egl/gstgldisplay_egl.h > include/gstreamer-%%VERSION%%/gst/gl/egl/gstglmemoryegl.h >+include/gstreamer-%%VERSION%%/gst/gl/gl-enumtypes.h > include/gstreamer-%%VERSION%%/gst/gl/gl-prelude.h > include/gstreamer-%%VERSION%%/gst/gl/gl.h > include/gstreamer-%%VERSION%%/gst/gl/glprototypes/all_functions.h >Index: graphics/gstreamer1-plugins-opencv/Makefile >=================================================================== >--- graphics/gstreamer1-plugins-opencv/Makefile (revision 520903) >+++ graphics/gstreamer1-plugins-opencv/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 1 >+PORTREVISION= 0 > CATEGORIES= graphics > > COMMENT= GStreamer opencv real time computer vision plugin >Index: graphics/gstreamer1-plugins-openexr/Makefile >=================================================================== >--- graphics/gstreamer1-plugins-openexr/Makefile (revision 520903) >+++ graphics/gstreamer1-plugins-openexr/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 2 >+PORTREVISION= 0 > CATEGORIES= graphics > > COMMENT= GStreamer OpenExr codec plugin >Index: graphics/gstreamer1-plugins-qt/Makefile >=================================================================== >--- graphics/gstreamer1-plugins-qt/Makefile (nonexistent) >+++ graphics/gstreamer1-plugins-qt/Makefile (working copy) >@@ -0,0 +1,13 @@ >+# $FreeBSD$ >+ >+PORTREVISION= 0 >+CATEGORIES= graphics >+ >+COMMENT= GStreamer Qt videosink plugin >+ >+GST_PLUGIN= qt >+DIST= good >+ >+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins >+ >+.include "${MASTERDIR}/Makefile" > >Property changes on: graphics/gstreamer1-plugins-qt/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/gstreamer1-plugins-vulkan/Makefile >=================================================================== >--- graphics/gstreamer1-plugins-vulkan/Makefile (revision 520903) >+++ graphics/gstreamer1-plugins-vulkan/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 1 >+PORTREVISION= 0 > CATEGORIES= graphics > > COMMENT= GStreamer Vulkan graphics plugin >Index: multimedia/gstreamer-ffmpeg/files/patch-ext_libpostproc_gstpostproc.c >=================================================================== >--- multimedia/gstreamer-ffmpeg/files/patch-ext_libpostproc_gstpostproc.c (nonexistent) >+++ multimedia/gstreamer-ffmpeg/files/patch-ext_libpostproc_gstpostproc.c (working copy) >@@ -0,0 +1,11 @@ >+--- ext/libpostproc/gstpostproc.c.orig 2019-12-26 12:04:57.025044000 +0100 >++++ ext/libpostproc/gstpostproc.c 2019-12-26 12:05:09.539697000 +0100 >+@@ -299,7 +299,7 @@ change_context (GstPostProc * postproc, gint width, gi >+ ppflags = (mmx_flags & ORC_TARGET_MMX_MMX ? PP_CPU_CAPS_MMX : 0) >+ | (mmx_flags & ORC_TARGET_MMX_MMXEXT ? PP_CPU_CAPS_MMX2 : 0) >+ | (mmx_flags & ORC_TARGET_MMX_3DNOW ? PP_CPU_CAPS_3DNOW : 0) >+- | (altivec_flags & ORC_TARGET_ALTIVEC_ALTIVEC ? PP_CPU_CAPS_ALTIVEC : >++ | (altivec_flags & ORC_TARGET_POWERPC_ALTIVEC ? PP_CPU_CAPS_ALTIVEC : >+ 0); >+ #else >+ mmx_flags = 0; > >Property changes on: multimedia/gstreamer-ffmpeg/files/patch-ext_libpostproc_gstpostproc.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: multimedia/gstreamer-ffmpeg/files/patch-ext_libswscale_gstffmpegscale.c >=================================================================== >--- multimedia/gstreamer-ffmpeg/files/patch-ext_libswscale_gstffmpegscale.c (nonexistent) >+++ multimedia/gstreamer-ffmpeg/files/patch-ext_libswscale_gstffmpegscale.c (working copy) >@@ -0,0 +1,11 @@ >+--- ext/libswscale/gstffmpegscale.c.orig 2019-12-26 12:03:51.446615000 +0100 >++++ ext/libswscale/gstffmpegscale.c 2019-12-26 12:04:18.260579000 +0100 >+@@ -638,7 +638,7 @@ gst_ffmpegscale_set_caps (GstBaseTransform * trans, Gs >+ swsflags = (mmx_flags & ORC_TARGET_MMX_MMX ? SWS_CPU_CAPS_MMX : 0) >+ | (mmx_flags & ORC_TARGET_MMX_MMXEXT ? SWS_CPU_CAPS_MMX2 : 0) >+ | (mmx_flags & ORC_TARGET_MMX_3DNOW ? SWS_CPU_CAPS_3DNOW : 0) >+- | (altivec_flags & ORC_TARGET_ALTIVEC_ALTIVEC ? SWS_CPU_CAPS_ALTIVEC : 0); >++ | (altivec_flags & ORC_TARGET_POWERPC_ALTIVEC ? SWS_CPU_CAPS_ALTIVEC : 0); >+ #else >+ mmx_flags = 0; >+ altivec_flags = 0; > >Property changes on: multimedia/gstreamer-ffmpeg/files/patch-ext_libswscale_gstffmpegscale.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: multimedia/gstreamer1/Makefile >=================================================================== >--- multimedia/gstreamer1/Makefile (revision 520903) >+++ multimedia/gstreamer1/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gstreamer >-PORTVERSION= 1.14.4 >+PORTVERSION= 1.16.2 > CATEGORIES= multimedia > MASTER_SITES= GNOME \ > http://gstreamer.freedesktop.org/src/gstreamer/ >@@ -14,12 +14,10 @@ > LICENSE= LGPL20 > LICENSE_FILE= ${WRKSRC}/COPYING > >-PORTSCOUT= limitw:1,even >- >-CFLAGS+= -Wno-format > USES= bison gettext gmake gnome libtool pathfix perl5 pkgconfig python tar:xz > USE_PERL5= build > USE_GNOME= glib20 introspection:build >+ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --disable-tests \ > --disable-examples \ >@@ -29,18 +27,28 @@ > CONFIGURE_ENV= ac_cv_func_register_printf_function="no" > INSTALL_TARGET= install-strip > PLIST_SUB= VERSION=${GST10_VERSION} \ >- SOVERSION=0.1404.0 >+ SOVERSION=0.1602.0 >+ > USE_LDCONFIG= yes > GST10_VERSION= 1.0 > >-.include <bsd.port.options.mk> >+PORTSCOUT= limitw:1,even > >-.if ${ARCH} == i386 || ${ARCH} == amd64 >-LIB_DEPENDS+= libunwind.so:devel/libunwind >-.endif >+OPTIONS_SUB= yes >+OPTIONS_DEFINE= NLS > >-post-patch: >- @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ >- ${WRKSRC}/configure >+OPTIONS_DEFINE_aarch64= LIBUNWIND >+OPTIONS_DEFFAULT_aarch64= LIBUNWIND >+OPTIONS_DEFINE_amd64= LIBUNWIND >+OPTIONS_DEFAULT_amd64= LIBUNWIND >+OPTIONS_DEFINE_i386= LIBUNWIND >+OPTIONS_DEFFAULT_i386= LIBUNWIND > >+NLS_USES= gettext >+NLS_CONFIGURE_ENABLE= nls >+ >+LIBUNWIND_DESC= Libunwind is optionally used by the leaks tracer >+LIBUNWIND_LIB_DEPENDS= libunwind.so:devel/libunwind >+LIBUNWIND_CONFIGURE_WITH= unwind >+ > .include <bsd.port.mk> >Index: multimedia/gstreamer1/distinfo >=================================================================== >--- multimedia/gstreamer1/distinfo (revision 520903) >+++ multimedia/gstreamer1/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1539380270 >-SHA256 (gstreamer-1.14.4.tar.xz) = f94f6696c5f05a3b3a9183e39c5f5c0b779f75a04c0efa497e7920afa985ffc7 >-SIZE (gstreamer-1.14.4.tar.xz) = 3264324 >+TIMESTAMP = 1575817893 >+SHA256 (gstreamer-1.16.2.tar.xz) = e3f044246783fd685439647373fa13ba14f7ab0b346eadd06437092f8419e94e >+SIZE (gstreamer-1.16.2.tar.xz) = 3328600 >Index: multimedia/gstreamer1/pkg-plist >=================================================================== >--- multimedia/gstreamer1/pkg-plist (revision 520903) >+++ multimedia/gstreamer1/pkg-plist (working copy) >@@ -11,6 +11,7 @@ > include/gstreamer-%%VERSION%%/gst/base/gstbasesrc.h > include/gstreamer-%%VERSION%%/gst/base/gstbasetransform.h > include/gstreamer-%%VERSION%%/gst/base/gstbitreader.h >+include/gstreamer-%%VERSION%%/gst/base/gstbitwriter.h > include/gstreamer-%%VERSION%%/gst/base/gstbytereader.h > include/gstreamer-%%VERSION%%/gst/base/gstbytewriter.h > include/gstreamer-%%VERSION%%/gst/base/gstcollectpads.h >@@ -151,7 +152,7 @@ > libdata/pkgconfig/gstreamer-net-%%VERSION%%.pc > libexec/gstreamer-%%VERSION%%/gst-completion-helper > libexec/gstreamer-%%VERSION%%/gst-plugin-scanner >-@(,,4755) libexec/gstreamer-%%VERSION%%/gst-ptp-helper >+@(root,wheel,4755) libexec/gstreamer-%%VERSION%%/gst-ptp-helper > man/man1/gst-inspect-%%VERSION%%.1.gz > man/man1/gst-launch-%%VERSION%%.1.gz > man/man1/gst-stats-%%VERSION%%.1.gz >@@ -160,49 +161,52 @@ > share/bash-completion/completions/gst-inspect-%%VERSION%% > share/bash-completion/completions/gst-launch-%%VERSION%% > share/bash-completion/helpers/gst >+share/gdb/auto-load/usr/local/lib/libgstreamer-%%VERSION%%.so.%%SOVERSION%%-gdb.py > share/gir-1.0/Gst-%%VERSION%%.gir > share/gir-1.0/GstBase-%%VERSION%%.gir > share/gir-1.0/GstCheck-%%VERSION%%.gir > share/gir-1.0/GstController-%%VERSION%%.gir > share/gir-1.0/GstNet-%%VERSION%%.gir >-share/locale/af/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/ast/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/az/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/be/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/bg/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/ca/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/cs/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/da/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/de/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/el/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/en_GB/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/eo/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/es/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/eu/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/fi/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/fr/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/fur/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/gl/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/hr/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/hu/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/id/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/it/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/ja/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/lt/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/nb/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/nl/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/pl/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/pt_BR/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/ro/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/ru/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/rw/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/sk/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/sl/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/sq/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/sr/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/sv/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/tr/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/uk/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/vi/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/zh_CN/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/zh_TW/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%DATADIR%%-%%VERSION%%/gdb/glib_gobject_helper.py >+%%DATADIR%%-%%VERSION%%/gdb/gst_gdb.py >+%%NLS%%share/locale/af/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/ast/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/az/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/be/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/bg/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/ca/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/cs/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/da/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/de/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/el/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/en_GB/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/eo/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/es/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/eu/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/fi/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/fr/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/fur/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/gl/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/hr/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/hu/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/id/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/it/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/ja/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/lt/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/nb/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/nl/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/pl/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/pt_BR/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/ro/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/ru/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/rw/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/sk/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/sl/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/sq/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/sr/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/sv/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/tr/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/uk/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/vi/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/zh_CN/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+%%NLS%%share/locale/zh_TW/LC_MESSAGES/gstreamer-%%VERSION%%.mo >Index: multimedia/gstreamer1-editing-services/Makefile >=================================================================== >--- multimedia/gstreamer1-editing-services/Makefile (revision 520903) >+++ multimedia/gstreamer1-editing-services/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gstreamer1-editing-services >-PORTVERSION= 1.14.4 >-PORTREVISION= 3 >+PORTVERSION= 1.16.2 > CATEGORIES= multimedia > MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer-editing-services/ > DISTNAME= gstreamer-editing-services-${PORTVERSION} >@@ -11,7 +10,7 @@ > MAINTAINER= multimedia@FreeBSD.org > COMMENT= GStreamer editing services > >-PORTSCOUT= limitw:1,even >+LICENSE= LGPL20 > > USES= compiler:c11 gmake gnome libtool pathfix perl5 python:3.6+ pkgconfig tar:xz > USE_LDCONFIG= yes >@@ -20,9 +19,10 @@ > USE_GNOME= glib20 introspection:build libxml2 pygobject3:build > USE_GSTREAMER1= good > INSTALL_TARGET= install-strip >+PORTSCOUT= limitw:1,even > > CONFIGURE_ARGS= --enable-introspection=yes \ > --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions >-PLIST_SUB= VERSION=1.0 SOVERSION=0.1404.0 >+PLIST_SUB= VERSION=1.0 SOVERSION=0.1602.0 > > .include <bsd.port.mk> >Index: multimedia/gstreamer1-editing-services/distinfo >=================================================================== >--- multimedia/gstreamer1-editing-services/distinfo (revision 520903) >+++ multimedia/gstreamer1-editing-services/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1539380544 >-SHA256 (gstreamer-editing-services-1.14.4.tar.xz) = 53d1d25b356009505ae0d22c218d6c6b1215399d9f6e3fe5d7b88e156531b35f >-SIZE (gstreamer-editing-services-1.14.4.tar.xz) = 1066636 >+TIMESTAMP = 1575825901 >+SHA256 (gstreamer-editing-services-1.16.2.tar.xz) = 0e06a6191a0c6c16e16272bf2573cecaeb245f10629486ad940a299bef700c16 >+SIZE (gstreamer-editing-services-1.16.2.tar.xz) = 1086324 >Index: multimedia/gstreamer1-editing-services/pkg-plist >=================================================================== >--- multimedia/gstreamer1-editing-services/pkg-plist (revision 520903) >+++ multimedia/gstreamer1-editing-services/pkg-plist (working copy) >@@ -33,7 +33,6 @@ > include/gstreamer-%%VERSION%%/ges/ges-prelude.h > include/gstreamer-%%VERSION%%/ges/ges-project.h > include/gstreamer-%%VERSION%%/ges/ges-screenshot.h >-include/gstreamer-%%VERSION%%/ges/ges-smart-adder.h > include/gstreamer-%%VERSION%%/ges/ges-source-clip.h > include/gstreamer-%%VERSION%%/ges/ges-source.h > include/gstreamer-%%VERSION%%/ges/ges-test-clip.h >@@ -61,6 +60,7 @@ > include/gstreamer-%%VERSION%%/ges/ges-xml-formatter.h > include/gstreamer-%%VERSION%%/ges/ges.h > lib/girepository-1.0/GES-%%VERSION%%.typelib >+lib/gstreamer-%%VERSION%%/libgstges.so > lib/gstreamer-%%VERSION%%/libgstnle.so > lib/libges-%%VERSION%%.so > lib/libges-%%VERSION%%.so.0 >Index: multimedia/gstreamer1-libav/Makefile >=================================================================== >--- multimedia/gstreamer1-libav/Makefile (revision 520903) >+++ multimedia/gstreamer1-libav/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gstreamer1-libav >-PORTVERSION= 1.14.4 >-PORTREVISION= 3 >+PORTVERSION= 1.16.2 > CATEGORIES= multimedia > MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-libav/ > DISTNAME= gst-libav-${PORTVERSION} >Index: multimedia/gstreamer1-libav/distinfo >=================================================================== >--- multimedia/gstreamer1-libav/distinfo (revision 520903) >+++ multimedia/gstreamer1-libav/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1539380450 >-SHA256 (gst-libav-1.14.4.tar.xz) = dfd78591901df7853eab7e56a86c34a1b03635da0d3d56b89aa577f1897865da >-SIZE (gst-libav-1.14.4.tar.xz) = 9036732 >+TIMESTAMP = 1575825716 >+SHA256 (gst-libav-1.16.2.tar.xz) = c724f612700c15a933c7356fbeabb0bb9571fb5538f8b1b54d4d2d94188deef2 >+SIZE (gst-libav-1.16.2.tar.xz) = 9466288 >Index: multimedia/gstreamer1-libav/files/patch-clang-neon >=================================================================== >--- multimedia/gstreamer1-libav/files/patch-clang-neon (revision 520903) >+++ multimedia/gstreamer1-libav/files/patch-clang-neon (working copy) >@@ -1,53 +0,0 @@ >-https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/f33f72847043 >- >---- gst-libs/ext/libav/libswscale/arm/rgb2yuv_neon_16.S.orig 2018-10-02 22:10:05 UTC >-+++ gst-libs/ext/libav/libswscale/arm/rgb2yuv_neon_16.S >-@@ -18,6 +18,8 @@ >- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA >- */ >- >-+#include "config.h" >-+#if HAVE_AS_DN_DIRECTIVE >- #include "rgb2yuv_neon_common.S" >- >- /* downsampled R16G16B16 x8 */ >-@@ -78,3 +80,4 @@ alias_qw c8x8x2, q10 >- .endm >- >- loop_420sp rgbx, nv12, init, kernel_420_16x2, 16 >-+#endif >---- gst-libs/ext/libav/libswscale/arm/rgb2yuv_neon_32.S.orig 2018-10-02 22:10:05 UTC >-+++ gst-libs/ext/libav/libswscale/arm/rgb2yuv_neon_32.S >-@@ -18,6 +18,8 @@ >- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA >- */ >- >-+#include "config.h" >-+#if HAVE_AS_DN_DIRECTIVE >- #include "rgb2yuv_neon_common.S" >- >- /* downsampled R16G16B16 x8 */ >-@@ -117,3 +119,4 @@ alias_qw c8x8x2, q10 >- >- >- loop_420sp rgbx, nv12, init, kernel_420_16x2, 32 >-+#endif >---- gst-libs/ext/libav/libswscale/arm/swscale_unscaled.c.orig 2018-10-02 22:10:05 UTC >-+++ gst-libs/ext/libav/libswscale/arm/swscale_unscaled.c >-@@ -23,6 +23,7 @@ >- #include "libswscale/swscale_internal.h" >- #include "libavutil/arm/cpu.h" >- >-+#if HAVE_AS_DN_DIRECTIVE >- extern void rgbx_to_nv12_neon_32(const uint8_t *src, uint8_t *y, uint8_t *chroma, >- int width, int height, >- int y_stride, int c_stride, int src_stride, >-@@ -178,3 +179,8 @@ void ff_get_unscaled_swscale_arm(SwsContext *c) >- if (have_neon(cpu_flags)) >- get_unscaled_swscale_neon(c); >- } >-+#else >-+void ff_get_unscaled_swscale_arm(SwsContext *c) >-+{ >-+} >-+#endif >Index: multimedia/gstreamer1-libav/files/patch-ffmpeg4 >=================================================================== >--- multimedia/gstreamer1-libav/files/patch-ffmpeg4 (revision 520903) >+++ multimedia/gstreamer1-libav/files/patch-ffmpeg4 (working copy) >@@ -1,4664 +0,0 @@ >-https://bugzilla.gnome.org/show_bug.cgi?id=792900 >- >---- configure.orig 2018-10-02 22:09:31 UTC >-+++ configure >-@@ -18125,12 +18125,12 @@ if test -n "$PKG_CONFIG"; then >- pkg_cv_LIBAV_CFLAGS="$LIBAV_CFLAGS" >- else >- if test -n "$PKG_CONFIG" && \ >-- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavfilter libavformat libavcodec >= 57 libavutil\""; } >&5 >-- ($PKG_CONFIG --exists --print-errors "libavfilter libavformat libavcodec >= 57 libavutil") 2>&5 >-+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavfilter libavformat libavcodec >= 58 libavutil\""; } >&5 >-+ ($PKG_CONFIG --exists --print-errors "libavfilter libavformat libavcodec >= 58 libavutil") 2>&5 >- ac_status=$? >- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 >- test $ac_status = 0; }; then >-- pkg_cv_LIBAV_CFLAGS=`$PKG_CONFIG --cflags "libavfilter libavformat libavcodec >= 57 libavutil" 2>/dev/null` >-+ pkg_cv_LIBAV_CFLAGS=`$PKG_CONFIG --cflags "libavfilter libavformat libavcodec >= 58 libavutil" 2>/dev/null` >- else >- pkg_failed=yes >- fi >-@@ -18143,12 +18143,12 @@ if test -n "$PKG_CONFIG"; then >- pkg_cv_LIBAV_LIBS="$LIBAV_LIBS" >- else >- if test -n "$PKG_CONFIG" && \ >-- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavfilter libavformat libavcodec >= 57 libavutil\""; } >&5 >-- ($PKG_CONFIG --exists --print-errors "libavfilter libavformat libavcodec >= 57 libavutil") 2>&5 >-+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavfilter libavformat libavcodec >= 58 libavutil\""; } >&5 >-+ ($PKG_CONFIG --exists --print-errors "libavfilter libavformat libavcodec >= 58 libavutil") 2>&5 >- ac_status=$? >- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 >- test $ac_status = 0; }; then >-- pkg_cv_LIBAV_LIBS=`$PKG_CONFIG --libs "libavfilter libavformat libavcodec >= 57 libavutil" 2>/dev/null` >-+ pkg_cv_LIBAV_LIBS=`$PKG_CONFIG --libs "libavfilter libavformat libavcodec >= 58 libavutil" 2>/dev/null` >- else >- pkg_failed=yes >- fi >-@@ -18167,14 +18167,14 @@ else >- _pkg_short_errors_supported=no >- fi >- if test $_pkg_short_errors_supported = yes; then >-- LIBAV_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libavfilter libavformat libavcodec >= 57 libavutil"` >-+ LIBAV_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libavfilter libavformat libavcodec >= 58 libavutil"` >- else >-- LIBAV_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libavfilter libavformat libavcodec >= 57 libavutil"` >-+ LIBAV_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libavfilter libavformat libavcodec >= 58 libavutil"` >- fi >- # Put the nasty error message in config.log where it belongs >- echo "$LIBAV_PKG_ERRORS" >&5 >- >-- as_fn_error $? "Package requirements (libavfilter libavformat libavcodec >= 57 libavutil) were not met: >-+ as_fn_error $? "Package requirements (libavfilter libavformat libavcodec >= 58 libavutil) were not met: >- >- $LIBAV_PKG_ERRORS >- >-@@ -18471,10 +18471,10 @@ fi >- emblibav_configure_args="$emblibav_configure_args \ >- --enable-static --enable-pic \ >- --disable-avdevice --disable-postproc \ >-- --disable-programs --disable-ffserver --disable-ffplay --disable-ffprobe --disable-ffmpeg \ >-+ --disable-programs --disable-ffplay --disable-ffprobe --disable-ffmpeg \ >- --disable-encoder=flac --disable-protocols --disable-devices \ >- --disable-network --disable-hwaccels --disable-dxva2 --disable-vdpau \ >-- --disable-filters --enable-filter=yadif --disable-doc --disable-vda --disable-d3d11va --disable-dxva2 \ >-+ --disable-filters --enable-filter=yadif --disable-doc --disable-d3d11va --disable-dxva2 \ >- --disable-audiotoolbox --disable-videotoolbox --disable-vaapi --disable-crystalhd \ >- --disable-mediacodec --disable-nvenc --disable-mmal --disable-omx \ >- --disable-omx-rpi --disable-cuda --disable-cuvid --disable-libmfx \ >---- ext/libav/gstav.c.orig 2018-07-19 11:27:13 UTC >-+++ ext/libav/gstav.c >-@@ -28,12 +28,9 @@ >- #include <string.h> >- #include <gst/gst.h> >- >--#include <libavcodec/avcodec.h> >--#include <libavformat/avformat.h> >--#include <libavfilter/avfiltergraph.h> >-- >- #include "gstav.h" >- #include "gstavutils.h" >-+#include "gstavcfg.h" >- >- #ifdef GST_LIBAV_ENABLE_GPL >- #define LICENSE "GPL" >-@@ -155,8 +152,8 @@ plugin_init (GstPlugin * plugin) >- >- gst_ffmpeg_init_pix_fmt_info (); >- >-- av_register_all (); >-- avfilter_register_all (); >-+ /* build global ffmpeg param/property info */ >-+ gst_ffmpeg_cfg_init (); >- >- gst_ffmpegaudenc_register (plugin); >- gst_ffmpegvidenc_register (plugin); >---- ext/libav/gstavauddec.c.orig 2018-07-19 11:29:22 UTC >-+++ ext/libav/gstavauddec.c >-@@ -153,7 +153,7 @@ gst_ffmpegauddec_init (GstFFMpegAudDec * ffmpegdec) >- >- ffmpegdec->frame = av_frame_alloc (); >- >-- GST_PAD_SET_ACCEPT_TEMPLATE (GST_VIDEO_DECODER_SINK_PAD (ffmpegdec)); >-+ GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (ffmpegdec)); >- gst_audio_decoder_set_use_default_pad_acceptcaps (GST_AUDIO_DECODER_CAST >- (ffmpegdec), TRUE); >- >-@@ -287,7 +287,7 @@ gst_ffmpegauddec_propose_allocation (GstAudioDecoder * >- gst_allocation_params_init (¶ms); >- params.flags = GST_MEMORY_FLAG_ZERO_PADDED; >- params.align = 15; >-- params.padding = FF_INPUT_BUFFER_PADDING_SIZE; >-+ params.padding = AV_INPUT_BUFFER_PADDING_SIZE; >- /* we would like to have some padding so that we don't have to >- * memcpy. We don't suggest an allocator. */ >- gst_query_add_allocation_param (query, NULL, ¶ms); >-@@ -360,15 +360,14 @@ static gboolean >- settings_changed (GstFFMpegAudDec * ffmpegdec, AVFrame * frame) >- { >- GstAudioFormat format; >-- gint channels = >-- av_get_channel_layout_nb_channels (av_frame_get_channel_layout (frame)); >-+ gint channels = av_get_channel_layout_nb_channels (frame->channel_layout); >- >- format = gst_ffmpeg_smpfmt_to_audioformat (frame->format); >- if (format == GST_AUDIO_FORMAT_UNKNOWN) >- return TRUE; >- >- return !(ffmpegdec->info.rate == >-- av_frame_get_sample_rate (frame) && >-+ frame->sample_rate && >- ffmpegdec->info.channels == channels && >- ffmpegdec->info.finfo->format == format); >- } >-@@ -387,10 +386,9 @@ gst_ffmpegauddec_negotiate (GstFFMpegAudDec * ffmpegde >- format = gst_ffmpeg_smpfmt_to_audioformat (frame->format); >- if (format == GST_AUDIO_FORMAT_UNKNOWN) >- goto no_caps; >-- channels = >-- av_get_channel_layout_nb_channels (av_frame_get_channel_layout (frame)); >-+ channels = av_get_channel_layout_nb_channels (frame->channel_layout); >- if (channels == 0) >-- channels = av_frame_get_channels (frame); >-+ channels = frame->channels; >- if (channels == 0) >- goto no_caps; >- >-@@ -400,11 +398,9 @@ gst_ffmpegauddec_negotiate (GstFFMpegAudDec * ffmpegde >- GST_DEBUG_OBJECT (ffmpegdec, >- "Renegotiating audio from %dHz@%dchannels (%d) to %dHz@%dchannels (%d)", >- ffmpegdec->info.rate, ffmpegdec->info.channels, >-- ffmpegdec->info.finfo->format, av_frame_get_sample_rate (frame), channels, >-- format); >-+ ffmpegdec->info.finfo->format, frame->sample_rate, channels, format); >- >-- gst_ffmpeg_channel_layout_to_gst (av_frame_get_channel_layout (frame), >-- channels, pos); >-+ gst_ffmpeg_channel_layout_to_gst (frame->channel_layout, channels, pos); >- memcpy (ffmpegdec->ffmpeg_layout, pos, >- sizeof (GstAudioChannelPosition) * channels); >- >-@@ -413,7 +409,7 @@ gst_ffmpegauddec_negotiate (GstFFMpegAudDec * ffmpegde >- ffmpegdec->needs_reorder = >- memcmp (pos, ffmpegdec->ffmpeg_layout, sizeof (pos[0]) * channels) != 0; >- gst_audio_info_set_format (&ffmpegdec->info, format, >-- av_frame_get_sample_rate (frame), channels, pos); >-+ frame->sample_rate, channels, pos); >- >- if (!gst_audio_decoder_set_output_format (GST_AUDIO_DECODER (ffmpegdec), >- &ffmpegdec->info)) >-@@ -461,25 +457,19 @@ gst_avpacket_init (AVPacket * packet, guint8 * data, g >- packet->size = size; >- } >- >--static gint >-+/* >-+ * Returns: whether a frame was decoded >-+ */ >-+static gboolean >- gst_ffmpegauddec_audio_frame (GstFFMpegAudDec * ffmpegdec, >-- AVCodec * in_plugin, guint8 * data, guint size, gint * have_data, >-- GstBuffer ** outbuf, GstFlowReturn * ret) >-+ AVCodec * in_plugin, GstBuffer ** outbuf, GstFlowReturn * ret) >- { >-- gint len = -1; >-- AVPacket packet; >-+ gboolean got_frame = FALSE; >-+ gint res; >- >-- GST_DEBUG_OBJECT (ffmpegdec, "size: %d", size); >-+ res = avcodec_receive_frame (ffmpegdec->context, ffmpegdec->frame); >- >-- gst_avpacket_init (&packet, data, size); >-- len = >-- avcodec_decode_audio4 (ffmpegdec->context, ffmpegdec->frame, have_data, >-- &packet); >-- >-- GST_DEBUG_OBJECT (ffmpegdec, >-- "Decode audio: len=%d, have_data=%d", len, *have_data); >-- >-- if (len >= 0 && *have_data) { >-+ if (res >= 0) { >- gint nsamples, channels, byte_per_sample; >- gsize output_size; >- >-@@ -487,10 +477,11 @@ gst_ffmpegauddec_audio_frame (GstFFMpegAudDec * ffmpeg >- ffmpegdec->frame, FALSE)) { >- *outbuf = NULL; >- *ret = GST_FLOW_NOT_NEGOTIATED; >-- len = -1; >- goto beach; >- } >- >-+ got_frame = TRUE; >-+ >- channels = ffmpegdec->info.channels; >- nsamples = ffmpegdec->frame->nb_samples; >- byte_per_sample = ffmpegdec->info.finfo->width / 8; >-@@ -586,60 +577,46 @@ gst_ffmpegauddec_audio_frame (GstFFMpegAudDec * ffmpeg >- /* Mark corrupted frames as corrupted */ >- if (ffmpegdec->frame->flags & AV_FRAME_FLAG_CORRUPT) >- GST_BUFFER_FLAG_SET (*outbuf, GST_BUFFER_FLAG_CORRUPTED); >-- } else { >-+ } else if (res == AVERROR (EAGAIN)) { >- *outbuf = NULL; >-+ } else if (res == AVERROR_EOF) { /* Should not happen */ >-+ *ret = GST_FLOW_EOS; >-+ GST_WARNING_OBJECT (ffmpegdec, >-+ "Tried to receive frame on a flushed context"); >-+ } else if (res < 0) { >-+ *ret = GST_FLOW_ERROR; >-+ GST_ELEMENT_ERROR (ffmpegdec, STREAM, DECODE, ("Decoding problem"), >-+ ("Legitimate decoding error")); >- } >- >- beach: >- av_frame_unref (ffmpegdec->frame); >-- GST_DEBUG_OBJECT (ffmpegdec, "return flow %d, out %p, len %d", >-- *ret, *outbuf, len); >-- return len; >-+ GST_DEBUG_OBJECT (ffmpegdec, "return flow %d, out %p, got_frame %d", >-+ *ret, *outbuf, got_frame); >-+ return got_frame; >- } >- >--/* gst_ffmpegauddec_frame: >-- * ffmpegdec: >-- * data: pointer to the data to decode >-- * size: size of data in bytes >-- * got_data: 0 if no data was decoded, != 0 otherwise. >-- * in_time: timestamp of data >-- * in_duration: duration of data >-- * ret: GstFlowReturn to return in the chain function >-- * >-- * Decode the given frame and pushes it downstream. >-- * >-- * Returns: Number of bytes used in decoding, -1 on error/failure. >-+/* >-+ * Returns: whether a frame was decoded >- */ >-- >--static gint >--gst_ffmpegauddec_frame (GstFFMpegAudDec * ffmpegdec, >-- guint8 * data, guint size, gint * have_data, GstFlowReturn * ret) >-+static gboolean >-+gst_ffmpegauddec_frame (GstFFMpegAudDec * ffmpegdec, GstFlowReturn * ret) >- { >- GstFFMpegAudDecClass *oclass; >- GstBuffer *outbuf = NULL; >-- gint len = 0; >-+ gboolean got_frame = FALSE; >- >- if (G_UNLIKELY (ffmpegdec->context->codec == NULL)) >- goto no_codec; >- >-- GST_LOG_OBJECT (ffmpegdec, "data:%p, size:%d", data, size); >-- >- *ret = GST_FLOW_OK; >- ffmpegdec->context->frame_number++; >- >- oclass = (GstFFMpegAudDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec)); >- >-- len = >-- gst_ffmpegauddec_audio_frame (ffmpegdec, oclass->in_plugin, data, size, >-- have_data, &outbuf, ret); >-+ got_frame = >-+ gst_ffmpegauddec_audio_frame (ffmpegdec, oclass->in_plugin, &outbuf, ret); >- >-- if (len < 0) { >-- GST_WARNING_OBJECT (ffmpegdec, >-- "avdec_%s: decoding error (len: %d, have_data: %d)", >-- oclass->in_plugin->name, len, *have_data); >-- goto beach; >-- } >-- >- if (outbuf) { >- GST_LOG_OBJECT (ffmpegdec, "Decoded data, now storing buffer %p", outbuf); >- >-@@ -652,13 +629,13 @@ gst_ffmpegauddec_frame (GstFFMpegAudDec * ffmpegdec, >- } >- >- beach: >-- return len; >-+ return got_frame; >- >- /* ERRORS */ >- no_codec: >- { >- GST_ERROR_OBJECT (ffmpegdec, "no codec context"); >-- return -1; >-+ goto beach; >- } >- } >- >-@@ -669,8 +646,8 @@ gst_ffmpegauddec_drain (GstFFMpegAudDec * ffmpegdec) >- >- oclass = (GstFFMpegAudDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec)); >- >-- if (oclass->in_plugin->capabilities & CODEC_CAP_DELAY) { >-- gint have_data, len; >-+ if (oclass->in_plugin->capabilities & AV_CODEC_CAP_DELAY) { >-+ gboolean got_frame; >- >- GST_LOG_OBJECT (ffmpegdec, >- "codec has delay capabilities, calling until libav has drained everything"); >-@@ -678,9 +655,8 @@ gst_ffmpegauddec_drain (GstFFMpegAudDec * ffmpegdec) >- do { >- GstFlowReturn ret; >- >-- len = gst_ffmpegauddec_frame (ffmpegdec, NULL, 0, &have_data, &ret); >-- >-- } while (len >= 0 && have_data == 1); >-+ got_frame = gst_ffmpegauddec_frame (ffmpegdec, &ret); >-+ } while (got_frame); >- avcodec_flush_buffers (ffmpegdec->context); >- } >- >-@@ -705,11 +681,13 @@ gst_ffmpegauddec_handle_frame (GstAudioDecoder * decod >- { >- GstFFMpegAudDec *ffmpegdec; >- GstFFMpegAudDecClass *oclass; >-- guint8 *data, *bdata; >-+ guint8 *data; >- GstMapInfo map; >-- gint size, bsize, len, have_data; >-+ gint size; >-+ gboolean got_frame; >- GstFlowReturn ret = GST_FLOW_OK; >-- gboolean do_padding, is_header; >-+ gboolean is_header; >-+ AVPacket packet; >- >- ffmpegdec = (GstFFMpegAudDec *) decoder; >- >-@@ -744,82 +722,47 @@ gst_ffmpegauddec_handle_frame (GstAudioDecoder * decod >- >- gst_buffer_map (inbuf, &map, GST_MAP_READ); >- >-- bdata = map.data; >-- bsize = map.size; >-+ data = map.data; >-+ size = map.size; >- >-- if (bsize > 0 && (!GST_MEMORY_IS_ZERO_PADDED (map.memory) >-- || (map.maxsize - map.size) < FF_INPUT_BUFFER_PADDING_SIZE)) { >-+ if (size > 0 && (!GST_MEMORY_IS_ZERO_PADDED (map.memory) >-+ || (map.maxsize - map.size) < AV_INPUT_BUFFER_PADDING_SIZE)) { >- /* add padding */ >-- if (ffmpegdec->padded_size < bsize + FF_INPUT_BUFFER_PADDING_SIZE) { >-- ffmpegdec->padded_size = bsize + FF_INPUT_BUFFER_PADDING_SIZE; >-+ if (ffmpegdec->padded_size < size + AV_INPUT_BUFFER_PADDING_SIZE) { >-+ ffmpegdec->padded_size = size + AV_INPUT_BUFFER_PADDING_SIZE; >- ffmpegdec->padded = g_realloc (ffmpegdec->padded, ffmpegdec->padded_size); >- GST_LOG_OBJECT (ffmpegdec, "resized padding buffer to %d", >- ffmpegdec->padded_size); >- } >- GST_CAT_TRACE_OBJECT (GST_CAT_PERFORMANCE, ffmpegdec, >- "Copy input to add padding"); >-- memcpy (ffmpegdec->padded, bdata, bsize); >-- memset (ffmpegdec->padded + bsize, 0, FF_INPUT_BUFFER_PADDING_SIZE); >-+ memcpy (ffmpegdec->padded, data, size); >-+ memset (ffmpegdec->padded + size, 0, AV_INPUT_BUFFER_PADDING_SIZE); >- >-- bdata = ffmpegdec->padded; >-- do_padding = TRUE; >-- } else { >-- do_padding = FALSE; >-+ data = ffmpegdec->padded; >- } >- >-- do { >-- guint8 tmp_padding[FF_INPUT_BUFFER_PADDING_SIZE]; >-+ gst_avpacket_init (&packet, data, size); >- >-- data = bdata; >-- size = bsize; >-+ if (!packet.size) >-+ goto done; >- >-- if (do_padding) { >-- /* add temporary padding */ >-- GST_CAT_TRACE_OBJECT (GST_CAT_PERFORMANCE, ffmpegdec, >-- "Add temporary input padding"); >-- memcpy (tmp_padding, data + size, FF_INPUT_BUFFER_PADDING_SIZE); >-- memset (data + size, 0, FF_INPUT_BUFFER_PADDING_SIZE); >-- } >-+ if (avcodec_send_packet (ffmpegdec->context, &packet) < 0) { >-+ goto send_packet_failed; >-+ } >- >-+ do { >- /* decode a frame of audio now */ >-- len = gst_ffmpegauddec_frame (ffmpegdec, data, size, &have_data, &ret); >-+ got_frame = gst_ffmpegauddec_frame (ffmpegdec, &ret); >- >-- if (do_padding) { >-- memcpy (data + size, tmp_padding, FF_INPUT_BUFFER_PADDING_SIZE); >-- } >-- >- if (ret != GST_FLOW_OK) { >- GST_LOG_OBJECT (ffmpegdec, "breaking because of flow ret %s", >- gst_flow_get_name (ret)); >- /* bad flow return, make sure we discard all data and exit */ >-- bsize = 0; >- break; >- } >-+ } while (got_frame); >- >-- if (len == 0 && have_data == 0) { >-- /* nothing was decoded, this could be because no data was available or >-- * because we were skipping frames. >-- * If we have no context we must exit and wait for more data, we keep the >-- * data we tried. */ >-- GST_LOG_OBJECT (ffmpegdec, "Decoding didn't return any data, breaking"); >-- break; >-- } else if (len < 0) { >-- /* a decoding error happened, we must break and try again with next data. */ >-- GST_LOG_OBJECT (ffmpegdec, "Decoding error, breaking"); >-- bsize = 0; >-- break; >-- } >-- /* prepare for the next round, for codecs with a context we did this >-- * already when using the parser. */ >-- bsize -= len; >-- bdata += len; >-- >-- do_padding = TRUE; >-- >-- GST_LOG_OBJECT (ffmpegdec, "Before (while bsize>0). bsize:%d , bdata:%p", >-- bsize, bdata); >-- } while (bsize > 0); >-- >- gst_buffer_unmap (inbuf, &map); >- gst_buffer_unref (inbuf); >- >-@@ -827,15 +770,12 @@ gst_ffmpegauddec_handle_frame (GstAudioDecoder * decod >- ret = >- gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (ffmpegdec), >- ffmpegdec->outbuf, 1); >-- else if (len < 0 || is_header) >-+ else if (is_header) >- ret = >- gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (ffmpegdec), NULL, 1); >- ffmpegdec->outbuf = NULL; >- >-- if (bsize > 0) { >-- GST_DEBUG_OBJECT (ffmpegdec, "Dropping %d bytes of data", bsize); >-- } >-- >-+done: >- return ret; >- >- /* ERRORS */ >-@@ -845,8 +785,15 @@ not_negotiated: >- GST_ELEMENT_ERROR (ffmpegdec, CORE, NEGOTIATION, (NULL), >- ("avdec_%s: input format was not set before data start", >- oclass->in_plugin->name)); >-- return GST_FLOW_NOT_NEGOTIATED; >-+ ret = GST_FLOW_NOT_NEGOTIATED; >-+ goto done; >- } >-+ >-+send_packet_failed: >-+ { >-+ GST_WARNING_OBJECT (ffmpegdec, "decoding error"); >-+ goto done; >-+ } >- } >- >- gboolean >-@@ -865,19 +812,18 @@ gst_ffmpegauddec_register (GstPlugin * plugin) >- }; >- GType type; >- AVCodec *in_plugin; >-+ void *i = 0; >- gint rank; >- >-- in_plugin = av_codec_next (NULL); >-- >- GST_LOG ("Registering decoders"); >- >-- while (in_plugin) { >-+ while ((in_plugin = (AVCodec *) av_codec_iterate (&i))) { >- gchar *type_name; >- >- /* only decoders */ >- if (!av_codec_is_decoder (in_plugin) >- || in_plugin->type != AVMEDIA_TYPE_AUDIO) { >-- goto next; >-+ continue; >- } >- >- /* no quasi codecs, please */ >-@@ -885,15 +831,8 @@ gst_ffmpegauddec_register (GstPlugin * plugin) >- (in_plugin->id >= AV_CODEC_ID_PCM_S16LE && >- in_plugin->id <= AV_CODEC_ID_PCM_BLURAY) || >- (in_plugin->id >= AV_CODEC_ID_PCM_S8_PLANAR && >--#if AV_VERSION_INT (LIBAVCODEC_VERSION_MAJOR, LIBAVCODEC_VERSION_MINOR, LIBAVCODEC_VERSION_MICRO) >= AV_VERSION_INT (57,69,0) >-- in_plugin->id <= AV_CODEC_ID_PCM_F24LE)) { >--#elif AV_VERSION_INT (LIBAVCODEC_VERSION_MAJOR, LIBAVCODEC_VERSION_MINOR, LIBAVCODEC_VERSION_MICRO) >= AV_VERSION_INT (57,54,0) >-- in_plugin->id <= AV_CODEC_ID_PCM_S64BE)) { >--#else >-- in_plugin->id <= AV_CODEC_ID_PCM_S16BE_PLANAR)) { >--#endif >-- goto next; >-- } >-+ in_plugin->id <= AV_CODEC_ID_PCM_F24LE)) >-+ continue; >- >- /* No decoders depending on external libraries (we don't build them, but >- * people who build against an external ffmpeg might have them. >-@@ -902,7 +841,7 @@ gst_ffmpegauddec_register (GstPlugin * plugin) >- GST_DEBUG >- ("Not using external library decoder %s. Use the gstreamer-native ones instead.", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- GST_DEBUG ("Trying plugin %s [%s]", in_plugin->name, in_plugin->long_name); >-@@ -923,7 +862,7 @@ gst_ffmpegauddec_register (GstPlugin * plugin) >- !strcmp (in_plugin->name, "dvdsub") || >- !strcmp (in_plugin->name, "dvbsub")) { >- GST_LOG ("Ignoring decoder %s", in_plugin->name); >-- goto next; >-+ continue; >- } >- >- /* construct the type */ >-@@ -967,9 +906,6 @@ gst_ffmpegauddec_register (GstPlugin * plugin) >- } >- >- g_free (type_name); >-- >-- next: >-- in_plugin = av_codec_next (in_plugin); >- } >- >- GST_LOG ("Finished Registering decoders"); >---- ext/libav/gstavauddec.h.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavauddec.h >-@@ -19,6 +19,8 @@ >- #ifndef __GST_FFMPEGAUDDEC_H__ >- #define __GST_FFMPEGAUDDEC_H__ >- >-+#include <glib.h> >-+ >- G_BEGIN_DECLS >- >- #include <gst/gst.h> >-@@ -38,7 +40,7 @@ struct _GstFFMpegAudDec >- AVFrame *frame; >- >- guint8 *padded; >-- guint padded_size; >-+ gint padded_size; >- >- /* prevent reopening the decoder on GST_EVENT_CAPS when caps are same as last time. */ >- GstCaps *last_caps; >---- ext/libav/gstavaudenc.c.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavaudenc.c >-@@ -31,31 +31,22 @@ >- #include <errno.h> >- >- #include <libavcodec/avcodec.h> >-+#include <libavutil/opt.h> >- >- #include <gst/gst.h> >- >- #include "gstav.h" >-+#include "gstavcfg.h" >- #include "gstavcodecmap.h" >- #include "gstavutils.h" >- #include "gstavaudenc.h" >- >--#define DEFAULT_AUDIO_BITRATE 128000 >-- >- enum >- { >-- /* FILL ME */ >-- LAST_SIGNAL >--}; >-- >--enum >--{ >- PROP_0, >-- PROP_BIT_RATE, >-- PROP_RTP_PAYLOAD_SIZE, >-- PROP_COMPLIANCE, >-+ PROP_CFG_BASE, >- }; >- >--/* A number of function prototypes are given so we can refer to them later. */ >- static void gst_ffmpegaudenc_class_init (GstFFMpegAudEncClass * klass); >- static void gst_ffmpegaudenc_base_init (GstFFMpegAudEncClass * klass); >- static void gst_ffmpegaudenc_init (GstFFMpegAudEnc * ffmpegaudenc); >-@@ -78,8 +69,6 @@ static void gst_ffmpegaudenc_get_property (GObject * o >- >- static GstElementClass *parent_class = NULL; >- >--/*static guint gst_ffmpegaudenc_signals[LAST_SIGNAL] = { 0 }; */ >-- >- static void >- gst_ffmpegaudenc_base_init (GstFFMpegAudEncClass * klass) >- { >-@@ -148,16 +137,8 @@ gst_ffmpegaudenc_class_init (GstFFMpegAudEncClass * kl >- gobject_class->set_property = gst_ffmpegaudenc_set_property; >- gobject_class->get_property = gst_ffmpegaudenc_get_property; >- >-- /* FIXME: could use -1 for a sensible per-codec defaults */ >-- g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_BIT_RATE, >-- g_param_spec_int ("bitrate", "Bit Rate", >-- "Target Audio Bitrate", 0, G_MAXINT, DEFAULT_AUDIO_BITRATE, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); >-- g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_COMPLIANCE, >-- g_param_spec_enum ("compliance", "Compliance", >-- "Adherence of the encoder to the specifications", >-- GST_TYPE_FFMPEG_COMPLIANCE, FFMPEG_DEFAULT_COMPLIANCE, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); >-+ gst_ffmpeg_cfg_install_properties (gobject_class, klass->in_plugin, >-+ PROP_CFG_BASE, AV_OPT_FLAG_ENCODING_PARAM | AV_OPT_FLAG_AUDIO_PARAM); >- >- gobject_class->finalize = gst_ffmpegaudenc_finalize; >- >-@@ -180,11 +161,10 @@ gst_ffmpegaudenc_init (GstFFMpegAudEnc * ffmpegaudenc) >- >- /* ffmpeg objects */ >- ffmpegaudenc->context = avcodec_alloc_context3 (klass->in_plugin); >-+ ffmpegaudenc->refcontext = avcodec_alloc_context3 (klass->in_plugin); >- ffmpegaudenc->opened = FALSE; >- ffmpegaudenc->frame = av_frame_alloc (); >- >-- ffmpegaudenc->compliance = FFMPEG_DEFAULT_COMPLIANCE; >-- >- gst_audio_encoder_set_drainable (GST_AUDIO_ENCODER (ffmpegaudenc), TRUE); >- } >- >-@@ -197,6 +177,7 @@ gst_ffmpegaudenc_finalize (GObject * object) >- av_frame_free (&ffmpegaudenc->frame); >- gst_ffmpeg_avcodec_close (ffmpegaudenc->context); >- av_free (ffmpegaudenc->context); >-+ av_free (ffmpegaudenc->refcontext); >- >- G_OBJECT_CLASS (parent_class)->finalize (object); >- } >-@@ -262,33 +243,8 @@ gst_ffmpegaudenc_set_format (GstAudioEncoder * encoder >- } >- } >- >-- /* if we set it in _getcaps we should set it also in _link */ >-- ffmpegaudenc->context->strict_std_compliance = ffmpegaudenc->compliance; >-+ gst_ffmpeg_cfg_fill_context (G_OBJECT (ffmpegaudenc), ffmpegaudenc->context); >- >-- /* user defined properties */ >-- if (ffmpegaudenc->bitrate > 0) { >-- GST_INFO_OBJECT (ffmpegaudenc, "Setting avcontext to bitrate %d", >-- ffmpegaudenc->bitrate); >-- ffmpegaudenc->context->bit_rate = ffmpegaudenc->bitrate; >-- ffmpegaudenc->context->bit_rate_tolerance = ffmpegaudenc->bitrate; >-- } else { >-- GST_INFO_OBJECT (ffmpegaudenc, >-- "Using avcontext default bitrate %" G_GINT64_FORMAT, >-- (gint64) ffmpegaudenc->context->bit_rate); >-- } >-- >-- /* RTP payload used for GOB production (for Asterisk) */ >-- if (ffmpegaudenc->rtp_payload_size) { >-- ffmpegaudenc->context->rtp_payload_size = ffmpegaudenc->rtp_payload_size; >-- } >-- >-- /* some other defaults */ >-- ffmpegaudenc->context->rc_strategy = 2; >-- ffmpegaudenc->context->b_frame_strategy = 0; >-- ffmpegaudenc->context->coder_type = 0; >-- ffmpegaudenc->context->context_model = 0; >-- ffmpegaudenc->context->scenechange_threshold = 0; >-- >- /* fetch pix_fmt and so on */ >- gst_ffmpeg_audioinfo_to_context (info, ffmpegaudenc->context); >- if (!ffmpegaudenc->context->time_base.den) { >-@@ -330,8 +286,9 @@ gst_ffmpegaudenc_set_format (GstAudioEncoder * encoder >- oclass->in_plugin) < 0) >- GST_DEBUG_OBJECT (ffmpegaudenc, "Failed to set context defaults"); >- >-- if ((oclass->in_plugin->capabilities & CODEC_CAP_EXPERIMENTAL) && >-- ffmpegaudenc->compliance != GST_FFMPEG_EXPERIMENTAL) { >-+ if ((oclass->in_plugin->capabilities & AV_CODEC_CAP_EXPERIMENTAL) && >-+ ffmpegaudenc->context->strict_std_compliance != >-+ GST_FFMPEG_EXPERIMENTAL) { >- GST_ELEMENT_ERROR (ffmpegaudenc, LIBRARY, SETTINGS, >- ("Codec is experimental, but settings don't allow encoders to " >- "produce output of experimental quality"), >-@@ -445,15 +402,13 @@ buffer_info_free (void *opaque, guint8 * data) >- } >- >- static GstFlowReturn >--gst_ffmpegaudenc_encode_audio (GstFFMpegAudEnc * ffmpegaudenc, >-- GstBuffer * buffer, gint * have_data) >-+gst_ffmpegaudenc_send_frame (GstFFMpegAudEnc * ffmpegaudenc, GstBuffer * buffer) >- { >- GstAudioEncoder *enc; >- AVCodecContext *ctx; >-- gint res; >- GstFlowReturn ret; >-+ gint res; >- GstAudioInfo *info; >-- AVPacket *pkt; >- AVFrame *frame = ffmpegaudenc->frame; >- gboolean planar; >- gint nsamples = -1; >-@@ -462,8 +417,6 @@ gst_ffmpegaudenc_encode_audio (GstFFMpegAudEnc * ffmpe >- >- ctx = ffmpegaudenc->context; >- >-- pkt = g_slice_new0 (AVPacket); >-- >- if (buffer != NULL) { >- BufferInfo *buffer_info = g_slice_new0 (BufferInfo); >- guint8 *audio_in; >-@@ -572,28 +525,47 @@ gst_ffmpegaudenc_encode_audio (GstFFMpegAudEnc * ffmpe >- } >- >- /* we have a frame to feed the encoder */ >-- res = avcodec_encode_audio2 (ctx, pkt, frame, have_data); >-+ res = avcodec_send_frame (ctx, frame); >- >- av_frame_unref (frame); >- } else { >- GST_LOG_OBJECT (ffmpegaudenc, "draining"); >- /* flushing the encoder */ >-- res = avcodec_encode_audio2 (ctx, pkt, NULL, have_data); >-+ res = avcodec_send_frame (ctx, NULL); >- } >- >-- if (res < 0) { >-- char error_str[128] = { 0, }; >-- >-- g_slice_free (AVPacket, pkt); >-- av_strerror (res, error_str, sizeof (error_str)); >-- GST_ERROR_OBJECT (enc, "Failed to encode buffer: %d - %s", res, error_str); >-- return GST_FLOW_OK; >-+ if (res == 0) { >-+ ret = GST_FLOW_OK; >-+ } else if (res == AVERROR_EOF) { >-+ ret = GST_FLOW_EOS; >-+ } else { /* Any other return value is an error in our context */ >-+ ret = GST_FLOW_OK; >-+ GST_WARNING_OBJECT (ffmpegaudenc, "Failed to encode buffer"); >- } >-- GST_LOG_OBJECT (ffmpegaudenc, "got output size %d", res); >- >-- if (*have_data) { >-+ return ret; >-+} >-+ >-+static GstFlowReturn >-+gst_ffmpegaudenc_receive_packet (GstFFMpegAudEnc * ffmpegaudenc, >-+ gboolean * got_packet) >-+{ >-+ GstAudioEncoder *enc; >-+ AVCodecContext *ctx; >-+ gint res; >-+ GstFlowReturn ret; >-+ AVPacket *pkt; >-+ >-+ enc = GST_AUDIO_ENCODER (ffmpegaudenc); >-+ >-+ ctx = ffmpegaudenc->context; >-+ >-+ pkt = g_slice_new0 (AVPacket); >-+ >-+ res = avcodec_receive_packet (ctx, pkt); >-+ >-+ if (res == 0) { >- GstBuffer *outbuf; >-- const AVCodec *codec; >- >- GST_LOG_OBJECT (ffmpegaudenc, "pushing size %d", pkt->size); >- >-@@ -601,45 +573,39 @@ gst_ffmpegaudenc_encode_audio (GstFFMpegAudEnc * ffmpe >- gst_buffer_new_wrapped_full (GST_MEMORY_FLAG_READONLY, pkt->data, >- pkt->size, 0, pkt->size, pkt, gst_ffmpegaudenc_free_avpacket); >- >-- codec = ffmpegaudenc->context->codec; >-- if ((codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE) || !buffer) { >-- /* FIXME: Not really correct, as -1 means "all the samples we got >-- given so far", which may not be true depending on the codec, >-- but we have no way to know AFAICT */ >-- ret = gst_audio_encoder_finish_frame (enc, outbuf, -1); >-- } else { >-- ret = gst_audio_encoder_finish_frame (enc, outbuf, nsamples); >-- } >-+ ret = >-+ gst_audio_encoder_finish_frame (enc, outbuf, >-+ pkt->duration > 0 ? pkt->duration : -1); >-+ *got_packet = TRUE; >- } else { >- GST_LOG_OBJECT (ffmpegaudenc, "no output produced"); >- g_slice_free (AVPacket, pkt); >- ret = GST_FLOW_OK; >-+ *got_packet = FALSE; >- } >- >- return ret; >- } >- >--static void >-+static GstFlowReturn >- gst_ffmpegaudenc_drain (GstFFMpegAudEnc * ffmpegaudenc) >- { >-- GstFFMpegAudEncClass *oclass; >-+ GstFlowReturn ret = GST_FLOW_OK; >-+ gboolean got_packet; >- >-- oclass = (GstFFMpegAudEncClass *) (G_OBJECT_GET_CLASS (ffmpegaudenc)); >-+ ret = gst_ffmpegaudenc_send_frame (ffmpegaudenc, NULL); >- >-- if (oclass->in_plugin->capabilities & CODEC_CAP_DELAY) { >-- gint have_data, try = 0; >-- >-- GST_LOG_OBJECT (ffmpegaudenc, >-- "codec has delay capabilities, calling until libav has drained everything"); >-- >-+ if (ret == GST_FLOW_OK) { >- do { >-- GstFlowReturn ret; >-- >-- ret = gst_ffmpegaudenc_encode_audio (ffmpegaudenc, NULL, &have_data); >-- if (ret != GST_FLOW_OK || have_data == 0) >-+ ret = gst_ffmpegaudenc_receive_packet (ffmpegaudenc, &got_packet); >-+ if (ret != GST_FLOW_OK) >- break; >-- } while (try++ < 10); >-+ } while (got_packet); >- } >-+ >-+ avcodec_flush_buffers (ffmpegaudenc->context); >-+ >-+ return ret; >- } >- >- static GstFlowReturn >-@@ -647,17 +613,15 @@ gst_ffmpegaudenc_handle_frame (GstAudioEncoder * encod >- { >- GstFFMpegAudEnc *ffmpegaudenc; >- GstFlowReturn ret; >-- gint have_data; >-+ gboolean got_packet; >- >- ffmpegaudenc = (GstFFMpegAudEnc *) encoder; >- >- if (G_UNLIKELY (!ffmpegaudenc->opened)) >- goto not_negotiated; >- >-- if (!inbuf) { >-- gst_ffmpegaudenc_drain (ffmpegaudenc); >-- return GST_FLOW_OK; >-- } >-+ if (!inbuf) >-+ return gst_ffmpegaudenc_drain (ffmpegaudenc); >- >- inbuf = gst_buffer_ref (inbuf); >- >-@@ -675,11 +639,15 @@ gst_ffmpegaudenc_handle_frame (GstAudioEncoder * encod >- info->channels, info->position, ffmpegaudenc->ffmpeg_layout); >- } >- >-- ret = gst_ffmpegaudenc_encode_audio (ffmpegaudenc, inbuf, &have_data); >-+ ret = gst_ffmpegaudenc_send_frame (ffmpegaudenc, inbuf); >- >- if (ret != GST_FLOW_OK) >-- goto push_failed; >-+ goto send_frame_failed; >- >-+ do { >-+ ret = gst_ffmpegaudenc_receive_packet (ffmpegaudenc, &got_packet); >-+ } while (got_packet); >-+ >- return GST_FLOW_OK; >- >- /* ERRORS */ >-@@ -690,9 +658,9 @@ not_negotiated: >- gst_buffer_unref (inbuf); >- return GST_FLOW_NOT_NEGOTIATED; >- } >--push_failed: >-+send_frame_failed: >- { >-- GST_DEBUG_OBJECT (ffmpegaudenc, "Failed to push buffer %d (%s)", ret, >-+ GST_DEBUG_OBJECT (ffmpegaudenc, "Failed to send frame %d (%s)", ret, >- gst_flow_get_name (ret)); >- return ret; >- } >-@@ -704,55 +672,34 @@ gst_ffmpegaudenc_set_property (GObject * object, >- { >- GstFFMpegAudEnc *ffmpegaudenc; >- >-- /* Get a pointer of the right type. */ >- ffmpegaudenc = (GstFFMpegAudEnc *) (object); >- >- if (ffmpegaudenc->opened) { >- GST_WARNING_OBJECT (ffmpegaudenc, >-- "Can't change properties once decoder is setup !"); >-+ "Can't change properties once encoder is setup !"); >- return; >- } >- >-- /* Check the argument id to see which argument we're setting. */ >- switch (prop_id) { >-- case PROP_BIT_RATE: >-- ffmpegaudenc->bitrate = g_value_get_int (value); >-- break; >-- case PROP_RTP_PAYLOAD_SIZE: >-- ffmpegaudenc->rtp_payload_size = g_value_get_int (value); >-- break; >-- case PROP_COMPLIANCE: >-- ffmpegaudenc->compliance = g_value_get_enum (value); >-- break; >- default: >-- G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); >-+ if (!gst_ffmpeg_cfg_set_property (ffmpegaudenc->refcontext, value, pspec)) >-+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); >- break; >- } >- } >- >--/* The set function is simply the inverse of the get fuction. */ >- static void >- gst_ffmpegaudenc_get_property (GObject * object, >- guint prop_id, GValue * value, GParamSpec * pspec) >- { >- GstFFMpegAudEnc *ffmpegaudenc; >- >-- /* It's not null if we got it, but it might not be ours */ >- ffmpegaudenc = (GstFFMpegAudEnc *) (object); >- >- switch (prop_id) { >-- case PROP_BIT_RATE: >-- g_value_set_int (value, ffmpegaudenc->bitrate); >-- break; >-- break; >-- case PROP_RTP_PAYLOAD_SIZE: >-- g_value_set_int (value, ffmpegaudenc->rtp_payload_size); >-- break; >-- case PROP_COMPLIANCE: >-- g_value_set_enum (value, ffmpegaudenc->compliance); >-- break; >- default: >-- G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); >-+ if (!gst_ffmpeg_cfg_get_property (ffmpegaudenc->refcontext, value, pspec)) >-+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); >- break; >- } >- } >-@@ -773,32 +720,26 @@ gst_ffmpegaudenc_register (GstPlugin * plugin) >- }; >- GType type; >- AVCodec *in_plugin; >-+ void *i = 0; >- >- >- GST_LOG ("Registering encoders"); >- >-- in_plugin = av_codec_next (NULL); >-- while (in_plugin) { >-+ while ((in_plugin = (AVCodec *) av_codec_iterate (&i))) { >- gchar *type_name; >- guint rank; >- >- /* Skip non-AV codecs */ >- if (in_plugin->type != AVMEDIA_TYPE_AUDIO) >-- goto next; >-+ continue; >- >- /* no quasi codecs, please */ >- if (in_plugin->id == AV_CODEC_ID_PCM_S16LE_PLANAR || >- (in_plugin->id >= AV_CODEC_ID_PCM_S16LE && >- in_plugin->id <= AV_CODEC_ID_PCM_BLURAY) || >- (in_plugin->id >= AV_CODEC_ID_PCM_S8_PLANAR && >--#if AV_VERSION_INT (LIBAVCODEC_VERSION_MAJOR, LIBAVCODEC_VERSION_MINOR, LIBAVCODEC_VERSION_MICRO) >= AV_VERSION_INT (57,69,0) >- in_plugin->id <= AV_CODEC_ID_PCM_F24LE)) { >--#elif AV_VERSION_INT (LIBAVCODEC_VERSION_MAJOR, LIBAVCODEC_VERSION_MINOR, LIBAVCODEC_VERSION_MICRO) >= AV_VERSION_INT (57,54,0) >-- in_plugin->id <= AV_CODEC_ID_PCM_S64BE)) { >--#else >-- in_plugin->id <= AV_CODEC_ID_PCM_S16BE_PLANAR)) { >--#endif >-- goto next; >-+ continue; >- } >- >- /* No encoders depending on external libraries (we don't build them, but >-@@ -808,12 +749,12 @@ gst_ffmpegaudenc_register (GstPlugin * plugin) >- GST_DEBUG >- ("Not using external library encoder %s. Use the gstreamer-native ones instead.", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- /* only encoders */ >- if (!av_codec_is_encoder (in_plugin)) { >-- goto next; >-+ continue; >- } >- >- /* FIXME : We should have a method to know cheaply whether we have a mapping >-@@ -825,7 +766,7 @@ gst_ffmpegaudenc_register (GstPlugin * plugin) >- if (!strcmp (in_plugin->name, "vorbis") >- || !strcmp (in_plugin->name, "flac")) { >- GST_LOG ("Ignoring encoder %s", in_plugin->name); >-- goto next; >-+ continue; >- } >- >- /* construct the type */ >-@@ -867,9 +808,6 @@ gst_ffmpegaudenc_register (GstPlugin * plugin) >- } >- >- g_free (type_name); >-- >-- next: >-- in_plugin = av_codec_next (in_plugin); >- } >- >- GST_LOG ("Finished registering encoders"); >---- ext/libav/gstavaudenc.h.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavaudenc.h >-@@ -37,16 +37,8 @@ struct _GstFFMpegAudEnc >- GstAudioEncoder parent; >- >- AVCodecContext *context; >-+ AVCodecContext *refcontext; >- gboolean opened; >-- >-- /* cache */ >-- gint bitrate; >-- gint rtp_payload_size; >-- gint compliance; >-- >-- /* other settings are copied over straight, >-- * include a context here, rather than copy-and-past it from avcodec.h */ >-- AVCodecContext config; >- >- AVFrame *frame; >- >---- ext/libav/gstavcfg.c.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavcfg.c >-@@ -30,1047 +30,558 @@ >- #include "gstavcfg.h" >- >- #include <string.h> >-+#include <libavutil/opt.h> >- >--/* some enums used in property declarations */ >-+static GQuark avoption_quark; >-+static GHashTable *generic_overrides = NULL; >- >--#define GST_TYPE_FFMPEG_PASS (gst_ffmpeg_pass_get_type ()) >--static GType >--gst_ffmpeg_pass_get_type (void) >-+static void >-+make_generic_overrides (void) >- { >-- static GType ffmpeg_pass_type = 0; >-+ g_assert (!generic_overrides); >-+ generic_overrides = g_hash_table_new_full (g_str_hash, g_str_equal, >-+ g_free, (GDestroyNotify) gst_structure_free); >- >-- if (!ffmpeg_pass_type) { >-- static const GEnumValue ffmpeg_passes[] = { >-- {0, "Constant Bitrate Encoding", "cbr"}, >-- {CODEC_FLAG_QSCALE, "Constant Quantizer", "quant"}, >-- {CODEC_FLAG_PASS1, "VBR Encoding - Pass 1", "pass1"}, >-- {CODEC_FLAG_PASS2, "VBR Encoding - Pass 2", "pass2"}, >-- {0, NULL, NULL}, >-- }; >-+ g_hash_table_insert (generic_overrides, g_strdup ("b"), >-+ gst_structure_new_empty ("bitrate")); >-+ g_hash_table_insert (generic_overrides, g_strdup ("ab"), >-+ gst_structure_new_empty ("bitrate")); >-+ g_hash_table_insert (generic_overrides, g_strdup ("g"), >-+ gst_structure_new_empty ("gop-size")); >-+ g_hash_table_insert (generic_overrides, g_strdup ("bt"), >-+ gst_structure_new_empty ("bitrate-tolerance")); >-+ g_hash_table_insert (generic_overrides, g_strdup ("bf"), >-+ gst_structure_new_empty ("max-bframes")); >- >-- ffmpeg_pass_type = >-- g_enum_register_static ("GstLibAVEncPass", ffmpeg_passes); >-- } >-- >-- return ffmpeg_pass_type; >-+ /* Those are exposed through caps */ >-+ g_hash_table_insert (generic_overrides, g_strdup ("profile"), >-+ gst_structure_new ("profile", "skip", G_TYPE_BOOLEAN, TRUE, NULL)); >-+ g_hash_table_insert (generic_overrides, g_strdup ("level"), >-+ gst_structure_new ("level", "skip", G_TYPE_BOOLEAN, TRUE, NULL)); >-+ g_hash_table_insert (generic_overrides, g_strdup ("color_primaries"), >-+ gst_structure_new ("color_primaries", "skip", G_TYPE_BOOLEAN, TRUE, >-+ NULL)); >-+ g_hash_table_insert (generic_overrides, g_strdup ("color_trc"), >-+ gst_structure_new ("color_trc", "skip", G_TYPE_BOOLEAN, TRUE, NULL)); >-+ g_hash_table_insert (generic_overrides, g_strdup ("colorspace"), >-+ gst_structure_new ("colorspace", "skip", G_TYPE_BOOLEAN, TRUE, NULL)); >-+ g_hash_table_insert (generic_overrides, g_strdup ("color_range"), >-+ gst_structure_new ("color_range", "skip", G_TYPE_BOOLEAN, TRUE, NULL)); >- } >- >--#if 0 >--/* some do not support 2-pass */ >--#define GST_TYPE_FFMPEG_LIM_PASS (gst_ffmpeg_lim_pass_get_type ()) >--static GType >--gst_ffmpeg_lim_pass_get_type (void) >-+void >-+gst_ffmpeg_cfg_init (void) >- { >-- static GType ffmpeg_lim_pass_type = 0; >-- >-- if (!ffmpeg_lim_pass_type) { >-- static const GEnumValue ffmpeg_lim_passes[] = { >-- {0, "Constant Bitrate Encoding", "cbr"}, >-- {CODEC_FLAG_QSCALE, "Constant Quantizer", "quant"}, >-- {0, NULL, NULL}, >-- }; >-- >-- ffmpeg_lim_pass_type = >-- g_enum_register_static ("GstLibAVEncLimPass", ffmpeg_lim_passes); >-- } >-- >-- return ffmpeg_lim_pass_type; >-+ avoption_quark = g_quark_from_static_string ("ffmpeg-cfg-param-spec-data"); >-+ make_generic_overrides (); >- } >--#endif >- >--#define GST_TYPE_FFMPEG_MB_DECISION (gst_ffmpeg_mb_decision_get_type ()) >--static GType >--gst_ffmpeg_mb_decision_get_type (void) >-+static gint >-+cmp_enum_value (GEnumValue * val1, GEnumValue * val2) >- { >-- static GType ffmpeg_mb_decision_type = 0; >-- >-- if (!ffmpeg_mb_decision_type) { >-- static const GEnumValue ffmpeg_mb_decisions[] = { >-- {FF_MB_DECISION_SIMPLE, "Use method set by mb-cmp", "simple"}, >-- {FF_MB_DECISION_BITS, >-- "Chooses the one which needs the fewest bits aka vhq mode", "bits"}, >-- {FF_MB_DECISION_RD, "Rate Distortion", "rd"}, >-- {0, NULL, NULL}, >-- }; >-- >-- ffmpeg_mb_decision_type = >-- g_enum_register_static ("GstLibAVEncMBDecision", ffmpeg_mb_decisions); >-- } >-- >-- return ffmpeg_mb_decision_type; >-+ return val1->value - val2->value; >- } >- >--#define GST_TYPE_FFMPEG_CMP_FUNCTION (gst_ffmpeg_mb_cmp_get_type ()) >- static GType >--gst_ffmpeg_mb_cmp_get_type (void) >-+register_enum (const AVClass ** obj, const AVOption * top_opt) >- { >-- static GType ffmpeg_mb_cmp_type = 0; >-+ const AVOption *opt = NULL; >-+ GType res = 0; >-+ GArray *values = g_array_new (TRUE, TRUE, sizeof (GEnumValue)); >-+ gchar *lower_obj_name = g_ascii_strdown ((*obj)->class_name, -1); >-+ gchar *enum_name = g_strdup_printf ("%s-%s", lower_obj_name, top_opt->unit); >-+ gboolean none_default = TRUE; >- >-- /* TODO fill out remaining values */ >-- if (!ffmpeg_mb_cmp_type) { >-- static const GEnumValue ffmpeg_mb_cmps[] = { >-- {FF_CMP_SAD, "Sum of Absolute Differences", "sad"}, >-- {FF_CMP_SSE, "Sum of Squared Errors", "sse"}, >-- {FF_CMP_SATD, "Sum of Absolute Hadamard Transformed Differences", "satd"}, >-- {FF_CMP_DCT, "Sum of Absolute DCT Transformed Differences", "dct"}, >-- {FF_CMP_PSNR, "Sum of the Squared Quantization Errors", "psnr"}, >-- {FF_CMP_BIT, "Sum of the Bits needed for the block", "bit"}, >-- {FF_CMP_RD, "Rate Distortion optimal", "rd"}, >-- {FF_CMP_ZERO, "ZERO", "zero"}, >-- {FF_CMP_VSAD, "VSAD", "vsad"}, >-- {FF_CMP_VSSE, "VSSE", "vsse"}, >--#if 0 >--/* economize a bit for now */ >-- {FF_CMP_NSSE, "NSSE", "nsse"}, >-- {FF_CMP_W53, "W53", "w53"}, >-- {FF_CMP_W97, "W97", "w97"}, >--#endif >-- {0, NULL, NULL}, >-- }; >-+ g_strcanon (enum_name, G_CSET_a_2_z G_CSET_DIGITS, '-'); >- >-- ffmpeg_mb_cmp_type = >-- g_enum_register_static ("GstLibAVCMPFunction", ffmpeg_mb_cmps); >-- } >-+ if ((res = g_type_from_name (enum_name))) >-+ goto done; >- >-- return ffmpeg_mb_cmp_type; >--} >-+ while ((opt = av_opt_next (obj, opt))) { >-+ if (opt->type == AV_OPT_TYPE_CONST && !g_strcmp0 (top_opt->unit, opt->unit)) { >-+ GEnumValue val; >- >--#define GST_TYPE_FFMPEG_DCT_ALGO (gst_ffmpeg_dct_algo_get_type ()) >--static GType >--gst_ffmpeg_dct_algo_get_type (void) >--{ >-- static GType ffmpeg_dct_algo_type = 0; >-+ val.value = opt->default_val.i64; >-+ val.value_name = g_strdup (opt->help ? opt->help : opt->name); >-+ val.value_nick = g_strdup (opt->name); >- >-- if (!ffmpeg_dct_algo_type) { >-- static const GEnumValue ffmpeg_dct_algos[] = { >-- {FF_DCT_AUTO, "Automatically select a good one", "auto"}, >-- {FF_DCT_FASTINT, "Fast Integer", "fastint"}, >-- {FF_DCT_INT, "Accurate Integer", "int"}, >-- {FF_DCT_MMX, "MMX", "mmx"}, >-- {FF_DCT_ALTIVEC, "ALTIVEC", "altivec"}, >-- {FF_DCT_FAAN, "FAAN", "faan"}, >-- {0, NULL, NULL}, >-- }; >-+ if (opt->default_val.i64 == top_opt->default_val.i64) >-+ none_default = FALSE; >- >-- ffmpeg_dct_algo_type = >-- g_enum_register_static ("GstLibAVDCTAlgo", ffmpeg_dct_algos); >-+ g_array_append_val (values, val); >-+ } >- } >- >-- return ffmpeg_dct_algo_type; >--} >-+ if (values->len) { >-+ guint i = 0; >-+ gint cur_val; >-+ gboolean cur_val_set = FALSE; >- >--#define GST_TYPE_FFMPEG_IDCT_ALGO (gst_ffmpeg_idct_algo_get_type ()) >--static GType >--gst_ffmpeg_idct_algo_get_type (void) >--{ >-- static GType ffmpeg_idct_algo_type = 0; >-+ /* Sometimes ffmpeg sets a default value but no named constants with >-+ * this value, we assume this means "unspecified" and add our own >-+ */ >-+ if (none_default) { >-+ GEnumValue val; >- >-- if (!ffmpeg_idct_algo_type) { >-- static const GEnumValue ffmpeg_idct_algos[] = { >-- {FF_IDCT_AUTO, "Automatically select a good one", "auto"}, >-- {FF_IDCT_INT, "JPEG reference Integer", "int"}, >-- {FF_IDCT_SIMPLE, "Simple", "simple"}, >-- {FF_IDCT_SIMPLEMMX, "Simple MMX", "simplemmx"}, >-- {FF_IDCT_ARM, "ARM", "arm"}, >-- {FF_IDCT_ALTIVEC, "Altivec", "altivec"}, >-- {FF_IDCT_SIMPLEARM, "Simple ARM", "simplearm"}, >-- {FF_IDCT_XVID, "XVID", "xvid"}, >-- {FF_IDCT_SIMPLEARMV5TE, "Simple ARMV5TE", "simplearmv5te"}, >-- {FF_IDCT_SIMPLEARMV6, "Simple ARMV6", "simplearmv6"}, >-- {FF_IDCT_FAAN, "FAAN", "faan"}, >-- {FF_IDCT_SIMPLENEON, "Simple NEON", "simpleneon"}, >-- {0, NULL, NULL}, >-- }; >-+ val.value = top_opt->default_val.i64; >-+ val.value_name = g_strdup ("Unspecified"); >-+ val.value_nick = g_strdup ("unknown"); >-+ g_array_append_val (values, val); >-+ } >- >-- ffmpeg_idct_algo_type = >-- g_enum_register_static ("GstLibAVIDCTAlgo", ffmpeg_idct_algos); >-+ g_array_sort (values, (GCompareFunc) cmp_enum_value); >-+ >-+ /* Dedup, easy once sorted >-+ * We do this because ffmpeg can expose multiple names for the >-+ * same constant, the way we expose enums makes this too confusing. >-+ */ >-+ while (i < values->len) { >-+ if (cur_val_set) { >-+ if (g_array_index (values, GEnumValue, i).value == cur_val) { >-+ g_array_remove_index (values, i); >-+ } else { >-+ cur_val = g_array_index (values, GEnumValue, i).value; >-+ i++; >-+ } >-+ } else { >-+ cur_val = g_array_index (values, GEnumValue, i).value; >-+ cur_val_set = TRUE; >-+ i++; >-+ } >-+ } >-+ >-+ res = >-+ g_enum_register_static (enum_name, &g_array_index (values, GEnumValue, >-+ 0)); >- } >- >-- return ffmpeg_idct_algo_type; >-+done: >-+ g_free (lower_obj_name); >-+ g_free (enum_name); >-+ return res; >- } >- >--#define GST_TYPE_FFMPEG_QUANT_TYPE (gst_ffmpeg_quant_type_get_type ()) >--static GType >--gst_ffmpeg_quant_type_get_type (void) >-+static gint >-+cmp_flags_value (GEnumValue * val1, GEnumValue * val2) >- { >-- static GType ffmpeg_quant_type_type = 0; >-- >-- if (!ffmpeg_quant_type_type) { >-- static const GEnumValue ffmpeg_quant_types[] = { >-- {0, "H263 quantization", "h263"}, >-- {1, "MPEG quantization", "mpeg"}, >-- {0, NULL, NULL}, >-- }; >-- >-- ffmpeg_quant_type_type = >-- g_enum_register_static ("GstLibAVEncQuantTypes", ffmpeg_quant_types); >-- } >-- >-- return ffmpeg_quant_type_type; >-+ return val1->value - val2->value; >- } >- >--#define GST_TYPE_FFMPEG_PRE_ME (gst_ffmpeg_pre_me_get_type ()) >- static GType >--gst_ffmpeg_pre_me_get_type (void) >-+register_flags (const AVClass ** obj, const AVOption * top_opt) >- { >-- static GType ffmpeg_pre_me_type = 0; >-+ const AVOption *opt = NULL; >-+ GType res = 0; >-+ GArray *values = g_array_new (TRUE, TRUE, sizeof (GEnumValue)); >-+ gchar *lower_obj_name = g_ascii_strdown ((*obj)->class_name, -1); >-+ gchar *flags_name = g_strdup_printf ("%s-%s", lower_obj_name, top_opt->unit); >- >-- if (!ffmpeg_pre_me_type) { >-- static const GEnumValue ffmpeg_pre_mes[] = { >-- {0, "Disabled", "off"}, >-- {1, "Only after I-frames", "key"}, >-- {2, "Always", "all"}, >-- {0, NULL, NULL} >-- }; >-+ g_strcanon (flags_name, G_CSET_a_2_z G_CSET_DIGITS, '-'); >- >-- ffmpeg_pre_me_type = >-- g_enum_register_static ("GstLibAVEncPreME", ffmpeg_pre_mes); >-- } >-+ if ((res = g_type_from_name (flags_name))) >-+ goto done; >- >-- return ffmpeg_pre_me_type; >--} >-+ while ((opt = av_opt_next (obj, opt))) { >-+ if (opt->type == AV_OPT_TYPE_CONST && !g_strcmp0 (top_opt->unit, opt->unit)) { >-+ GFlagsValue val; >- >--#define GST_TYPE_FFMPEG_PRED_METHOD (gst_ffmpeg_pred_method_get_type ()) >--static GType >--gst_ffmpeg_pred_method_get_type (void) >--{ >-- static GType ffmpeg_pred_method = 0; >-+ /* We expose pass manually, hardcoding this isn't very nice, but >-+ * I don't expect we want to do that sort of things often enough >-+ * to warrant a general mechanism >-+ */ >-+ if (!g_strcmp0 (top_opt->name, "flags")) { >-+ if (opt->default_val.i64 == AV_CODEC_FLAG_QSCALE || >-+ opt->default_val.i64 == AV_CODEC_FLAG_PASS1 || >-+ opt->default_val.i64 == AV_CODEC_FLAG_PASS2) { >-+ continue; >-+ } >-+ } >- >-- if (!ffmpeg_pred_method) { >-- static const GEnumValue ffmpeg_pred_methods[] = { >-- {FF_PRED_LEFT, "Left", "left"}, >-- {FF_PRED_PLANE, "Plane", "plane"}, >-- {FF_PRED_MEDIAN, "Median", "median"}, >-- {0, NULL, NULL} >-- }; >-+ val.value = opt->default_val.i64; >-+ val.value_name = g_strdup (opt->help ? opt->help : opt->name); >-+ val.value_nick = g_strdup (opt->name); >- >-- ffmpeg_pred_method = >-- g_enum_register_static ("GstLibAVEncPredMethod", ffmpeg_pred_methods); >-+ g_array_append_val (values, val); >-+ } >- } >- >-- return ffmpeg_pred_method; >--} >-+ if (values->len) { >-+ g_array_sort (values, (GCompareFunc) cmp_flags_value); >- >--#define GST_TYPE_FFMPEG_FLAGS (gst_ffmpeg_flags_get_type()) >--static GType >--gst_ffmpeg_flags_get_type (void) >--{ >-- static GType ffmpeg_flags_type = 0; >-- >-- /* FIXME: This needs some serious resyncing with avcodec.h */ >-- if (!ffmpeg_flags_type) { >-- static const GFlagsValue ffmpeg_flags[] = { >-- {CODEC_FLAG_QSCALE, "Use fixed qscale", "qscale"}, >-- {CODEC_FLAG_4MV, "Allow 4 MV per MB", "4mv"}, >-- {CODEC_FLAG_QPEL, "Quartel Pel Motion Compensation", "qpel"}, >-- {CODEC_FLAG_GMC, "GMC", "gmc"}, >-- {CODEC_FLAG_MV0, "Always try a MB with MV (0,0)", "mv0"}, >-- {CODEC_FLAG_LOOP_FILTER, "Loop filter", "loop-filter"}, >-- {CODEC_FLAG_GRAY, "Only decode/encode grayscale", "gray"}, >-- {CODEC_FLAG_NORMALIZE_AQP, >-- "Normalize Adaptive Quantization (masking, etc)", "aqp"}, >-- {CODEC_FLAG_GLOBAL_HEADER, >-- "Global headers in extradata instead of every keyframe", >-- "global-headers"}, >-- {CODEC_FLAG_AC_PRED, "H263 Advanced Intra Coding / MPEG4 AC prediction", >-- "aic"}, >-- {CODEC_FLAG_CLOSED_GOP, "Closed GOP", "closedgop"}, >-- {0, NULL, NULL}, >-- }; >-- >-- ffmpeg_flags_type = g_flags_register_static ("GstLibAVFlags", ffmpeg_flags); >-+ res = >-+ g_flags_register_static (flags_name, &g_array_index (values, >-+ GFlagsValue, 0)); >- } >- >-- return ffmpeg_flags_type; >-+done: >-+ g_free (lower_obj_name); >-+ g_free (flags_name); >-+ return res; >- } >- >--/* provides additional info to attach to a property */ >-- >--typedef struct _GParamSpecData GParamSpecData; >-- >--struct _GParamSpecData >-+static guint >-+install_opts (GObjectClass * gobject_class, const AVClass ** obj, guint prop_id, >-+ gint flags, const gchar * extra_help, GHashTable * overrides) >- { >-- /* offset of member in the element struct that stores the property */ >-- guint offset; >-+ const AVOption *opt = NULL; >- >-- /* size of the above member */ >-- guint size; >-+ while ((opt = av_opt_next (obj, opt))) { >-+ GParamSpec *pspec = NULL; >-+ AVOptionRanges *r; >-+ gdouble min = G_MINDOUBLE; >-+ gdouble max = G_MAXDOUBLE; >-+ gchar *help; >-+ const gchar *name; >- >-- /* if TRUE, try to get the default from lavc and ignore the paramspec default */ >-- gboolean lavc_default; >-+ if (overrides && g_hash_table_contains (overrides, opt->name)) { >-+ gboolean skip; >-+ const GstStructure *s = >-+ (GstStructure *) g_hash_table_lookup (overrides, opt->name); >- >-- /* these lists are arrays terminated by AV_CODEC_ID_NONE entry: >-- * property applies to a codec if it's not in the exclude_list >-- * and in exclude_list (or the latter is NULL) */ >-- gint *include_list; >-- gint *exclude_list; >--}; >-+ name = gst_structure_get_name (s); >-+ if (gst_structure_get_boolean (s, "skip", &skip) && skip) { >-+ continue; >-+ } >-+ } else { >-+ name = opt->name; >-+ } >- >--/* properties whose member offset is higher than the config base >-- * can be copied directly at context configuration time; >-- * and can also retrieve a default value from lavc */ >--#define CONTEXT_CONFIG_OFFSET G_STRUCT_OFFSET (GstFFMpegVidEnc, config) >-+ if ((opt->flags & flags) != flags) >-+ continue; >- >--/* additional info is named pointer specified by the quark */ >--static GQuark quark; >-+ if (g_object_class_find_property (gobject_class, name)) >-+ continue; >- >--/* central configuration store: >-- * list of GParamSpec's with GParamSpecData attached as named pointer */ >--static GList *property_list; >-+ if (av_opt_query_ranges (&r, obj, opt->name, AV_OPT_SEARCH_FAKE_OBJ) >= 0 >-+ && r->nb_ranges == 1) { >-+ min = r->range[0]->value_min; >-+ max = r->range[0]->value_max; >-+ } >- >--/* add the GParamSpec pspec to store with GParamSpecData >-- * constructed from struct_type, member, default and include and exclude */ >--#define gst_ffmpeg_add_pspec_full(pspec, store, struct_type, member, \ >-- default, include, exclude) \ >--G_STMT_START { \ >-- GParamSpecData *_qdata = g_new0 (GParamSpecData, 1); \ >-- GstFFMpegVidEnc _enc; \ >-- _qdata->offset = G_STRUCT_OFFSET (struct_type, member); \ >-- _qdata->size = sizeof (_enc.member); \ >-- _qdata->lavc_default = default; \ >-- _qdata->include_list = include; \ >-- _qdata->exclude_list = exclude; \ >-- g_param_spec_set_qdata_full (pspec, quark, _qdata, g_free); \ >-- store = g_list_append (store, pspec); \ >--} G_STMT_END >-+ help = g_strdup_printf ("%s%s", opt->help, extra_help); >- >--#define gst_ffmpeg_add_pspec(pspec, member, default, include, exclude) \ >-- gst_ffmpeg_add_pspec_full (pspec, property_list, GstFFMpegVidEnc, member, \ >-- default, include, exclude) >-+ switch (opt->type) { >-+ case AV_OPT_TYPE_INT: >-+ if (opt->unit) { >-+ GType enum_gtype; >-+ enum_gtype = register_enum (obj, opt); >- >--/* ==== BEGIN CONFIGURATION SECTION ==== */ >-+ if (enum_gtype) { >-+ pspec = g_param_spec_enum (name, name, help, >-+ enum_gtype, opt->default_val.i64, G_PARAM_READWRITE); >-+ g_object_class_install_property (gobject_class, prop_id++, pspec); >-+ } else { /* Some options have a unit but no named constants associated */ >-+ pspec = g_param_spec_int (name, name, help, >-+ (gint) min, (gint) max, opt->default_val.i64, >-+ G_PARAM_READWRITE); >-+ g_object_class_install_property (gobject_class, prop_id++, pspec); >-+ } >-+ } else { >-+ pspec = g_param_spec_int (name, name, help, >-+ (gint) min, (gint) max, opt->default_val.i64, G_PARAM_READWRITE); >-+ g_object_class_install_property (gobject_class, prop_id++, pspec); >-+ } >-+ break; >-+ case AV_OPT_TYPE_FLAGS: >-+ if (opt->unit) { >-+ GType flags_gtype; >-+ flags_gtype = register_flags (obj, opt); >- >--/* some typical include and exclude lists; modify and/or add where needed */ >-+ if (flags_gtype) { >-+ pspec = g_param_spec_flags (name, name, help, >-+ flags_gtype, opt->default_val.i64, G_PARAM_READWRITE); >-+ g_object_class_install_property (gobject_class, prop_id++, pspec); >-+ } >-+ } >-+ break; >-+ case AV_OPT_TYPE_DURATION: /* Fall through */ >-+ case AV_OPT_TYPE_INT64: >-+ /* ffmpeg expresses all ranges with doubles, this is sad */ >-+ pspec = g_param_spec_int64 (name, name, help, >-+ (gint64) (min == (gdouble) INT64_MIN ? INT64_MIN : min), >-+ (gint64) (max == (gdouble) INT64_MAX ? INT64_MAX : max), >-+ opt->default_val.i64, G_PARAM_READWRITE); >-+ g_object_class_install_property (gobject_class, prop_id++, pspec); >-+ break; >-+ case AV_OPT_TYPE_DOUBLE: >-+ pspec = g_param_spec_double (name, name, help, >-+ min, max, opt->default_val.dbl, G_PARAM_READWRITE); >-+ g_object_class_install_property (gobject_class, prop_id++, pspec); >-+ break; >-+ case AV_OPT_TYPE_FLOAT: >-+ pspec = g_param_spec_float (name, name, help, >-+ (gfloat) min, (gfloat) max, (gfloat) opt->default_val.dbl, >-+ G_PARAM_READWRITE); >-+ g_object_class_install_property (gobject_class, prop_id++, pspec); >-+ break; >-+ case AV_OPT_TYPE_STRING: >-+ pspec = g_param_spec_string (name, name, help, >-+ opt->default_val.str, G_PARAM_READWRITE); >-+ g_object_class_install_property (gobject_class, prop_id++, pspec); >-+ break; >-+ case AV_OPT_TYPE_UINT64: >-+ /* ffmpeg expresses all ranges with doubles, this is appalling */ >-+ pspec = g_param_spec_uint64 (name, name, help, >-+ (gint64) (min == (gdouble) 0 ? 0 : min), >-+ (gint64) (max == (gdouble) UINT64_MAX ? UINT64_MAX : min), >-+ opt->default_val.i64, G_PARAM_READWRITE); >-+ g_object_class_install_property (gobject_class, prop_id++, pspec); >-+ break; >-+ case AV_OPT_TYPE_BOOL: >-+ pspec = g_param_spec_boolean (name, name, help, >-+ opt->default_val.i64 ? TRUE : FALSE, G_PARAM_READWRITE); >-+ g_object_class_install_property (gobject_class, prop_id++, pspec); >-+ break; >-+ /* TODO: didn't find options for the video encoders with >-+ * the following type, add support if needed */ >-+ case AV_OPT_TYPE_CHANNEL_LAYOUT: >-+ case AV_OPT_TYPE_COLOR: >-+ case AV_OPT_TYPE_VIDEO_RATE: >-+ case AV_OPT_TYPE_SAMPLE_FMT: >-+ case AV_OPT_TYPE_PIXEL_FMT: >-+ case AV_OPT_TYPE_IMAGE_SIZE: >-+ case AV_OPT_TYPE_DICT: >-+ case AV_OPT_TYPE_BINARY: >-+ case AV_OPT_TYPE_RATIONAL: >-+ default: >-+ break; >-+ } >- >--static gint mpeg[] = { >-- AV_CODEC_ID_MPEG4, >-- AV_CODEC_ID_MSMPEG4V1, >-- AV_CODEC_ID_MSMPEG4V2, >-- AV_CODEC_ID_MSMPEG4V3, >-- AV_CODEC_ID_MPEG1VIDEO, >-- AV_CODEC_ID_MPEG2VIDEO, >-- AV_CODEC_ID_H263P, >-- AV_CODEC_ID_FLV1, >-- AV_CODEC_ID_H263, >-- AV_CODEC_ID_NONE >--}; >-+ g_free (help); >- >--static gint huffyuv[] = { >-- AV_CODEC_ID_HUFFYUV, >-- AV_CODEC_ID_FFVHUFF, >-- AV_CODEC_ID_NONE >--}; >-- >--/* Properties should be added here for registration into the config store. >-- * Note that some may occur more than once, with different include/exclude lists, >-- * as some may require different defaults for different codecs, >-- * or some may have slightly varying enum-types with more or less options. >-- * The enum-types themselves should be declared above. */ >--void >--gst_ffmpeg_cfg_init (void) >--{ >-- GParamSpec *pspec; >-- >-- /* initialize global config vars */ >-- quark = g_quark_from_static_string ("ffmpeg-cfg-param-spec-data"); >-- property_list = NULL; >-- >-- /* list properties here */ >-- pspec = g_param_spec_enum ("pass", "Encoding pass/type", >-- "Encoding pass/type", GST_TYPE_FFMPEG_PASS, 0, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, pass, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("quantizer", "Constant Quantizer", >-- "Constant Quantizer", 0, 30, 0.01f, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, quantizer, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_string ("multipass-cache-file", "Multipass Cache File", >-- "Filename for multipass cache file", "stats.log", >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, filename, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("bitrate-tolerance", "Bitrate Tolerance", >-- "Number of bits the bitstream is allowed to diverge from the reference", >-- 0, 100000000, 8000000, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.bit_rate_tolerance, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_enum ("mb-decision", "Macroblock Decision", >-- "Macroblok Decision Mode", >-- GST_TYPE_FFMPEG_MB_DECISION, FF_CMP_SAD, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.mb_decision, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_enum ("mb-cmp", "Macroblock Compare Function", >-- "Macroblok Compare Function", >-- GST_TYPE_FFMPEG_CMP_FUNCTION, FF_CMP_SAD, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.mb_cmp, FALSE, mpeg, NULL); >-- >-- pspec = >-- g_param_spec_enum ("me-pre-cmp", >-- "Motion Estimation Pre Pass Compare Function", >-- "Motion Estimation Pre Pass Compare Function", >-- GST_TYPE_FFMPEG_CMP_FUNCTION, FF_CMP_SAD, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.me_pre_cmp, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_enum ("me-cmp", "Motion Estimation Compare Function", >-- "Motion Estimation Compare Function", >-- GST_TYPE_FFMPEG_CMP_FUNCTION, FF_CMP_SAD, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.me_cmp, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_enum ("me-sub-cmp", >-- "Subpixel Motion Estimation Compare Function", >-- "Subpixel Motion Estimation Compare Function", >-- GST_TYPE_FFMPEG_CMP_FUNCTION, FF_CMP_SAD, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.me_sub_cmp, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_enum ("ildct-cmp", "Interlaced DCT Compare Function", >-- "Interlaced DCT Compare Function", >-- GST_TYPE_FFMPEG_CMP_FUNCTION, FF_CMP_VSAD, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.ildct_cmp, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_enum ("dct-algo", "DCT Algorithm", >-- "DCT Algorithm", >-- GST_TYPE_FFMPEG_DCT_ALGO, FF_DCT_AUTO, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.dct_algo, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_enum ("idct-algo", "IDCT Algorithm", >-- "IDCT Algorithm", >-- GST_TYPE_FFMPEG_IDCT_ALGO, FF_IDCT_AUTO, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.idct_algo, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_enum ("quant-type", "Quantizer Type", >-- "Quantizer Type", GST_TYPE_FFMPEG_QUANT_TYPE, 0, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.mpeg_quant, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("qmin", "Minimum Quantizer", >-- "Minimum Quantizer", 1, 31, 2, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.qmin, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("qmax", "Maximum Quantizer", >-- "Maximum Quantizer", 1, 31, 31, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.qmax, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("max-qdiff", "Maximum Quantizer Difference", >-- "Maximum Quantizer Difference between frames", >-- 1, 31, 3, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.max_qdiff, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("lmin", "Minimum Lagrange Multiplier", >-- "Minimum Lagrange Multiplier", 1, 31, 2, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, lmin, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("lmax", "Maximum Lagrange Multiplier", >-- "Maximum Lagrange Multiplier", 1, 31, 31, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, lmax, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("qcompress", "Quantizer Change", >-- "Quantizer Change between easy and hard scenes", >-- 0, 1.0f, 0.5f, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.qcompress, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("qblur", "Quantizer Smoothing", >-- "Quantizer Smoothing over time", 0, 1.0f, 0.5f, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.qblur, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("rc-qsquish", "Ratecontrol Limiting Method", >-- "0 means limit by clipping, otherwise use nice continuous function", >-- 0, 99.0f, 1.0f, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.rc_qsquish, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("rc-qmod-amp", "Ratecontrol Mod", >-- "Ratecontrol Mod", 0, 99.0f, 0, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.rc_qmod_amp, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("rc-qmod-freq", "Ratecontrol Freq", >-- "Ratecontrol Freq", 0, 0, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.rc_qmod_freq, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("rc-buffer-size", "Ratecontrol Buffer Size", >-- "Decoder bitstream buffer size", 0, G_MAXINT, 0, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.rc_buffer_size, FALSE, mpeg, NULL); >-- >-- pspec = >-- g_param_spec_float ("rc-buffer-aggressivity", >-- "Ratecontrol Buffer Aggressivity", "Ratecontrol Buffer Aggressivity", 0, >-- 99.0f, 1.0f, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.rc_buffer_aggressivity, FALSE, mpeg, >-- NULL); >-- >--#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT (57, 3, 0) >-- pspec = g_param_spec_int ("rc-max-rate", "Ratecontrol Maximum Bitrate", >-- "Ratecontrol Maximum Bitrate", 0, G_MAXINT, 0, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >--#else >-- pspec = g_param_spec_int64 ("rc-max-rate", "Ratecontrol Maximum Bitrate", >-- "Ratecontrol Maximum Bitrate", 0, G_MAXINT64, 0, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >--#endif >-- gst_ffmpeg_add_pspec (pspec, config.rc_max_rate, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int64 ("rc-min-rate", "Ratecontrol Minimum Bitrate", >-- "Ratecontrol Minimum Bitrate", 0, G_MAXINT64, 0, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.rc_min_rate, FALSE, mpeg, NULL); >-- >-- pspec = >-- g_param_spec_float ("rc-initial-cplx", >-- "Initial Complexity for Pass 1 Ratecontrol", >-- "Initial Complexity for Pass 1 Ratecontrol", 0, 9999999.0f, 0, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.rc_initial_cplx, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_string ("rc-eq", "Ratecontrol Equation", >-- "Ratecontrol Equation", "tex^qComp", >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.rc_eq, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("b-quant-factor", "B-Quantizer Factor", >-- "Factor in B-Frame Quantizer Computation", >-- -31.0f, 31.0f, 1.25f, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.b_quant_factor, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("b-quant-offset", "B-Quantizer Offset", >-- "Offset in B-Frame Quantizer Computation", >-- 0.0f, 31.0f, 1.25f, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.b_quant_offset, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("i-quant-factor", "I-Quantizer Factor", >-- "Factor in P-Frame Quantizer Computation", >-- -31.0f, 31.0f, 0.8f, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.i_quant_factor, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("i-quant-offset", "I-Quantizer Offset", >-- "Offset in P-Frame Quantizer Computation", >-- 0.0f, 31.0f, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.i_quant_offset, FALSE, mpeg, NULL); >-- >-- /* note overlap with gop-size; 0 means do not override */ >-- pspec = g_param_spec_int ("max-key-interval", "Maximum Key Interval", >-- "Maximum number of frames between two keyframes (< 0 is in sec)", >-- -100, G_MAXINT, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, max_key_interval, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("lumi-masking", "Luminance Masking", >-- "Luminance Masking", -1.0f, 1.0f, 0.0f, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.lumi_masking, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("dark-masking", "Darkness Masking", >-- "Darkness Masking", -1.0f, 1.0f, 0.0f, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.dark_masking, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("temporal-cplx-masking", >-- "Temporal Complexity Masking", >-- "Temporal Complexity Masking", -1.0f, 1.0f, 0.0f, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.temporal_cplx_masking, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("spatial-cplx-masking", >-- "Spatial Complexity Masking", >-- "Spatial Complexity Masking", -1.0f, 1.0f, 0.0f, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.spatial_cplx_masking, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_float ("p-masking", "P Block Masking", >-- "P Block Masking", -1.0f, 1.0f, 0.0f, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.p_masking, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("dia-size", >-- "Motion Estimation Diamond Size/Shape", >-- "Motion Estimation Diamond Size/Shape", >-- -2000, 2000, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.dia_size, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("pre-dia-size", >-- "Motion Estimation Pre Pass Diamond Size/Shape", >-- "Motion Estimation Diamond Size/Shape", >-- -2000, 2000, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.pre_dia_size, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("last-predictor-count", >-- "Last Predictor Count", >-- "Amount of previous Motion Vector predictors", >-- 0, 2000, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.last_predictor_count, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_enum ("pre-me", >-- "Pre Pass for Motion Estimation", >-- "Pre Pass for Motion Estimation", >-- GST_TYPE_FFMPEG_PRE_ME, 1, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.pre_me, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("me-subpel-quality", >-- "Motion Estimation Subpixel Quality", >-- "Motion Estimation Subpixel Refinement Quality", >-- 0, 8, 8, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.me_subpel_quality, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("me-range", >-- "Motion Estimation Range", >-- "Motion Estimation search range in subpel units", >-- 0, 16000, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.me_range, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("intra-quant-bias", >-- "Intra Quantizer Bias", >-- "Intra Quantizer Bias", >-- -1000000, 1000000, FF_DEFAULT_QUANT_BIAS, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.intra_quant_bias, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("inter-quant-bias", >-- "Inter Quantizer Bias", >-- "Inter Quantizer Bias", >-- -1000000, 1000000, FF_DEFAULT_QUANT_BIAS, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.inter_quant_bias, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("noise-reduction", >-- "Noise Reduction", >-- "Noise Reduction Strength", 0, 1000000, 0, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.noise_reduction, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("intra-dc-precision", >-- "Intra DC precision", >-- "Precision of the Intra DC coefficient - 8", 0, 16, 0, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.intra_dc_precision, FALSE, mpeg, NULL); >-- >-- /* TODO skipped coder_type, context_model, inter_threshold, scenechange_threshold */ >-- >-- pspec = g_param_spec_flags ("flags", "Flags", >-- "Flags", GST_TYPE_FFMPEG_FLAGS, 0, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.flags, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_boolean ("interlaced", "Interlaced Material", >-- "Interlaced Material", FALSE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, interlaced, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_int ("max-bframes", "Max B-Frames", >-- "Maximum B-frames in a row", 0, INT_MAX, 0, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.max_b_frames, FALSE, mpeg, NULL); >-- >-- pspec = g_param_spec_enum ("prediction-method", "Prediction Method", >-- "Prediction Method", >-- GST_TYPE_FFMPEG_PRED_METHOD, FF_PRED_LEFT, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.prediction_method, FALSE, huffyuv, NULL); >-- pspec = g_param_spec_int ("trellis", "Trellis Quantization", >-- "Trellis RD quantization", 0, 1, 1, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); >-- gst_ffmpeg_add_pspec (pspec, config.trellis, FALSE, mpeg, NULL); >--} >-- >--/* ==== END CONFIGURATION SECTION ==== */ >-- >-- >--/* return TRUE if property described by pspec applies to the codec with codec_id */ >--static gboolean >--gst_ffmpeg_cfg_codec_has_pspec (enum AVCodecID codec_id, GParamSpec * pspec) >--{ >-- GParamSpecData *qdata; >-- gint *codec; >-- gboolean ret = FALSE; >-- >-- qdata = g_param_spec_get_qdata (pspec, quark); >-- >-- /* check if excluded first */ >-- if ((codec = qdata->exclude_list)) { >-- for (; *codec != AV_CODEC_ID_NONE; ++codec) { >-- if (*codec == codec_id) >-- return FALSE; >-+ if (pspec) { >-+ g_param_spec_set_qdata (pspec, avoption_quark, (gpointer) opt); >- } >- } >- >-- /* no include list means it is accepted */ >-- if ((codec = qdata->include_list)) { >-- for (; *codec != AV_CODEC_ID_NONE; ++codec) { >-- if (*codec == codec_id) >-- ret = TRUE; >-- } >-- } else { >-- ret = TRUE; >-- } >-- >-- return ret; >-+ return prop_id; >- } >- >--/* install all properties for klass that have been registered in property_list */ >- void >--gst_ffmpeg_cfg_install_property (GstFFMpegVidEncClass * klass, guint base) >-+gst_ffmpeg_cfg_install_properties (GObjectClass * klass, AVCodec * in_plugin, >-+ guint base, gint flags) >- { >-- GParamSpec *pspec; >-- GList *list; >- gint prop_id; >- AVCodecContext *ctx; >- >- prop_id = base; >- g_return_if_fail (base > 0); >- >-- ctx = avcodec_alloc_context3 (klass->in_plugin); >-+ ctx = avcodec_alloc_context3 (in_plugin); >- if (!ctx) >- g_warning ("could not get context"); >- >-- for (list = property_list; list; list = list->next) { >-- pspec = G_PARAM_SPEC (list->data); >-- if (gst_ffmpeg_cfg_codec_has_pspec (klass->in_plugin->id, pspec)) { >-- /* 'clone' the paramspec for the various codecs, >-- * since a single paramspec cannot be owned by distinct types */ >-+ prop_id = >-+ install_opts ((GObjectClass *) klass, &in_plugin->priv_class, prop_id, 0, >-+ " (Private codec option)", NULL); >-+ prop_id = >-+ install_opts ((GObjectClass *) klass, &ctx->av_class, prop_id, flags, >-+ " (Generic codec option, might have no effect)", generic_overrides); >- >-- const gchar *name = g_param_spec_get_name (pspec); >-- const gchar *nick = g_param_spec_get_nick (pspec); >-- const gchar *blurb = g_param_spec_get_blurb (pspec); >-- GParamSpecData *qdata = g_param_spec_get_qdata (pspec, quark); >-- gint ctx_offset = 0; >-- gboolean lavc_default; >-- >-- /* cannot obtain lavc default if no context */ >-- if (!ctx) >-- lavc_default = FALSE; >-- else { >-- ctx_offset = qdata->offset - CONTEXT_CONFIG_OFFSET; >-- /* safety check; is it really member of the avcodec context */ >-- if (ctx_offset < 0) >-- lavc_default = FALSE; >-- else >-- lavc_default = qdata->lavc_default; >-- } >-- >-- switch (G_PARAM_SPEC_VALUE_TYPE (pspec)) { >-- case G_TYPE_STRING:{ >-- GParamSpecString *pstring = G_PARAM_SPEC_STRING (pspec); >-- >-- pspec = g_param_spec_string (name, nick, blurb, >-- lavc_default ? G_STRUCT_MEMBER (gchar *, ctx, ctx_offset) >-- : pstring->default_value, pspec->flags); >-- break; >-- } >-- case G_TYPE_INT:{ >-- GParamSpecInt *pint = G_PARAM_SPEC_INT (pspec); >-- >-- pspec = g_param_spec_int (name, nick, blurb, >-- pint->minimum, pint->maximum, >-- lavc_default ? G_STRUCT_MEMBER (gint, ctx, ctx_offset) >-- : pint->default_value, pspec->flags); >-- break; >-- } >-- case G_TYPE_INT64:{ >-- GParamSpecInt64 *pint = G_PARAM_SPEC_INT64 (pspec); >-- >-- pspec = g_param_spec_int64 (name, nick, blurb, >-- pint->minimum, pint->maximum, >-- lavc_default ? G_STRUCT_MEMBER (gint64, ctx, ctx_offset) >-- : pint->default_value, pspec->flags); >-- break; >-- } >-- case G_TYPE_UINT:{ >-- GParamSpecUInt *puint = G_PARAM_SPEC_UINT (pspec); >-- >-- pspec = g_param_spec_uint (name, nick, blurb, >-- puint->minimum, puint->maximum, >-- lavc_default ? G_STRUCT_MEMBER (guint, ctx, ctx_offset) >-- : puint->default_value, pspec->flags); >-- break; >-- } >-- case G_TYPE_FLOAT:{ >-- GParamSpecFloat *pfloat = G_PARAM_SPEC_FLOAT (pspec); >-- >-- pspec = g_param_spec_float (name, nick, blurb, >-- pfloat->minimum, pfloat->maximum, >-- lavc_default ? G_STRUCT_MEMBER (gfloat, ctx, ctx_offset) >-- : pfloat->default_value, pspec->flags); >-- break; >-- } >-- case G_TYPE_BOOLEAN:{ >-- GParamSpecBoolean *pboolean = G_PARAM_SPEC_BOOLEAN (pspec); >-- >-- pspec = g_param_spec_boolean (name, nick, blurb, >-- lavc_default ? G_STRUCT_MEMBER (gboolean, ctx, ctx_offset) >-- : pboolean->default_value, pspec->flags); >-- break; >-- } >-- default: >-- if (G_IS_PARAM_SPEC_ENUM (pspec)) { >-- GParamSpecEnum *penum = G_PARAM_SPEC_ENUM (pspec); >-- >-- pspec = g_param_spec_enum (name, nick, blurb, >-- pspec->value_type, >-- lavc_default ? G_STRUCT_MEMBER (gint, ctx, ctx_offset) >-- : penum->default_value, pspec->flags); >-- } else if (G_IS_PARAM_SPEC_FLAGS (pspec)) { >-- GParamSpecFlags *pflags = G_PARAM_SPEC_FLAGS (pspec); >-- >-- pspec = g_param_spec_flags (name, nick, blurb, >-- pspec->value_type, >-- lavc_default ? G_STRUCT_MEMBER (guint, ctx, ctx_offset) >-- : pflags->default_value, pspec->flags); >-- } else { >-- g_critical ("%s does not yet support type %s", GST_FUNCTION, >-- g_type_name (G_PARAM_SPEC_VALUE_TYPE (pspec))); >-- continue; >-- } >-- break; >-- } >-- g_param_spec_set_qdata (pspec, quark, qdata); >-- g_object_class_install_property (G_OBJECT_CLASS (klass), prop_id, pspec); >-- ++prop_id; >-- } >-- } >-- >- if (ctx) { >- gst_ffmpeg_avcodec_close (ctx); >- av_free (ctx); >- } >- } >- >--/* returns TRUE if it is a known property for this config system, >-- * FALSE otherwise */ >--gboolean >--gst_ffmpeg_cfg_set_property (GObject * object, >-- const GValue * value, GParamSpec * pspec) >-+static gint >-+set_option_value (AVCodecContext * ctx, GParamSpec * pspec, >-+ const GValue * value, const AVOption * opt) >- { >-- GstFFMpegVidEnc *ffmpegenc = (GstFFMpegVidEnc *) (object); >-- GParamSpecData *qdata; >-+ int res = -1; >- >-- qdata = g_param_spec_get_qdata (pspec, quark); >-- >-- /* our param specs should have such qdata */ >-- if (!qdata) >-- return FALSE; >-- >-- /* set the member using the offset, also mild type check based on size */ >- switch (G_PARAM_SPEC_VALUE_TYPE (pspec)) { >-- case G_TYPE_BOOLEAN: >-- g_return_val_if_fail (qdata->size == sizeof (gboolean), TRUE); >-- G_STRUCT_MEMBER (gboolean, ffmpegenc, qdata->offset) = >-- g_value_get_boolean (value); >-- break; >-- case G_TYPE_UINT: >-- g_return_val_if_fail (qdata->size == sizeof (guint), TRUE); >-- G_STRUCT_MEMBER (guint, ffmpegenc, qdata->offset) = >-- g_value_get_uint (value); >-- break; >- case G_TYPE_INT: >-- g_return_val_if_fail (qdata->size == sizeof (gint), TRUE); >-- G_STRUCT_MEMBER (gint, ffmpegenc, qdata->offset) = >-- g_value_get_int (value); >-+ res = av_opt_set_int (ctx, opt->name, >-+ g_value_get_int (value), AV_OPT_SEARCH_CHILDREN); >- break; >- case G_TYPE_INT64: >-- g_return_val_if_fail (qdata->size == sizeof (gint64), TRUE); >-- G_STRUCT_MEMBER (gint64, ffmpegenc, qdata->offset) = >-- g_value_get_int64 (value); >-+ res = av_opt_set_int (ctx, opt->name, >-+ g_value_get_int64 (value), AV_OPT_SEARCH_CHILDREN); >- break; >-+ case G_TYPE_UINT64: >-+ res = av_opt_set_int (ctx, opt->name, >-+ g_value_get_uint64 (value), AV_OPT_SEARCH_CHILDREN); >-+ break; >-+ case G_TYPE_DOUBLE: >-+ res = av_opt_set_double (ctx, opt->name, >-+ g_value_get_double (value), AV_OPT_SEARCH_CHILDREN); >-+ break; >- case G_TYPE_FLOAT: >-- g_return_val_if_fail (qdata->size == sizeof (gfloat), TRUE); >-- G_STRUCT_MEMBER (gfloat, ffmpegenc, qdata->offset) = >-- g_value_get_float (value); >-+ res = av_opt_set_double (ctx, opt->name, >-+ g_value_get_float (value), AV_OPT_SEARCH_CHILDREN); >- break; >- case G_TYPE_STRING: >-- g_return_val_if_fail (qdata->size == sizeof (gchar *), TRUE); >-- g_free (G_STRUCT_MEMBER (gchar *, ffmpegenc, qdata->offset)); >-- G_STRUCT_MEMBER (gchar *, ffmpegenc, qdata->offset) = >-- g_value_dup_string (value); >-+ res = av_opt_set (ctx, opt->name, >-+ g_value_get_string (value), AV_OPT_SEARCH_CHILDREN); >-+ /* Some code in FFmpeg returns ENOMEM if the string is NULL: >-+ * *dst = av_strdup(val); >-+ * return *dst ? 0 : AVERROR(ENOMEM); >-+ * That makes little sense, let's ignore that >-+ */ >-+ if (!g_value_get_string (value)) >-+ res = 0; >- break; >-- default: /* must be enum, given the check above */ >-+ case G_TYPE_BOOLEAN: >-+ res = av_opt_set_int (ctx, opt->name, >-+ g_value_get_boolean (value), AV_OPT_SEARCH_CHILDREN); >-+ break; >-+ default: >- if (G_IS_PARAM_SPEC_ENUM (pspec)) { >-- g_return_val_if_fail (qdata->size == sizeof (gint), TRUE); >-- G_STRUCT_MEMBER (gint, ffmpegenc, qdata->offset) = >-- g_value_get_enum (value); >-+ res = av_opt_set_int (ctx, opt->name, >-+ g_value_get_enum (value), AV_OPT_SEARCH_CHILDREN); >- } else if (G_IS_PARAM_SPEC_FLAGS (pspec)) { >-- g_return_val_if_fail (qdata->size == sizeof (guint), TRUE); >-- G_STRUCT_MEMBER (guint, ffmpegenc, qdata->offset) = >-- g_value_get_flags (value); >-+ res = av_opt_set_int (ctx, opt->name, >-+ g_value_get_flags (value), AV_OPT_SEARCH_CHILDREN); >- } else { /* oops, bit lazy we don't cover this case yet */ >- g_critical ("%s does not yet support type %s", GST_FUNCTION, >- g_type_name (G_PARAM_SPEC_VALUE_TYPE (pspec))); >- } >-- >-- break; >- } >- >-- return TRUE; >-+ return res; >- } >- >--/* returns TRUE if it is a known property for this config system, >-- * FALSE otherwise */ >- gboolean >--gst_ffmpeg_cfg_get_property (GObject * object, >-- GValue * value, GParamSpec * pspec) >-+gst_ffmpeg_cfg_set_property (AVCodecContext * refcontext, const GValue * value, >-+ GParamSpec * pspec) >- { >-- GstFFMpegVidEnc *ffmpegenc = (GstFFMpegVidEnc *) (object); >-- GParamSpecData *qdata; >-+ const AVOption *opt; >- >-- qdata = g_param_spec_get_qdata (pspec, quark); >-+ opt = g_param_spec_get_qdata (pspec, avoption_quark); >- >-- /* our param specs should have such qdata */ >-- if (!qdata) >-+ if (!opt) >- return FALSE; >- >-- /* get the member using the offset, also mild type check based on size */ >-- switch (G_PARAM_SPEC_VALUE_TYPE (pspec)) { >-- case G_TYPE_BOOLEAN: >-- g_return_val_if_fail (qdata->size == sizeof (gboolean), TRUE); >-- g_value_set_boolean (value, >-- G_STRUCT_MEMBER (gboolean, ffmpegenc, qdata->offset)); >-- break; >-- case G_TYPE_UINT: >-- g_return_val_if_fail (qdata->size == sizeof (guint), TRUE); >-- g_value_set_uint (value, >-- G_STRUCT_MEMBER (guint, ffmpegenc, qdata->offset)); >-- break; >-- case G_TYPE_INT: >-- g_return_val_if_fail (qdata->size == sizeof (gint), TRUE); >-- g_value_set_int (value, G_STRUCT_MEMBER (gint, ffmpegenc, qdata->offset)); >-- break; >-- case G_TYPE_INT64: >-- g_return_val_if_fail (qdata->size == sizeof (gint64), TRUE); >-- g_value_set_int64 (value, G_STRUCT_MEMBER (gint64, ffmpegenc, >-- qdata->offset)); >-- break; >-- case G_TYPE_FLOAT: >-- g_return_val_if_fail (qdata->size == sizeof (gfloat), TRUE); >-- g_value_set_float (value, >-- G_STRUCT_MEMBER (gfloat, ffmpegenc, qdata->offset)); >-- break; >-- case G_TYPE_STRING: >-- g_return_val_if_fail (qdata->size == sizeof (gchar *), TRUE); >-- g_value_take_string (value, >-- g_strdup (G_STRUCT_MEMBER (gchar *, ffmpegenc, qdata->offset))); >-- break; >-- default: /* must be enum, given the check above */ >-- if (G_IS_PARAM_SPEC_ENUM (pspec)) { >-- g_return_val_if_fail (qdata->size == sizeof (gint), TRUE); >-- g_value_set_enum (value, >-- G_STRUCT_MEMBER (gint, ffmpegenc, qdata->offset)); >-- } else if (G_IS_PARAM_SPEC_FLAGS (pspec)) { >-- g_return_val_if_fail (qdata->size == sizeof (guint), TRUE); >-- g_value_set_flags (value, >-- G_STRUCT_MEMBER (guint, ffmpegenc, qdata->offset)); >-- } else { /* oops, bit lazy we don't cover this case yet */ >-- g_critical ("%s does not yet support type %s", GST_FUNCTION, >-- g_type_name (G_PARAM_SPEC_VALUE_TYPE (pspec))); >-- } >-- break; >-- } >-- >-- return TRUE; >-+ return set_option_value (refcontext, pspec, value, opt) >= 0; >- } >- >--void >--gst_ffmpeg_cfg_set_defaults (GstFFMpegVidEnc * ffmpegenc) >-+gboolean >-+gst_ffmpeg_cfg_get_property (AVCodecContext * refcontext, GValue * value, >-+ GParamSpec * pspec) >- { >-- GParamSpec **pspecs; >-- guint num_props, i; >-+ const AVOption *opt; >- >-- pspecs = g_object_class_list_properties (G_OBJECT_GET_CLASS (ffmpegenc), >-- &num_props); >-+ opt = g_param_spec_get_qdata (pspec, avoption_quark); >- >-- for (i = 0; i < num_props; ++i) { >-- GValue val = { 0, }; >-- GParamSpec *pspec = pspecs[i]; >-- >-- /* only touch those that are really ours; i.e. should have some qdata */ >-- if (!g_param_spec_get_qdata (pspec, quark)) >-- continue; >-- g_value_init (&val, G_PARAM_SPEC_VALUE_TYPE (pspec)); >-- g_param_value_set_default (pspec, &val); >-- g_object_set_property (G_OBJECT (ffmpegenc), >-- g_param_spec_get_name (pspec), &val); >-- g_value_unset (&val); >-+ if (!opt) { >-+ return FALSE; >- } >- >-- g_free (pspecs); >-+ if (opt) { >-+ int res = -1; >- >--} >-+ switch (G_PARAM_SPEC_VALUE_TYPE (pspec)) { >-+ case G_TYPE_INT: >-+ { >-+ int64_t val; >-+ if ((res = av_opt_get_int (refcontext, opt->name, >-+ AV_OPT_SEARCH_CHILDREN, &val) >= 0)) >-+ g_value_set_int (value, val); >-+ break; >-+ } >-+ case G_TYPE_INT64: >-+ { >-+ int64_t val; >-+ if ((res = av_opt_get_int (refcontext, opt->name, >-+ AV_OPT_SEARCH_CHILDREN, &val) >= 0)) >-+ g_value_set_int64 (value, val); >-+ break; >-+ } >-+ case G_TYPE_UINT64: >-+ { >-+ int64_t val; >-+ if ((res = av_opt_get_int (refcontext, opt->name, >-+ AV_OPT_SEARCH_CHILDREN, &val) >= 0)) >-+ g_value_set_uint64 (value, val); >-+ break; >-+ } >-+ case G_TYPE_DOUBLE: >-+ { >-+ gdouble val; >-+ if ((res = av_opt_get_double (refcontext, opt->name, >-+ AV_OPT_SEARCH_CHILDREN, &val) >= 0)) >-+ g_value_set_double (value, val); >-+ break; >-+ } >-+ case G_TYPE_FLOAT: >-+ { >-+ gdouble val; >-+ if ((res = av_opt_get_double (refcontext, opt->name, >-+ AV_OPT_SEARCH_CHILDREN, &val) >= 0)) >-+ g_value_set_float (value, (gfloat) val); >-+ break; >-+ } >-+ case G_TYPE_STRING: >-+ { >-+ uint8_t *val; >-+ if ((res = av_opt_get (refcontext, opt->name, >-+ AV_OPT_SEARCH_CHILDREN | AV_OPT_ALLOW_NULL, &val) >= 0)) { >-+ g_value_set_string (value, (gchar *) val); >-+ } >-+ break; >-+ } >-+ case G_TYPE_BOOLEAN: >-+ { >-+ int64_t val; >-+ if ((res = av_opt_get_int (refcontext, opt->name, >-+ AV_OPT_SEARCH_CHILDREN, &val) >= 0)) >-+ g_value_set_boolean (value, val ? TRUE : FALSE); >-+ break; >-+ } >-+ default: >-+ if (G_IS_PARAM_SPEC_ENUM (pspec)) { >-+ int64_t val; >- >-+ if ((res = av_opt_get_int (refcontext, opt->name, >-+ AV_OPT_SEARCH_CHILDREN, &val) >= 0)) >-+ g_value_set_enum (value, val); >-+ } else if (G_IS_PARAM_SPEC_FLAGS (pspec)) { >-+ int64_t val; >- >--void >--gst_ffmpeg_cfg_fill_context (GstFFMpegVidEnc * ffmpegenc, >-- AVCodecContext * context) >--{ >-- GstFFMpegVidEncClass *klass >-- = (GstFFMpegVidEncClass *) G_OBJECT_GET_CLASS (ffmpegenc); >-- GParamSpec *pspec; >-- GParamSpecData *qdata; >-- GList *list; >-- >-- list = property_list; >-- >-- while (list) { >-- gint context_offset; >-- >-- pspec = G_PARAM_SPEC (list->data); >-- qdata = g_param_spec_get_qdata (pspec, quark); >-- context_offset = qdata->offset - CONTEXT_CONFIG_OFFSET; >-- if (gst_ffmpeg_cfg_codec_has_pspec (klass->in_plugin->id, pspec) >-- && context_offset >= 0) { >-- if (G_PARAM_SPEC_VALUE_TYPE (pspec) == G_TYPE_STRING) { >-- /* make a copy for ffmpeg, it will likely free only some, >-- * but in any case safer than a potential double free */ >-- G_STRUCT_MEMBER (gchar *, context, context_offset) = >-- av_strdup (G_STRUCT_MEMBER (gchar *, ffmpegenc, qdata->offset)); >-- } else { >-- /* memcpy a bit heavy for a small copy, >-- * but hardly part of 'inner loop' */ >-- memcpy (G_STRUCT_MEMBER_P (context, context_offset), >-- G_STRUCT_MEMBER_P (ffmpegenc, qdata->offset), qdata->size); >-- } >-+ if ((res = av_opt_get_int (refcontext, opt->name, >-+ AV_OPT_SEARCH_CHILDREN, &val) >= 0)) >-+ g_value_set_flags (value, val); >-+ } else { /* oops, bit lazy we don't cover this case yet */ >-+ g_critical ("%s does not yet support type %s", GST_FUNCTION, >-+ g_type_name (G_PARAM_SPEC_VALUE_TYPE (pspec))); >-+ } >- } >-- list = list->next; >-+ return res >= 0; >- } >-+ >-+ return TRUE; >- } >- >- void >--gst_ffmpeg_cfg_finalize (GstFFMpegVidEnc * ffmpegenc) >-+gst_ffmpeg_cfg_fill_context (GObject * object, AVCodecContext * context) >- { >- GParamSpec **pspecs; >- guint num_props, i; >- >-- pspecs = g_object_class_list_properties (G_OBJECT_GET_CLASS (ffmpegenc), >-+ pspecs = g_object_class_list_properties (G_OBJECT_GET_CLASS (object), >- &num_props); >- >- for (i = 0; i < num_props; ++i) { >- GParamSpec *pspec = pspecs[i]; >-- GParamSpecData *qdata; >-+ const AVOption *opt; >-+ GValue value; >- >-- qdata = g_param_spec_get_qdata (pspec, quark); >-+ opt = g_param_spec_get_qdata (pspec, avoption_quark); >- >-- /* our param specs should have such qdata */ >-- if (!qdata) >-+ if (!opt) >- continue; >- >-- switch (G_PARAM_SPEC_VALUE_TYPE (pspec)) { >-- case G_TYPE_STRING: >-- if (qdata->size == sizeof (gchar *)) { >-- g_free (G_STRUCT_MEMBER (gchar *, ffmpegenc, qdata->offset)); >-- G_STRUCT_MEMBER (gchar *, ffmpegenc, qdata->offset) = NULL; >-- } >-- break; >-- default: >-- break; >-- } >-+ g_object_getv (object, 1, &pspec->name, &value); >-+ set_option_value (context, pspec, &value, opt); >- } >- g_free (pspecs); >-+} >-+ >-+void >-+gst_ffmpeg_cfg_finalize (void) >-+{ >-+ GST_ERROR ("Finalizing"); >-+ g_assert (generic_overrides); >-+ g_hash_table_unref (generic_overrides); >- } >---- ext/libav/gstavcfg.h.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavcfg.h >-@@ -21,21 +21,23 @@ >- #ifndef __GST_FFMPEGCFG_H__ >- #define __GST_FFMPEGCFG_H__ >- >-+#include <glib-object.h> >-+#include <libavcodec/avcodec.h> >-+ >- G_BEGIN_DECLS >- >- void gst_ffmpeg_cfg_init (void); >- >--void gst_ffmpeg_cfg_install_property (GstFFMpegVidEncClass * klass, guint base); >-+void gst_ffmpeg_cfg_install_properties (GObjectClass * klass, AVCodec *in_plugin, guint base, gint flags); >- >--gboolean gst_ffmpeg_cfg_set_property (GObject * object, >-+gboolean gst_ffmpeg_cfg_set_property (AVCodecContext *refcontext, >- const GValue * value, GParamSpec * pspec); >- >--gboolean gst_ffmpeg_cfg_get_property (GObject * object, >-+gboolean gst_ffmpeg_cfg_get_property (AVCodecContext *refcontext, >- GValue * value, GParamSpec * pspec); >- >--void gst_ffmpeg_cfg_fill_context (GstFFMpegVidEnc * ffmpegenc, AVCodecContext * context); >--void gst_ffmpeg_cfg_set_defaults (GstFFMpegVidEnc * ffmpegenc); >--void gst_ffmpeg_cfg_finalize (GstFFMpegVidEnc * ffmpegenc); >-+void gst_ffmpeg_cfg_fill_context (GObject *object, AVCodecContext * context); >-+void gst_ffmpeg_cfg_finalize (void); >- >- G_END_DECLS >- >---- ext/libav/gstavcodecmap.c.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavcodecmap.c >-@@ -825,10 +825,11 @@ gst_ffmpeg_codecid_to_caps (enum AVCodecID codec_id, >- if (encode && context) { >- >- gst_caps_set_simple (caps, >-- "annex-f", G_TYPE_BOOLEAN, context->flags & CODEC_FLAG_4MV, >-- "annex-j", G_TYPE_BOOLEAN, context->flags & CODEC_FLAG_LOOP_FILTER, >-- "annex-i", G_TYPE_BOOLEAN, context->flags & CODEC_FLAG_AC_PRED, >-- "annex-t", G_TYPE_BOOLEAN, context->flags & CODEC_FLAG_AC_PRED, >-+ "annex-f", G_TYPE_BOOLEAN, context->flags & AV_CODEC_FLAG_4MV, >-+ "annex-j", G_TYPE_BOOLEAN, >-+ context->flags & AV_CODEC_FLAG_LOOP_FILTER, >-+ "annex-i", G_TYPE_BOOLEAN, context->flags & AV_CODEC_FLAG_AC_PRED, >-+ "annex-t", G_TYPE_BOOLEAN, context->flags & AV_CODEC_FLAG_AC_PRED, >- NULL); >- } >- break; >-@@ -3181,7 +3182,7 @@ gst_ffmpeg_caps_with_codecid (enum AVCodecID codec_id, >- * as is, as that is what most players do. */ >- context->extradata = >- av_mallocz (GST_ROUND_UP_16 (size * 2 + >-- FF_INPUT_BUFFER_PADDING_SIZE)); >-+ AV_INPUT_BUFFER_PADDING_SIZE)); >- copy_config (context->extradata, data, size, &extrasize); >- GST_DEBUG ("escaped size: %d", extrasize); >- context->extradata_size = extrasize; >-@@ -3192,7 +3193,7 @@ gst_ffmpeg_caps_with_codecid (enum AVCodecID codec_id, >- GST_DEBUG ("copy codec_data"); >- context->extradata = >- av_mallocz (GST_ROUND_UP_16 (map.size + >-- FF_INPUT_BUFFER_PADDING_SIZE)); >-+ AV_INPUT_BUFFER_PADDING_SIZE)); >- memcpy (context->extradata, map.data, map.size); >- context->extradata_size = map.size; >- } >-@@ -3216,7 +3217,7 @@ gst_ffmpeg_caps_with_codecid (enum AVCodecID codec_id, >- { >- const gchar *mime = gst_structure_get_name (str); >- >-- context->flags |= CODEC_FLAG_4MV; >-+ context->flags |= AV_CODEC_FLAG_4MV; >- >- if (!strcmp (mime, "video/x-divx")) >- context->codec_tag = GST_MAKE_FOURCC ('D', 'I', 'V', 'X'); >-@@ -3228,7 +3229,7 @@ gst_ffmpeg_caps_with_codecid (enum AVCodecID codec_id, >- profile = gst_structure_get_string (str, "profile"); >- if (profile) { >- if (g_strcmp0 (profile, "advanced-simple") == 0) >-- context->flags |= CODEC_FLAG_GMC | CODEC_FLAG_QPEL; >-+ context->flags |= AV_CODEC_FLAG_QPEL; >- } >- } >- break; >-@@ -3334,18 +3335,18 @@ gst_ffmpeg_caps_with_codecid (enum AVCodecID codec_id, >- gboolean val; >- >- if (!gst_structure_get_boolean (str, "annex-f", &val) || val) >-- context->flags |= CODEC_FLAG_4MV; >-+ context->flags |= AV_CODEC_FLAG_4MV; >- else >-- context->flags &= ~CODEC_FLAG_4MV; >-+ context->flags &= ~AV_CODEC_FLAG_4MV; >- if ((!gst_structure_get_boolean (str, "annex-i", &val) || val) && >- (!gst_structure_get_boolean (str, "annex-t", &val) || val)) >-- context->flags |= CODEC_FLAG_AC_PRED; >-+ context->flags |= AV_CODEC_FLAG_AC_PRED; >- else >-- context->flags &= ~CODEC_FLAG_AC_PRED; >-+ context->flags &= ~AV_CODEC_FLAG_AC_PRED; >- if (!gst_structure_get_boolean (str, "annex-j", &val) || val) >-- context->flags |= CODEC_FLAG_LOOP_FILTER; >-+ context->flags |= AV_CODEC_FLAG_LOOP_FILTER; >- else >-- context->flags &= ~CODEC_FLAG_LOOP_FILTER; >-+ context->flags &= ~AV_CODEC_FLAG_LOOP_FILTER; >- break; >- } >- case AV_CODEC_ID_ADPCM_G726: >---- ext/libav/gstavcodecmap.h.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavcodecmap.h >-@@ -155,7 +155,7 @@ gst_ffmpeg_formatid_to_caps (const gchar *format_name) >- >- /* >- * _formatid_get_codecids () can be used to get the codecIDs >-- * (CODEC_ID_NONE-terminated list) that fit that specific >-+ * (AV_CODEC_ID_NONE-terminated list) that fit that specific >- * output format. >- */ >- >---- ext/libav/gstavdeinterlace.c.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavdeinterlace.c >-@@ -96,7 +96,7 @@ typedef struct _GstFFMpegDeinterlace >- GstFFMpegDeinterlaceMode new_mode; >- >- enum AVPixelFormat pixfmt; >-- AVPicture from_frame, to_frame; >-+ AVFrame from_frame, to_frame; >- >- AVFilterContext *buffersink_ctx; >- AVFilterContext *buffersrc_ctx; >-@@ -355,8 +355,8 @@ init_filter_graph (GstFFMpegDeinterlace * deinterlace, >- } >- >- static int >--process_filter_graph (GstFFMpegDeinterlace * deinterlace, AVPicture * dst, >-- const AVPicture * src, enum AVPixelFormat pixfmt, int width, int height) >-+process_filter_graph (GstFFMpegDeinterlace * deinterlace, AVFrame * dst, >-+ const AVFrame * src, enum AVPixelFormat pixfmt, int width, int height) >- { >- int res; >- >-@@ -384,8 +384,9 @@ process_filter_graph (GstFFMpegDeinterlace * deinterla >- deinterlace->filter_frame); >- if (res < 0) >- return res; >-- av_picture_copy (dst, (const AVPicture *) deinterlace->filter_frame, pixfmt, >-- width, height); >-+ av_image_copy (dst->data, dst->linesize, >-+ (const uint8_t **) deinterlace->filter_frame->data, >-+ deinterlace->filter_frame->linesize, pixfmt, width, height); >- av_frame_unref (deinterlace->filter_frame); >- >- return 0; >---- ext/libav/gstavdemux.c.orig 2018-07-18 16:35:27 UTC >-+++ ext/libav/gstavdemux.c >-@@ -26,6 +26,7 @@ >- #include <string.h> >- >- #include <libavformat/avformat.h> >-+#include <libavutil/imgutils.h> >- /* #include <ffmpeg/avi.h> */ >- #include <gst/gst.h> >- #include <gst/base/gstflowcombiner.h> >-@@ -922,18 +923,19 @@ gst_ffmpegdemux_get_stream (GstFFMpegDemux * demux, AV >- gint num; >- gchar *padname; >- const gchar *codec; >-- AVCodecContext *ctx; >-+ AVCodecContext *ctx = NULL; >- GstFFStream *stream; >- GstEvent *event; >- gchar *stream_id; >- >-- ctx = avstream->codec; >-- >- oclass = (GstFFMpegDemuxClass *) G_OBJECT_GET_CLASS (demux); >- >- if (demux->streams[avstream->index] != NULL) >- goto exists; >- >-+ ctx = avcodec_alloc_context3 (NULL); >-+ avcodec_parameters_to_context (ctx, avstream->codecpar); >-+ >- /* create new stream */ >- stream = g_new0 (GstFFStream, 1); >- demux->streams[avstream->index] = stream; >-@@ -1042,23 +1044,27 @@ gst_ffmpegdemux_get_stream (GstFFMpegDemux * demux, AV >- GST_TAG_VIDEO_CODEC : GST_TAG_AUDIO_CODEC, codec, NULL); >- } >- >-+done: >-+ if (ctx) >-+ avcodec_free_context (&ctx); >- return stream; >- >- /* ERRORS */ >- exists: >- { >- GST_DEBUG_OBJECT (demux, "Pad existed (stream %d)", avstream->index); >-- return demux->streams[avstream->index]; >-+ stream = demux->streams[avstream->index]; >-+ goto done; >- } >- unknown_type: >- { >- GST_WARNING_OBJECT (demux, "Unknown pad type %d", ctx->codec_type); >-- return stream; >-+ goto done; >- } >- unknown_caps: >- { >- GST_WARNING_OBJECT (demux, "Unknown caps for codec %d", ctx->codec_id); >-- return stream; >-+ goto done; >- } >- } >- >-@@ -1477,12 +1483,12 @@ gst_ffmpegdemux_loop (GstFFMpegDemux * demux) >- /* prepare to push packet to peer */ >- srcpad = stream->pad; >- >-- rawvideo = (avstream->codec->codec_type == AVMEDIA_TYPE_VIDEO && >-- avstream->codec->codec_id == AV_CODEC_ID_RAWVIDEO); >-+ rawvideo = (avstream->codecpar->codec_type == AVMEDIA_TYPE_VIDEO && >-+ avstream->codecpar->codec_id == AV_CODEC_ID_RAWVIDEO); >- >- if (rawvideo) >-- outsize = gst_ffmpeg_avpicture_get_size (avstream->codec->pix_fmt, >-- avstream->codec->width, avstream->codec->height); >-+ outsize = gst_ffmpeg_avpicture_get_size (avstream->codecpar->format, >-+ avstream->codecpar->width, avstream->codecpar->height); >- else >- outsize = pkt.size; >- >-@@ -1491,23 +1497,24 @@ gst_ffmpegdemux_loop (GstFFMpegDemux * demux) >- /* copy the data from packet into the target buffer >- * and do conversions for raw video packets */ >- if (rawvideo) { >-- AVPicture src, dst; >-+ AVFrame src, dst; >- const gchar *plugin_name = >- ((GstFFMpegDemuxClass *) (G_OBJECT_GET_CLASS (demux)))->in_plugin->name; >- GstMapInfo map; >- >- GST_WARNING ("Unknown demuxer %s, no idea what to do", plugin_name); >- gst_ffmpeg_avpicture_fill (&src, pkt.data, >-- avstream->codec->pix_fmt, avstream->codec->width, >-- avstream->codec->height); >-+ avstream->codecpar->format, avstream->codecpar->width, >-+ avstream->codecpar->height); >- >- gst_buffer_map (outbuf, &map, GST_MAP_WRITE); >- gst_ffmpeg_avpicture_fill (&dst, map.data, >-- avstream->codec->pix_fmt, avstream->codec->width, >-- avstream->codec->height); >-+ avstream->codecpar->format, avstream->codecpar->width, >-+ avstream->codecpar->height); >- >-- av_picture_copy (&dst, &src, avstream->codec->pix_fmt, >-- avstream->codec->width, avstream->codec->height); >-+ av_image_copy (dst.data, dst.linesize, (const uint8_t **) src.data, >-+ src.linesize, avstream->codecpar->format, avstream->codecpar->width, >-+ avstream->codecpar->height); >- gst_buffer_unmap (outbuf, &map); >- } else { >- gst_buffer_fill (outbuf, 0, pkt.data, outsize); >-@@ -1954,7 +1961,7 @@ gboolean >- gst_ffmpegdemux_register (GstPlugin * plugin) >- { >- GType type; >-- AVInputFormat *in_plugin; >-+ const AVInputFormat *in_plugin; >- gchar *extensions; >- GTypeInfo typeinfo = { >- sizeof (GstFFMpegDemuxClass), >-@@ -1968,11 +1975,11 @@ gst_ffmpegdemux_register (GstPlugin * plugin) >- (GInstanceInitFunc) gst_ffmpegdemux_init, >- }; >- >-- in_plugin = av_iformat_next (NULL); >-+ void *i = 0; >- >- GST_LOG ("Registering demuxers"); >- >-- while (in_plugin) { >-+ while ((in_plugin = av_demuxer_iterate (&i))) { >- gchar *type_name, *typefind_name; >- gint rank; >- gboolean register_typefind_func = TRUE; >-@@ -2000,14 +2007,14 @@ gst_ffmpegdemux_register (GstPlugin * plugin) >- !strncmp (in_plugin->name, "f64", 3) || >- !strcmp (in_plugin->name, "mulaw") || !strcmp (in_plugin->name, "alaw") >- ) >-- goto next; >-+ continue; >- >- /* no network demuxers */ >- if (!strcmp (in_plugin->name, "sdp") || >- !strcmp (in_plugin->name, "rtsp") || >- !strcmp (in_plugin->name, "applehttp") >- ) >-- goto next; >-+ continue; >- >- /* these don't do what one would expect or >- * are only partially functional/useful */ >-@@ -2015,7 +2022,7 @@ gst_ffmpegdemux_register (GstPlugin * plugin) >- !strcmp (in_plugin->name, "wv") || >- !strcmp (in_plugin->name, "ass") || >- !strcmp (in_plugin->name, "ffmetadata")) >-- goto next; >-+ continue; >- >- /* Don't use the typefind functions of formats for which we already have >- * better typefind functions */ >-@@ -2095,7 +2102,7 @@ gst_ffmpegdemux_register (GstPlugin * plugin) >- else { >- GST_DEBUG ("ignoring %s", in_plugin->name); >- rank = GST_RANK_NONE; >-- goto next; >-+ continue; >- } >- >- /* construct the type */ >-@@ -2105,7 +2112,7 @@ gst_ffmpegdemux_register (GstPlugin * plugin) >- /* if it's already registered, drop it */ >- if (g_type_from_name (type_name)) { >- g_free (type_name); >-- goto next; >-+ continue; >- } >- >- typefind_name = g_strdup_printf ("avtype_%s", in_plugin->name); >-@@ -2123,8 +2130,8 @@ gst_ffmpegdemux_register (GstPlugin * plugin) >- if (!gst_element_register (plugin, type_name, rank, type) || >- (register_typefind_func == TRUE && >- !gst_type_find_register (plugin, typefind_name, rank, >-- gst_ffmpegdemux_type_find, extensions, NULL, in_plugin, >-- NULL))) { >-+ gst_ffmpegdemux_type_find, extensions, NULL, >-+ (gpointer) in_plugin, NULL))) { >- g_warning ("Registration of type %s failed", type_name); >- g_free (type_name); >- g_free (typefind_name); >-@@ -2135,9 +2142,6 @@ gst_ffmpegdemux_register (GstPlugin * plugin) >- g_free (type_name); >- g_free (typefind_name); >- g_free (extensions); >-- >-- next: >-- in_plugin = av_iformat_next (in_plugin); >- } >- >- GST_LOG ("Finished registering demuxers"); >---- ext/libav/gstavmux.c.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavmux.c >-@@ -160,7 +160,7 @@ gst_ffmpegmux_get_replacement (const char *name) >- {"mp3", "id3v2mux"}, >- {"mp2", "id3v2mux"} >- }; >-- int i; >-+ guint i; >- >- for (i = 0; i < sizeof (blacklist) / sizeof (blacklist[0]); i++) { >- if (strcmp (blacklist[i].name, name) == 0) { >-@@ -446,10 +446,10 @@ gst_ffmpegmux_request_new_pad (GstElement * element, >- /* AVStream needs to be created */ >- st = avformat_new_stream (ffmpegmux->context, NULL); >- st->id = collect_pad->padnum; >-- st->codec->codec_type = type; >-- st->codec->codec_id = AV_CODEC_ID_NONE; /* this is a check afterwards */ >-- st->codec->bit_rate = bitrate; >-- st->codec->frame_size = framesize; >-+ st->codecpar->codec_type = type; >-+ st->codecpar->codec_id = AV_CODEC_ID_NONE; /* this is a check afterwards */ >-+ st->codecpar->bit_rate = bitrate; >-+ st->codecpar->frame_size = framesize; >- /* we fill in codec during capsnego */ >- >- /* we love debug output (c) (tm) (r) */ >-@@ -475,6 +475,7 @@ gst_ffmpegmux_setcaps (GstPad * pad, GstCaps * caps) >- GstFFMpegMux *ffmpegmux = (GstFFMpegMux *) (gst_pad_get_parent (pad)); >- GstFFMpegMuxPad *collect_pad; >- AVStream *st; >-+ AVCodecContext tmp; >- >- collect_pad = (GstFFMpegMuxPad *) gst_pad_get_element_private (pad); >- >-@@ -484,12 +485,14 @@ gst_ffmpegmux_setcaps (GstPad * pad, GstCaps * caps) >- >- /* for the format-specific guesses, we'll go to >- * our famous codec mapper */ >-- if (gst_ffmpeg_caps_to_codecid (caps, st->codec) == AV_CODEC_ID_NONE) >-+ if (gst_ffmpeg_caps_to_codecid (caps, &tmp) == AV_CODEC_ID_NONE) >- goto not_accepted; >- >-+ avcodec_parameters_from_context (st->codecpar, &tmp); >-+ >- /* copy over the aspect ratios, ffmpeg expects the stream aspect to match the >- * codec aspect. */ >-- st->sample_aspect_ratio = st->codec->sample_aspect_ratio; >-+ st->sample_aspect_ratio = st->codecpar->sample_aspect_ratio; >- >- GST_LOG_OBJECT (pad, "accepted caps %" GST_PTR_FORMAT, caps); >- return TRUE; >-@@ -563,23 +566,23 @@ gst_ffmpegmux_collected (GstCollectPads * pads, gpoint >- AVStream *st = ffmpegmux->context->streams[collect_pad->padnum]; >- >- /* check whether the pad has successfully completed capsnego */ >-- if (st->codec->codec_id == AV_CODEC_ID_NONE) { >-+ if (st->codecpar->codec_id == AV_CODEC_ID_NONE) { >- GST_ELEMENT_ERROR (ffmpegmux, CORE, NEGOTIATION, (NULL), >- ("no caps set on stream %d (%s)", collect_pad->padnum, >-- (st->codec->codec_type == AVMEDIA_TYPE_VIDEO) ? >-+ (st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO) ? >- "video" : "audio")); >- return GST_FLOW_ERROR; >- } >- /* set framerate for audio */ >-- if (st->codec->codec_type == AVMEDIA_TYPE_AUDIO) { >-- switch (st->codec->codec_id) { >-+ if (st->codecpar->codec_type == AVMEDIA_TYPE_AUDIO) { >-+ switch (st->codecpar->codec_id) { >- case AV_CODEC_ID_PCM_S16LE: >- case AV_CODEC_ID_PCM_S16BE: >- case AV_CODEC_ID_PCM_U16LE: >- case AV_CODEC_ID_PCM_U16BE: >- case AV_CODEC_ID_PCM_S8: >- case AV_CODEC_ID_PCM_U8: >-- st->codec->frame_size = 1; >-+ st->codecpar->frame_size = 1; >- break; >- default: >- { >-@@ -590,8 +593,8 @@ gst_ffmpegmux_collected (GstCollectPads * pads, gpoint >- buffer = gst_collect_pads_peek (ffmpegmux->collect, >- (GstCollectData *) collect_pad); >- if (buffer) { >-- st->codec->frame_size = >-- st->codec->sample_rate * >-+ st->codecpar->frame_size = >-+ st->codecpar->sample_rate * >- GST_BUFFER_DURATION (buffer) / GST_SECOND; >- gst_buffer_unref (buffer); >- } >-@@ -733,8 +736,6 @@ gst_ffmpegmux_collected (GstCollectPads * pads, gpoint >- buf = >- gst_collect_pads_pop (ffmpegmux->collect, (GstCollectData *) best_pad); >- >-- ffmpegmux->context->streams[best_pad->padnum]->codec->frame_number++; >-- >- /* set time */ >- pkt.pts = gst_ffmpeg_time_gst_to_ff (GST_BUFFER_TIMESTAMP (buf), >- ffmpegmux->context->streams[best_pad->padnum]->time_base); >-@@ -844,7 +845,7 @@ gst_ffmpeg_mux_simple_caps_set_int_list (GstCaps * cap >- { >- GValue list = { 0, }; >- GValue val = { 0, }; >-- gint i; >-+ guint i; >- >- g_return_if_fail (GST_CAPS_IS_SIMPLE (caps)); >- >-@@ -880,13 +881,12 @@ gst_ffmpegmux_register (GstPlugin * plugin) >- NULL, NULL, NULL >- }; >- GType type; >-- AVOutputFormat *in_plugin; >-+ const AVOutputFormat *in_plugin; >-+ void *i = 0; >- >-- in_plugin = av_oformat_next (NULL); >-- >- GST_LOG ("Registering muxers"); >- >-- while (in_plugin) { >-+ while ((in_plugin = av_muxer_iterate (&i))) { >- gchar *type_name; >- GstRank rank = GST_RANK_MARGINAL; >- >-@@ -925,12 +925,12 @@ gst_ffmpegmux_register (GstPlugin * plugin) >- !strncmp (in_plugin->name, "webm", 4) >- ) { >- GST_LOG ("Ignoring muxer %s", in_plugin->name); >-- goto next; >-+ continue; >- } >- >- if ((!strncmp (in_plugin->long_name, "raw ", 4))) { >- GST_LOG ("Ignoring raw muxer %s", in_plugin->name); >-- goto next; >-+ continue; >- } >- >- if (gst_ffmpegmux_get_replacement (in_plugin->name)) >-@@ -958,9 +958,6 @@ gst_ffmpegmux_register (GstPlugin * plugin) >- } >- >- g_free (type_name); >-- >-- next: >-- in_plugin = av_oformat_next (in_plugin); >- } >- >- GST_LOG ("Finished registering muxers"); >---- ext/libav/gstavutils.c.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavutils.c >-@@ -77,7 +77,7 @@ av_smp_format_depth (enum AVSampleFormat smp_fmt) >- >- >- /* >-- * Fill in pointers to memory in a AVPicture, where >-+ * Fill in pointers to memory in a AVFrame, where >- * everything is aligned by 4 (as required by X). >- * This is mostly a copy from imgconvert.c with some >- * small changes. >-@@ -88,7 +88,7 @@ av_smp_format_depth (enum AVSampleFormat smp_fmt) >- #define FF_COLOR_YUV 2 /* YUV color space. 16 <= Y <= 235, 16 <= U, V <= 240 */ >- #define FF_COLOR_YUV_JPEG 3 /* YUV color space. 0 <= Y <= 255, 0 <= U, V <= 255 */ >- >--#define FF_PIXEL_PLANAR 0 /* each channel has one component in AVPicture */ >-+#define FF_PIXEL_PLANAR 0 /* each channel has one component in AVFrame */ >- #define FF_PIXEL_PACKED 1 /* only one components containing all the channels */ >- #define FF_PIXEL_PALETTE 2 /* one components containing indexes for a palette */ >- >-@@ -267,7 +267,7 @@ gst_ffmpeg_init_pix_fmt_info (void) >- int >- gst_ffmpeg_avpicture_get_size (int pix_fmt, int width, int height) >- { >-- AVPicture dummy_pict; >-+ AVFrame dummy_pict; >- >- return gst_ffmpeg_avpicture_fill (&dummy_pict, NULL, pix_fmt, width, height); >- } >-@@ -280,7 +280,7 @@ gst_ffmpeg_avpicture_get_size (int pix_fmt, int width, >- #define DIV_ROUND_UP_X(v,x) (((v) + GEN_MASK(x)) >> (x)) >- >- int >--gst_ffmpeg_avpicture_fill (AVPicture * picture, >-+gst_ffmpeg_avpicture_fill (AVFrame * picture, >- uint8_t * ptr, enum AVPixelFormat pix_fmt, int width, int height) >- { >- int size, w2, h2, size2; >---- ext/libav/gstavutils.h.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavutils.h >-@@ -36,11 +36,11 @@ int >- gst_ffmpeg_avpicture_get_size (int pix_fmt, int width, int height); >- >- /* >-- * Fill in pointers in an AVPicture, aligned by 4 (required by X). >-+ * Fill in pointers in an AVFrame, aligned by 4 (required by X). >- */ >- >- int >--gst_ffmpeg_avpicture_fill (AVPicture * picture, >-+gst_ffmpeg_avpicture_fill (AVFrame * picture, >- uint8_t * ptr, >- enum AVPixelFormat pix_fmt, >- int width, >---- ext/libav/gstavviddec.c.orig 2018-07-19 11:29:37 UTC >-+++ ext/libav/gstavviddec.c >-@@ -239,7 +239,7 @@ gst_ffmpegviddec_class_init (GstFFMpegVidDecClass * kl >- DEFAULT_OUTPUT_CORRUPT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); >- >- caps = klass->in_plugin->capabilities; >-- if (caps & (CODEC_CAP_FRAME_THREADS | CODEC_CAP_SLICE_THREADS)) { >-+ if (caps & (AV_CODEC_CAP_FRAME_THREADS | AV_CODEC_CAP_SLICE_THREADS)) { >- g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_MAX_THREADS, >- g_param_spec_int ("max-threads", "Maximum decode threads", >- "Maximum number of worker threads to spawn. (0 = auto)", >-@@ -317,7 +317,7 @@ static gboolean >- gst_ffmpegviddec_close (GstFFMpegVidDec * ffmpegdec, gboolean reset) >- { >- GstFFMpegVidDecClass *oclass; >-- gint i; >-+ guint i; >- >- oclass = (GstFFMpegVidDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec)); >- >-@@ -353,7 +353,7 @@ static gboolean >- gst_ffmpegviddec_open (GstFFMpegVidDec * ffmpegdec) >- { >- GstFFMpegVidDecClass *oclass; >-- gint i; >-+ guint i; >- >- oclass = (GstFFMpegVidDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec)); >- >-@@ -369,7 +369,7 @@ gst_ffmpegviddec_open (GstFFMpegVidDec * ffmpegdec) >- oclass->in_plugin->name, oclass->in_plugin->id); >- >- gst_ffmpegviddec_context_set_flags (ffmpegdec->context, >-- CODEC_FLAG_OUTPUT_CORRUPT, ffmpegdec->output_corrupt); >-+ AV_CODEC_FLAG_OUTPUT_CORRUPT, ffmpegdec->output_corrupt); >- >- return TRUE; >- >-@@ -499,7 +499,7 @@ gst_ffmpegviddec_set_format (GstVideoDecoder * decoder >- gboolean is_live; >- >- if (ffmpegdec->max_threads == 0) { >-- if (!(oclass->in_plugin->capabilities & CODEC_CAP_AUTO_THREADS)) >-+ if (!(oclass->in_plugin->capabilities & AV_CODEC_CAP_AUTO_THREADS)) >- ffmpegdec->context->thread_count = gst_ffmpeg_auto_max_threads (); >- else >- ffmpegdec->context->thread_count = 0; >-@@ -618,7 +618,6 @@ gst_ffmpegvideodec_prepare_dr_pool (GstFFMpegVidDec * >- gint width, height; >- gint linesize_align[4]; >- gint i; >-- guint edge; >- gsize max_align; >- >- width = GST_VIDEO_INFO_WIDTH (info); >-@@ -628,20 +627,11 @@ gst_ffmpegvideodec_prepare_dr_pool (GstFFMpegVidDec * >- avcodec_align_dimensions2 (ffmpegdec->context, &width, &height, >- linesize_align); >- >-- if (ffmpegdec->context->flags & CODEC_FLAG_EMU_EDGE) >-- edge = 0; >-- else >-- edge = avcodec_get_edge_width (); >-+ align.padding_top = 0; >-+ align.padding_left = 0; >-+ align.padding_right = width - GST_VIDEO_INFO_WIDTH (info); >-+ align.padding_bottom = height - GST_VIDEO_INFO_HEIGHT (info); >- >-- /* increase the size for the padding */ >-- width += edge << 1; >-- height += edge << 1; >-- >-- align.padding_top = edge; >-- align.padding_left = edge; >-- align.padding_right = width - GST_VIDEO_INFO_WIDTH (info) - edge; >-- align.padding_bottom = height - GST_VIDEO_INFO_HEIGHT (info) - edge; >-- >- /* add extra padding to match libav buffer allocation sizes */ >- align.padding_bottom++; >- >-@@ -684,7 +674,7 @@ gst_ffmpegviddec_ensure_internal_pool (GstFFMpegVidDec >- GstVideoFormat format; >- GstCaps *caps; >- GstStructure *config; >-- gint i; >-+ guint i; >- >- if (ffmpegdec->internal_pool != NULL && >- ffmpegdec->pool_width == picture->width && >-@@ -698,6 +688,12 @@ gst_ffmpegviddec_ensure_internal_pool (GstFFMpegVidDec >- format = gst_ffmpeg_pixfmt_to_videoformat (picture->format); >- gst_video_info_set_format (&info, format, picture->width, picture->height); >- >-+ /* If we have not yet been negotiated, a NONE format here would >-+ * result in invalid initial dimension alignments, and potential >-+ * out of bounds writes. >-+ */ >-+ ffmpegdec->context->pix_fmt = picture->format; >-+ >- for (i = 0; i < G_N_ELEMENTS (ffmpegdec->stride); i++) >- ffmpegdec->stride[i] = -1; >- >-@@ -736,7 +732,8 @@ gst_ffmpegviddec_can_direct_render (GstFFMpegVidDec * >- return FALSE; >- >- oclass = (GstFFMpegVidDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec)); >-- return ((oclass->in_plugin->capabilities & CODEC_CAP_DR1) == CODEC_CAP_DR1); >-+ return ((oclass->in_plugin->capabilities & AV_CODEC_CAP_DR1) == >-+ AV_CODEC_CAP_DR1); >- } >- >- /* called when ffmpeg wants us to allocate a buffer to write the decoded frame >-@@ -748,7 +745,7 @@ gst_ffmpegviddec_get_buffer2 (AVCodecContext * context >- GstVideoCodecFrame *frame; >- GstFFMpegVidDecVideoFrame *dframe; >- GstFFMpegVidDec *ffmpegdec; >-- gint c; >-+ guint c; >- GstFlowReturn ret; >- >- ffmpegdec = (GstFFMpegVidDec *) context->opaque; >-@@ -1388,7 +1385,7 @@ get_output_buffer (GstFFMpegVidDec * ffmpegdec, GstVid >- AVFrame pic, *outpic; >- GstVideoFrame vframe; >- GstVideoInfo *info; >-- gint c; >-+ guint c; >- >- GST_LOG_OBJECT (ffmpegdec, "get output buffer"); >- >-@@ -1469,28 +1466,18 @@ gst_avpacket_init (AVPacket * packet, guint8 * data, g >- packet->size = size; >- } >- >--/* gst_ffmpegviddec_[video|audio]_frame: >-- * ffmpegdec: >-- * data: pointer to the data to decode >-- * size: size of data in bytes >-- * in_timestamp: incoming timestamp. >-- * in_duration: incoming duration. >-- * in_offset: incoming offset (frame number). >-- * ret: Return flow. >-- * >-- * Returns: number of bytes used in decoding. The check for successful decode is >-- * outbuf being non-NULL. >-+/* >-+ * Returns: whether a frame was decoded >- */ >--static gint >-+static gboolean >- gst_ffmpegviddec_video_frame (GstFFMpegVidDec * ffmpegdec, >-- guint8 * data, guint size, gint * have_data, GstVideoCodecFrame * frame, >-- GstFlowReturn * ret) >-+ GstVideoCodecFrame * frame, GstFlowReturn * ret) >- { >-- gint len = -1; >-+ gint res; >-+ gboolean got_frame = FALSE; >- gboolean mode_switch; >- GstVideoCodecFrame *out_frame; >- GstFFMpegVidDecVideoFrame *out_dframe; >-- AVPacket packet; >- GstBufferPool *pool; >- >- *ret = GST_FLOW_OK; >-@@ -1502,49 +1489,25 @@ gst_ffmpegviddec_video_frame (GstFFMpegVidDec * ffmpeg >- * else we might skip a reference frame */ >- gst_ffmpegviddec_do_qos (ffmpegdec, frame, &mode_switch); >- >-- if (frame) { >-- /* save reference to the timing info */ >-- ffmpegdec->context->reordered_opaque = (gint64) frame->system_frame_number; >-- ffmpegdec->picture->reordered_opaque = (gint64) frame->system_frame_number; >-+ res = avcodec_receive_frame (ffmpegdec->context, ffmpegdec->picture); >- >-- GST_DEBUG_OBJECT (ffmpegdec, "stored opaque values idx %d", >-- frame->system_frame_number); >-+ /* No frames available at this time */ >-+ if (res == AVERROR (EAGAIN)) >-+ goto beach; >-+ else if (res == AVERROR_EOF) { /* Should not happen */ >-+ *ret = GST_FLOW_EOS; >-+ GST_WARNING_OBJECT (ffmpegdec, >-+ "Tried to receive frame on a flushed context"); >-+ goto beach; >-+ } else if (res < 0) { >-+ *ret = GST_FLOW_ERROR; >-+ GST_ELEMENT_ERROR (ffmpegdec, STREAM, DECODE, ("Decoding problem"), >-+ ("Legitimate decoding error")); >-+ goto beach; >- } >- >-- /* now decode the frame */ >-- gst_avpacket_init (&packet, data, size); >-+ got_frame = TRUE; >- >-- if (ffmpegdec->palette) { >-- guint8 *pal; >-- >-- pal = av_packet_new_side_data (&packet, AV_PKT_DATA_PALETTE, >-- AVPALETTE_SIZE); >-- gst_buffer_extract (ffmpegdec->palette, 0, pal, AVPALETTE_SIZE); >-- GST_DEBUG_OBJECT (ffmpegdec, "copy pal %p %p", &packet, pal); >-- } >-- >-- /* This might call into get_buffer() from another thread, >-- * which would cause a deadlock. Release the lock here >-- * and taking it again later seems safe >-- * See https://bugzilla.gnome.org/show_bug.cgi?id=726020 >-- */ >-- GST_VIDEO_DECODER_STREAM_UNLOCK (ffmpegdec); >-- len = avcodec_decode_video2 (ffmpegdec->context, >-- ffmpegdec->picture, have_data, &packet); >-- GST_VIDEO_DECODER_STREAM_LOCK (ffmpegdec); >-- >-- GST_DEBUG_OBJECT (ffmpegdec, "after decode: len %d, have_data %d", >-- len, *have_data); >-- >-- /* when we are in skip_frame mode, don't complain when ffmpeg returned >-- * no data because we told it to skip stuff. */ >-- if (len < 0 && (mode_switch || ffmpegdec->context->skip_frame)) >-- len = 0; >-- >-- /* no data, we're done */ >-- if (len < 0 || *have_data == 0) >-- goto beach; >-- >- /* get the output picture timing info again */ >- out_dframe = ffmpegdec->picture->opaque; >- out_frame = gst_video_codec_frame_ref (out_dframe->frame); >-@@ -1614,8 +1577,8 @@ gst_ffmpegviddec_video_frame (GstFFMpegVidDec * ffmpeg >- GstVideoMeta *vmeta = gst_buffer_get_video_meta (out_frame->output_buffer); >- if (vmeta) { >- GstVideoInfo *info = &ffmpegdec->output_state->info; >-- g_assert (vmeta->width == GST_VIDEO_INFO_WIDTH (info)); >-- g_assert (vmeta->height == GST_VIDEO_INFO_HEIGHT (info)); >-+ g_assert ((gint) vmeta->width == GST_VIDEO_INFO_WIDTH (info)); >-+ g_assert ((gint) vmeta->height == GST_VIDEO_INFO_HEIGHT (info)); >- } >- } >- #endif >-@@ -1683,16 +1646,15 @@ gst_ffmpegviddec_video_frame (GstFFMpegVidDec * ffmpeg >- gst_video_decoder_finish_frame (GST_VIDEO_DECODER (ffmpegdec), out_frame); >- >- beach: >-- GST_DEBUG_OBJECT (ffmpegdec, "return flow %s, len %d", >-- gst_flow_get_name (*ret), len); >-- return len; >-+ GST_DEBUG_OBJECT (ffmpegdec, "return flow %s, got frame: %d", >-+ gst_flow_get_name (*ret), got_frame); >-+ return got_frame; >- >- /* special cases */ >- no_output: >- { >- GST_DEBUG_OBJECT (ffmpegdec, "no output buffer"); >- gst_video_decoder_drop_frame (GST_VIDEO_DECODER (ffmpegdec), out_frame); >-- len = -1; >- goto beach; >- } >- >-@@ -1709,50 +1671,23 @@ negotiation_error: >- } >- >- >--/* gst_ffmpegviddec_frame: >-- * ffmpegdec: >-- * data: pointer to the data to decode >-- * size: size of data in bytes >-- * got_data: 0 if no data was decoded, != 0 otherwise. >-- * in_time: timestamp of data >-- * in_duration: duration of data >-- * ret: GstFlowReturn to return in the chain function >-- * >-- * Decode the given frame and pushes it downstream. >-- * >-- * Returns: Number of bytes used in decoding, -1 on error/failure. >-- */ >-- >--static gint >--gst_ffmpegviddec_frame (GstFFMpegVidDec * ffmpegdec, >-- guint8 * data, guint size, gint * have_data, GstVideoCodecFrame * frame, >-+ /* Returns: Whether a frame was decoded */ >-+static gboolean >-+gst_ffmpegviddec_frame (GstFFMpegVidDec * ffmpegdec, GstVideoCodecFrame * frame, >- GstFlowReturn * ret) >- { >-- GstFFMpegVidDecClass *oclass; >-- gint len = 0; >-+ gboolean got_frame = FALSE; >- >- if (G_UNLIKELY (ffmpegdec->context->codec == NULL)) >- goto no_codec; >- >-- GST_LOG_OBJECT (ffmpegdec, "data:%p, size:%d", data, size); >-- >- *ret = GST_FLOW_OK; >- ffmpegdec->context->frame_number++; >- >-- oclass = (GstFFMpegVidDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec)); >-+ got_frame = gst_ffmpegviddec_video_frame (ffmpegdec, frame, ret); >- >-- len = >-- gst_ffmpegviddec_video_frame (ffmpegdec, data, size, have_data, frame, >-- ret); >-+ return got_frame; >- >-- if (len < 0) { >-- GST_WARNING_OBJECT (ffmpegdec, >-- "avdec_%s: decoding error (len: %d, have_data: %d)", >-- oclass->in_plugin->name, len, *have_data); >-- } >-- >-- return len; >-- >- /* ERRORS */ >- no_codec: >- { >-@@ -1773,16 +1708,16 @@ gst_ffmpegviddec_drain (GstVideoDecoder * decoder) >- >- oclass = (GstFFMpegVidDecClass *) (G_OBJECT_GET_CLASS (ffmpegdec)); >- >-- if (oclass->in_plugin->capabilities & CODEC_CAP_DELAY) { >-- gint have_data, len; >-+ if (oclass->in_plugin->capabilities & AV_CODEC_CAP_DELAY) { >- GstFlowReturn ret; >-+ gboolean got_frame = FALSE; >- >- GST_LOG_OBJECT (ffmpegdec, >- "codec has delay capabilities, calling until ffmpeg has drained everything"); >- >- do { >-- len = gst_ffmpegviddec_frame (ffmpegdec, NULL, 0, &have_data, NULL, &ret); >-- } while (len >= 0 && have_data == 1 && ret == GST_FLOW_OK); >-+ got_frame = gst_ffmpegviddec_frame (ffmpegdec, NULL, &ret); >-+ } while (got_frame && ret == GST_FLOW_OK); >- } >- >- return GST_FLOW_OK; >-@@ -1793,11 +1728,12 @@ gst_ffmpegviddec_handle_frame (GstVideoDecoder * decod >- GstVideoCodecFrame * frame) >- { >- GstFFMpegVidDec *ffmpegdec = (GstFFMpegVidDec *) decoder; >-- guint8 *data, *bdata; >-- gint size, len, have_data, bsize; >-+ guint8 *data; >-+ gint size; >-+ gboolean got_frame; >- GstMapInfo minfo; >- GstFlowReturn ret = GST_FLOW_OK; >-- gboolean do_padding; >-+ AVPacket packet; >- >- GST_LOG_OBJECT (ffmpegdec, >- "Received new data of size %" G_GSIZE_FORMAT ", dts %" GST_TIME_FORMAT >-@@ -1815,94 +1751,84 @@ gst_ffmpegviddec_handle_frame (GstVideoDecoder * decod >- GST_VIDEO_CODEC_FRAME_FLAG_SET (frame, >- GST_VIDEO_CODEC_FRAME_FLAG_DECODE_ONLY); >- >-- bdata = minfo.data; >-- bsize = minfo.size; >-+ data = minfo.data; >-+ size = minfo.size; >- >-- if (bsize > 0 && (!GST_MEMORY_IS_ZERO_PADDED (minfo.memory) >-- || (minfo.maxsize - minfo.size) < FF_INPUT_BUFFER_PADDING_SIZE)) { >-+ if (size > 0 && (!GST_MEMORY_IS_ZERO_PADDED (minfo.memory) >-+ || (minfo.maxsize - minfo.size) < AV_INPUT_BUFFER_PADDING_SIZE)) { >- /* add padding */ >-- if (ffmpegdec->padded_size < bsize + FF_INPUT_BUFFER_PADDING_SIZE) { >-- ffmpegdec->padded_size = bsize + FF_INPUT_BUFFER_PADDING_SIZE; >-+ if (ffmpegdec->padded_size < size + AV_INPUT_BUFFER_PADDING_SIZE) { >-+ ffmpegdec->padded_size = size + AV_INPUT_BUFFER_PADDING_SIZE; >- ffmpegdec->padded = g_realloc (ffmpegdec->padded, ffmpegdec->padded_size); >- GST_LOG_OBJECT (ffmpegdec, "resized padding buffer to %d", >- ffmpegdec->padded_size); >- } >- GST_CAT_TRACE_OBJECT (GST_CAT_PERFORMANCE, ffmpegdec, >- "Copy input to add padding"); >-- memcpy (ffmpegdec->padded, bdata, bsize); >-- memset (ffmpegdec->padded + bsize, 0, FF_INPUT_BUFFER_PADDING_SIZE); >-+ memcpy (ffmpegdec->padded, data, size); >-+ memset (ffmpegdec->padded + size, 0, AV_INPUT_BUFFER_PADDING_SIZE); >- >-- bdata = ffmpegdec->padded; >-- do_padding = TRUE; >-- } else { >-- do_padding = FALSE; >-+ data = ffmpegdec->padded; >- } >- >-- do { >-- guint8 tmp_padding[FF_INPUT_BUFFER_PADDING_SIZE]; >-+ /* now decode the frame */ >-+ gst_avpacket_init (&packet, data, size); >- >-- /* parse, if at all possible */ >-- data = bdata; >-- size = bsize; >-+ if (ffmpegdec->palette) { >-+ guint8 *pal; >- >-- if (do_padding) { >-- /* add temporary padding */ >-- GST_CAT_TRACE_OBJECT (GST_CAT_PERFORMANCE, ffmpegdec, >-- "Add temporary input padding"); >-- memcpy (tmp_padding, data + size, FF_INPUT_BUFFER_PADDING_SIZE); >-- memset (data + size, 0, FF_INPUT_BUFFER_PADDING_SIZE); >-- } >-+ pal = av_packet_new_side_data (&packet, AV_PKT_DATA_PALETTE, >-+ AVPALETTE_SIZE); >-+ gst_buffer_extract (ffmpegdec->palette, 0, pal, AVPALETTE_SIZE); >-+ GST_DEBUG_OBJECT (ffmpegdec, "copy pal %p %p", &packet, pal); >-+ } >- >-+ if (!packet.size) >-+ goto done; >-+ >-+ if (frame) { >-+ /* save reference to the timing info */ >-+ ffmpegdec->context->reordered_opaque = (gint64) frame->system_frame_number; >-+ ffmpegdec->picture->reordered_opaque = (gint64) frame->system_frame_number; >-+ >-+ GST_DEBUG_OBJECT (ffmpegdec, "stored opaque values idx %d", >-+ frame->system_frame_number); >-+ } >-+ >-+ /* This might call into get_buffer() from another thread, >-+ * which would cause a deadlock. Release the lock here >-+ * and taking it again later seems safe >-+ * See https://bugzilla.gnome.org/show_bug.cgi?id=726020 >-+ */ >-+ GST_VIDEO_DECODER_STREAM_UNLOCK (ffmpegdec); >-+ if (avcodec_send_packet (ffmpegdec->context, &packet) < 0) { >-+ GST_VIDEO_DECODER_STREAM_LOCK (ffmpegdec); >-+ goto send_packet_failed; >-+ } >-+ GST_VIDEO_DECODER_STREAM_LOCK (ffmpegdec); >-+ >-+ do { >- /* decode a frame of audio/video now */ >-- len = >-- gst_ffmpegviddec_frame (ffmpegdec, data, size, &have_data, frame, &ret); >-+ got_frame = gst_ffmpegviddec_frame (ffmpegdec, frame, &ret); >- >- if (ret != GST_FLOW_OK) { >- GST_LOG_OBJECT (ffmpegdec, "breaking because of flow ret %s", >- gst_flow_get_name (ret)); >-- /* bad flow return, make sure we discard all data and exit */ >-- bsize = 0; >- break; >- } >-+ } while (got_frame); >- >-- if (do_padding) { >-- memcpy (data + size, tmp_padding, FF_INPUT_BUFFER_PADDING_SIZE); >-- } >-- >-- if (len == 0 && have_data == 0) { >-- /* nothing was decoded, this could be because no data was available or >-- * because we were skipping frames. >-- * If we have no context we must exit and wait for more data, we keep the >-- * data we tried. */ >-- GST_LOG_OBJECT (ffmpegdec, "Decoding didn't return any data, breaking"); >-- break; >-- } >-- >-- if (len < 0) { >-- /* a decoding error happened, we must break and try again with next data. */ >-- GST_LOG_OBJECT (ffmpegdec, "Decoding error, breaking"); >-- bsize = 0; >-- break; >-- } >-- >-- /* prepare for the next round, for codecs with a context we did this >-- * already when using the parser. */ >-- bsize -= len; >-- bdata += len; >-- >-- do_padding = TRUE; >-- >-- GST_LOG_OBJECT (ffmpegdec, "Before (while bsize>0). bsize:%d , bdata:%p", >-- bsize, bdata); >-- } while (bsize > 0); >-- >-- if (bsize > 0) >-- GST_DEBUG_OBJECT (ffmpegdec, "Dropping %d bytes of data", bsize); >-- >-+done: >- gst_buffer_unmap (frame->input_buffer, &minfo); >- gst_video_codec_frame_unref (frame); >- >- return ret; >-+ >-+send_packet_failed: >-+ { >-+ GST_WARNING_OBJECT (ffmpegdec, "Failed to send data for decoding"); >-+ goto done; >-+ } >- } >- >- static gboolean >-@@ -2069,7 +1995,7 @@ gst_ffmpegviddec_decide_allocation (GstVideoDecoder * >- if (ret == GST_FLOW_OK) { >- GstVideoMeta *vmeta = gst_buffer_get_video_meta (tmp); >- gboolean same_stride = TRUE; >-- gint i; >-+ guint i; >- >- for (i = 0; i < vmeta->n_planes; i++) { >- if (vmeta->stride[i] != ffmpegdec->stride[i]) { >-@@ -2147,7 +2073,7 @@ gst_ffmpegviddec_propose_allocation (GstVideoDecoder * >- gst_allocation_params_init (¶ms); >- params.flags = GST_MEMORY_FLAG_ZERO_PADDED; >- params.align = DEFAULT_STRIDE_ALIGN; >-- params.padding = FF_INPUT_BUFFER_PADDING_SIZE; >-+ params.padding = AV_INPUT_BUFFER_PADDING_SIZE; >- /* we would like to have some padding so that we don't have to >- * memcpy. We don't suggest an allocator. */ >- gst_query_add_allocation_param (query, NULL, ¶ms); >-@@ -2237,19 +2163,18 @@ gst_ffmpegviddec_register (GstPlugin * plugin) >- GType type; >- AVCodec *in_plugin; >- gint rank; >-+ void *i = 0; >- >-- in_plugin = av_codec_next (NULL); >-- >- GST_LOG ("Registering decoders"); >- >-- while (in_plugin) { >-+ while ((in_plugin = (AVCodec *) av_codec_iterate (&i))) { >- gchar *type_name; >- gchar *plugin_name; >- >- /* only video decoders */ >- if (!av_codec_is_decoder (in_plugin) >- || in_plugin->type != AVMEDIA_TYPE_VIDEO) >-- goto next; >-+ continue; >- >- /* no quasi codecs, please */ >- if (in_plugin->id == AV_CODEC_ID_RAWVIDEO || >-@@ -2268,7 +2193,7 @@ gst_ffmpegviddec_register (GstPlugin * plugin) >- || in_plugin->id == AV_CODEC_ID_WRAPPED_AVFRAME >- #endif >- || in_plugin->id == AV_CODEC_ID_ZLIB) { >-- goto next; >-+ continue; >- } >- >- /* No decoders depending on external libraries (we don't build them, but >-@@ -2278,7 +2203,7 @@ gst_ffmpegviddec_register (GstPlugin * plugin) >- GST_DEBUG >- ("Not using external library decoder %s. Use the gstreamer-native ones instead.", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- /* No vdpau plugins until we can figure out how to properly use them >-@@ -2287,42 +2212,42 @@ gst_ffmpegviddec_register (GstPlugin * plugin) >- GST_DEBUG >- ("Ignoring VDPAU decoder %s. We can't handle this outside of ffmpeg", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- if (g_str_has_suffix (in_plugin->name, "_xvmc")) { >- GST_DEBUG >- ("Ignoring XVMC decoder %s. We can't handle this outside of ffmpeg", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- if (strstr (in_plugin->name, "vaapi")) { >- GST_DEBUG >- ("Ignoring VAAPI decoder %s. We can't handle this outside of ffmpeg", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- if (g_str_has_suffix (in_plugin->name, "_qsv")) { >- GST_DEBUG >- ("Ignoring qsv decoder %s. We can't handle this outside of ffmpeg", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- if (g_str_has_suffix (in_plugin->name, "_cuvid")) { >- GST_DEBUG >- ("Ignoring CUVID decoder %s. We can't handle this outside of ffmpeg", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- if (g_str_has_suffix (in_plugin->name, "_v4l2m2m")) { >- GST_DEBUG >- ("Ignoring V4L2 mem-to-mem decoder %s. We can't handle this outside of ffmpeg", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- GST_DEBUG ("Trying plugin %s [%s]", in_plugin->name, in_plugin->long_name); >-@@ -2341,7 +2266,7 @@ gst_ffmpegviddec_register (GstPlugin * plugin) >- !strcmp (in_plugin->name, "dvdsub") || >- !strcmp (in_plugin->name, "dvbsub")) { >- GST_LOG ("Ignoring decoder %s", in_plugin->name); >-- goto next; >-+ continue; >- } >- >- /* construct the type */ >-@@ -2399,9 +2324,6 @@ gst_ffmpegviddec_register (GstPlugin * plugin) >- } >- >- g_free (type_name); >-- >-- next: >-- in_plugin = av_codec_next (in_plugin); >- } >- >- GST_LOG ("Finished Registering decoders"); >---- ext/libav/gstavviddec.h.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavviddec.h >-@@ -61,7 +61,7 @@ struct _GstFFMpegVidDec >- GstBuffer *palette; >- >- guint8 *padded; >-- guint padded_size; >-+ gint padded_size; >- >- /* some properties */ >- enum AVDiscard skip_frame; >---- ext/libav/gstavvidenc.c.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavvidenc.c >-@@ -30,6 +30,7 @@ >- >- #include <libavcodec/avcodec.h> >- #include <libavutil/stereo3d.h> >-+#include <libavutil/opt.h> >- >- #include <gst/gst.h> >- #include <gst/video/gstvideometa.h> >-@@ -40,56 +41,16 @@ >- #include "gstavvidenc.h" >- #include "gstavcfg.h" >- >--#define DEFAULT_VIDEO_BITRATE 300000 /* in bps */ >--#define DEFAULT_VIDEO_GOP_SIZE 15 >- >--#define DEFAULT_WIDTH 352 >--#define DEFAULT_HEIGHT 288 >-- >-- >--#define VIDEO_BUFFER_SIZE (1024*1024) >-- >- enum >- { >-- /* FILL ME */ >-- LAST_SIGNAL >--}; >-- >--enum >--{ >- PROP_0, >-- PROP_BIT_RATE, >-- PROP_GOP_SIZE, >-- PROP_ME_METHOD, >-- PROP_BUFSIZE, >-- PROP_RTP_PAYLOAD_SIZE, >-- PROP_MAX_THREADS, >-- PROP_COMPLIANCE, >-+ PROP_QUANTIZER, >-+ PROP_PASS, >-+ PROP_FILENAME, >- PROP_CFG_BASE, >- }; >- >--#define GST_TYPE_ME_METHOD (gst_ffmpegvidenc_me_method_get_type()) >--static GType >--gst_ffmpegvidenc_me_method_get_type (void) >--{ >-- static GType ffmpegenc_me_method_type = 0; >-- static GEnumValue ffmpegenc_me_methods[] = { >-- {ME_ZERO, "None (Very low quality)", "zero"}, >-- {ME_FULL, "Full (Slow, unmaintained)", "full"}, >-- {ME_LOG, "Logarithmic (Low quality, unmaintained)", "logarithmic"}, >-- {ME_PHODS, "phods (Low quality, unmaintained)", "phods"}, >-- {ME_EPZS, "EPZS (Best quality, Fast)", "epzs"}, >-- {ME_X1, "X1 (Experimental)", "x1"}, >-- {0, NULL, NULL}, >-- }; >-- if (!ffmpegenc_me_method_type) { >-- ffmpegenc_me_method_type = >-- g_enum_register_static ("GstLibAVVidEncMeMethod", ffmpegenc_me_methods); >-- } >-- return ffmpegenc_me_method_type; >--} >-- >--/* A number of function prototypes are given so we can refer to them later. */ >- static void gst_ffmpegvidenc_class_init (GstFFMpegVidEncClass * klass); >- static void gst_ffmpegvidenc_base_init (GstFFMpegVidEncClass * klass); >- static void gst_ffmpegvidenc_init (GstFFMpegVidEnc * ffmpegenc); >-@@ -116,8 +77,28 @@ static void gst_ffmpegvidenc_get_property (GObject * o >- >- static GstElementClass *parent_class = NULL; >- >--/*static guint gst_ffmpegvidenc_signals[LAST_SIGNAL] = { 0 }; */ >-+#define GST_TYPE_FFMPEG_PASS (gst_ffmpeg_pass_get_type ()) >-+static GType >-+gst_ffmpeg_pass_get_type (void) >-+{ >-+ static GType ffmpeg_pass_type = 0; >- >-+ if (!ffmpeg_pass_type) { >-+ static const GEnumValue ffmpeg_passes[] = { >-+ {0, "Constant Bitrate Encoding", "cbr"}, >-+ {AV_CODEC_FLAG_QSCALE, "Constant Quantizer", "quant"}, >-+ {AV_CODEC_FLAG_PASS1, "VBR Encoding - Pass 1", "pass1"}, >-+ {AV_CODEC_FLAG_PASS2, "VBR Encoding - Pass 2", "pass2"}, >-+ {0, NULL, NULL}, >-+ }; >-+ >-+ ffmpeg_pass_type = >-+ g_enum_register_static ("GstLibAVEncPass", ffmpeg_passes); >-+ } >-+ >-+ return ffmpeg_pass_type; >-+} >-+ >- static void >- gst_ffmpegvidenc_base_init (GstFFMpegVidEncClass * klass) >- { >-@@ -181,7 +162,6 @@ gst_ffmpegvidenc_class_init (GstFFMpegVidEncClass * kl >- { >- GObjectClass *gobject_class; >- GstVideoEncoderClass *venc_class; >-- int caps; >- >- gobject_class = (GObjectClass *) klass; >- venc_class = (GstVideoEncoderClass *) klass; >-@@ -191,46 +171,24 @@ gst_ffmpegvidenc_class_init (GstFFMpegVidEncClass * kl >- gobject_class->set_property = gst_ffmpegvidenc_set_property; >- gobject_class->get_property = gst_ffmpegvidenc_get_property; >- >-- /* FIXME: could use -1 for a sensible per-codec default based on >-- * e.g. input resolution and framerate */ >-- g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_BIT_RATE, >-- g_param_spec_int ("bitrate", "Bit Rate", >-- "Target Video Bitrate", 0, G_MAXINT, DEFAULT_VIDEO_BITRATE, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); >-- g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_GOP_SIZE, >-- g_param_spec_int ("gop-size", "GOP Size", >-- "Number of frames within one GOP", 0, G_MAXINT, >-- DEFAULT_VIDEO_GOP_SIZE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); >-- g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_ME_METHOD, >-- g_param_spec_enum ("me-method", "ME Method", "Motion Estimation Method", >-- GST_TYPE_ME_METHOD, ME_EPZS, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); >-+ g_object_class_install_property (gobject_class, PROP_QUANTIZER, >-+ g_param_spec_float ("quantizer", "Constant Quantizer", >-+ "Constant Quantizer", 0, 30, 0.01f, >-+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT)); >- >-- g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_BUFSIZE, >-- g_param_spec_int ("buffer-size", "Buffer Size", >-- "Size of the video buffers", 0, G_MAXINT, 0, >-- G_PARAM_READABLE | G_PARAM_STATIC_STRINGS)); >-- g_object_class_install_property (G_OBJECT_CLASS (klass), >-- PROP_RTP_PAYLOAD_SIZE, g_param_spec_int ("rtp-payload-size", >-- "RTP Payload Size", "Target GOB length", 0, G_MAXINT, 0, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); >-+ g_object_class_install_property (gobject_class, PROP_PASS, >-+ g_param_spec_enum ("pass", "Encoding pass/type", >-+ "Encoding pass/type", GST_TYPE_FFMPEG_PASS, 0, >-+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT)); >- >-- caps = klass->in_plugin->capabilities; >-- if (caps & (CODEC_CAP_FRAME_THREADS | CODEC_CAP_SLICE_THREADS)) { >-- g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_MAX_THREADS, >-- g_param_spec_int ("max-threads", "Maximum encode threads", >-- "Maximum number of worker threads to spawn. (0 = auto)", >-- 0, G_MAXINT, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); >-- } >-+ g_object_class_install_property (gobject_class, PROP_FILENAME, >-+ g_param_spec_string ("multipass-cache-file", "Multipass Cache File", >-+ "Filename for multipass cache file", "stats.log", >-+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT)); >- >-- g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_COMPLIANCE, >-- g_param_spec_enum ("compliance", "Compliance", >-- "Adherence of the encoder to the specifications", >-- GST_TYPE_FFMPEG_COMPLIANCE, FFMPEG_DEFAULT_COMPLIANCE, >-- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); >-- >- /* register additional properties, possibly dependent on the exact CODEC */ >-- gst_ffmpeg_cfg_install_property (klass, PROP_CFG_BASE); >-+ gst_ffmpeg_cfg_install_properties (gobject_class, klass->in_plugin, >-+ PROP_CFG_BASE, AV_OPT_FLAG_ENCODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM); >- >- venc_class->start = gst_ffmpegvidenc_start; >- venc_class->stop = gst_ffmpegvidenc_stop; >-@@ -251,26 +209,11 @@ gst_ffmpegvidenc_init (GstFFMpegVidEnc * ffmpegenc) >- >- GST_PAD_SET_ACCEPT_TEMPLATE (GST_VIDEO_ENCODER_SINK_PAD (ffmpegenc)); >- >-- /* ffmpeg objects */ >- ffmpegenc->context = avcodec_alloc_context3 (klass->in_plugin); >-+ ffmpegenc->refcontext = avcodec_alloc_context3 (klass->in_plugin); >- ffmpegenc->picture = av_frame_alloc (); >- ffmpegenc->opened = FALSE; >-- >- ffmpegenc->file = NULL; >-- >-- ffmpegenc->bitrate = DEFAULT_VIDEO_BITRATE; >-- ffmpegenc->me_method = ME_EPZS; >-- ffmpegenc->buffer_size = 512 * 1024; >-- ffmpegenc->gop_size = DEFAULT_VIDEO_GOP_SIZE; >-- ffmpegenc->rtp_payload_size = 0; >-- ffmpegenc->compliance = FFMPEG_DEFAULT_COMPLIANCE; >-- ffmpegenc->max_threads = 0; >-- >-- ffmpegenc->lmin = 2; >-- ffmpegenc->lmax = 31; >-- ffmpegenc->max_key_interval = 0; >-- >-- gst_ffmpeg_cfg_set_defaults (ffmpegenc); >- } >- >- static void >-@@ -278,15 +221,12 @@ gst_ffmpegvidenc_finalize (GObject * object) >- { >- GstFFMpegVidEnc *ffmpegenc = (GstFFMpegVidEnc *) object; >- >-- gst_ffmpeg_cfg_finalize (ffmpegenc); >-- >- /* clean up remaining allocated data */ >- av_frame_free (&ffmpegenc->picture); >- gst_ffmpeg_avcodec_close (ffmpegenc->context); >- av_free (ffmpegenc->context); >-+ av_free (ffmpegenc->refcontext); >- >-- g_free (ffmpegenc->filename); >-- >- G_OBJECT_CLASS (parent_class)->finalize (object); >- } >- >-@@ -314,66 +254,25 @@ gst_ffmpegvidenc_set_format (GstVideoEncoder * encoder >- } >- } >- >-- /* if we set it in _getcaps we should set it also in _link */ >-- ffmpegenc->context->strict_std_compliance = ffmpegenc->compliance; >-- >-- /* user defined properties */ >-- ffmpegenc->context->bit_rate = ffmpegenc->bitrate; >-- ffmpegenc->context->bit_rate_tolerance = ffmpegenc->bitrate; >-- ffmpegenc->context->gop_size = ffmpegenc->gop_size; >-- ffmpegenc->context->me_method = ffmpegenc->me_method; >-- GST_DEBUG_OBJECT (ffmpegenc, "Setting avcontext to bitrate %d, gop_size %d", >-- ffmpegenc->bitrate, ffmpegenc->gop_size); >-- >-- if (ffmpegenc->max_threads == 0) { >-- if (!(oclass->in_plugin->capabilities & CODEC_CAP_AUTO_THREADS)) >-- ffmpegenc->context->thread_count = gst_ffmpeg_auto_max_threads (); >-- else >-- ffmpegenc->context->thread_count = 0; >-- } else >-- ffmpegenc->context->thread_count = ffmpegenc->max_threads; >-- >-- /* RTP payload used for GOB production (for Asterisk) */ >-- if (ffmpegenc->rtp_payload_size) { >-- ffmpegenc->context->rtp_payload_size = ffmpegenc->rtp_payload_size; >-- } >-- >- /* additional avcodec settings */ >-- /* first fill in the majority by copying over */ >-- gst_ffmpeg_cfg_fill_context (ffmpegenc, ffmpegenc->context); >-+ gst_ffmpeg_cfg_fill_context (G_OBJECT (ffmpegenc), ffmpegenc->context); >- >-- /* then handle some special cases */ >-- ffmpegenc->context->lmin = (ffmpegenc->lmin * FF_QP2LAMBDA + 0.5); >-- ffmpegenc->context->lmax = (ffmpegenc->lmax * FF_QP2LAMBDA + 0.5); >-- >-- if (ffmpegenc->interlaced) { >-- ffmpegenc->context->flags |= >-- CODEC_FLAG_INTERLACED_DCT | CODEC_FLAG_INTERLACED_ME; >-- } >-- >-- /* some other defaults */ >-- ffmpegenc->context->rc_strategy = 2; >-- ffmpegenc->context->b_frame_strategy = 0; >-- ffmpegenc->context->coder_type = 0; >-- ffmpegenc->context->context_model = 0; >-- ffmpegenc->context->scenechange_threshold = 0; >-- >- /* and last but not least the pass; CBR, 2-pass, etc */ >- ffmpegenc->context->flags |= ffmpegenc->pass; >- switch (ffmpegenc->pass) { >- /* some additional action depends on type of pass */ >-- case CODEC_FLAG_QSCALE: >-+ case AV_CODEC_FLAG_QSCALE: >- ffmpegenc->context->global_quality >- = ffmpegenc->picture->quality = FF_QP2LAMBDA * ffmpegenc->quantizer; >- break; >-- case CODEC_FLAG_PASS1: /* need to prepare a stats file */ >-+ case AV_CODEC_FLAG_PASS1: /* need to prepare a stats file */ >- /* we don't close when changing caps, fingers crossed */ >- if (!ffmpegenc->file) >- ffmpegenc->file = g_fopen (ffmpegenc->filename, "w"); >- if (!ffmpegenc->file) >- goto open_file_err; >- break; >-- case CODEC_FLAG_PASS2: >-+ case AV_CODEC_FLAG_PASS2: >- { /* need to read the whole stats file ! */ >- gsize size; >- >-@@ -412,18 +311,6 @@ gst_ffmpegvidenc_set_format (GstVideoEncoder * encoder >- >- pix_fmt = ffmpegenc->context->pix_fmt; >- >-- /* max-key-interval may need the framerate set above */ >-- if (ffmpegenc->max_key_interval) { >-- AVCodecContext *ctx; >-- >-- /* override gop-size */ >-- ctx = ffmpegenc->context; >-- ctx->gop_size = (ffmpegenc->max_key_interval < 0) ? >-- (-ffmpegenc->max_key_interval >-- * (ctx->time_base.den * ctx->ticks_per_frame / ctx->time_base.num)) >-- : ffmpegenc->max_key_interval; >-- } >-- >- /* some codecs support more than one format, first auto-choose one */ >- GST_DEBUG_OBJECT (ffmpegenc, "picking an output format ..."); >- allowed_caps = gst_pad_get_allowed_caps (GST_VIDEO_ENCODER_SRC_PAD (encoder)); >-@@ -634,26 +521,31 @@ stereo_gst_to_av (GstVideoMultiviewMode mview_mode) >- } >- >- static GstFlowReturn >--gst_ffmpegvidenc_handle_frame (GstVideoEncoder * encoder, >-+gst_ffmpegvidenc_send_frame (GstFFMpegVidEnc * ffmpegenc, >- GstVideoCodecFrame * frame) >- { >-- GstFFMpegVidEnc *ffmpegenc = (GstFFMpegVidEnc *) encoder; >-- GstBuffer *outbuf; >-- gint ret = 0, c; >- GstVideoInfo *info = &ffmpegenc->input_state->info; >-- AVPacket *pkt; >-- int have_data = 0; >- BufferInfo *buffer_info; >-+ guint c; >-+ gint res; >-+ GstFlowReturn ret = GST_FLOW_ERROR; >-+ AVFrame *picture = NULL; >- >-- if (ffmpegenc->interlaced) { >-- ffmpegenc->picture->interlaced_frame = TRUE; >-+ if (!frame) >-+ goto send_frame; >-+ >-+ picture = ffmpegenc->picture; >-+ >-+ if (ffmpegenc->context->flags & (AV_CODEC_FLAG_INTERLACED_DCT | >-+ AV_CODEC_FLAG_INTERLACED_ME)) { >-+ picture->interlaced_frame = TRUE; >- /* if this is not the case, a filter element should be used to swap fields */ >-- ffmpegenc->picture->top_field_first = >-+ picture->top_field_first = >- GST_BUFFER_FLAG_IS_SET (frame->input_buffer, GST_VIDEO_BUFFER_FLAG_TFF); >- } >- >- if (GST_VIDEO_INFO_MULTIVIEW_MODE (info) != GST_VIDEO_MULTIVIEW_MODE_NONE) { >-- AVStereo3D *stereo = av_stereo3d_create_side_data (ffmpegenc->picture); >-+ AVStereo3D *stereo = av_stereo3d_create_side_data (picture); >- stereo->type = stereo_gst_to_av (GST_VIDEO_INFO_MULTIVIEW_MODE (info)); >- >- if (GST_VIDEO_INFO_MULTIVIEW_FLAGS (info) & >-@@ -663,64 +555,86 @@ gst_ffmpegvidenc_handle_frame (GstVideoEncoder * encod >- } >- >- if (GST_VIDEO_CODEC_FRAME_IS_FORCE_KEYFRAME (frame)) >-- ffmpegenc->picture->pict_type = AV_PICTURE_TYPE_I; >-+ picture->pict_type = AV_PICTURE_TYPE_I; >- >- buffer_info = g_slice_new0 (BufferInfo); >- buffer_info->buffer = gst_buffer_ref (frame->input_buffer); >- >- if (!gst_video_frame_map (&buffer_info->vframe, info, frame->input_buffer, >- GST_MAP_READ)) { >-- GST_ERROR_OBJECT (encoder, "Failed to map input buffer"); >-+ GST_ERROR_OBJECT (ffmpegenc, "Failed to map input buffer"); >- gst_buffer_unref (buffer_info->buffer); >- g_slice_free (BufferInfo, buffer_info); >- gst_video_codec_frame_unref (frame); >-- return GST_FLOW_ERROR; >-+ goto done; >- } >- >- /* Fill avpicture */ >-- ffmpegenc->picture->buf[0] = >-+ picture->buf[0] = >- av_buffer_create (NULL, 0, buffer_info_free, buffer_info, 0); >- for (c = 0; c < AV_NUM_DATA_POINTERS; c++) { >- if (c < GST_VIDEO_INFO_N_COMPONENTS (info)) { >-- ffmpegenc->picture->data[c] = >-- GST_VIDEO_FRAME_PLANE_DATA (&buffer_info->vframe, c); >-- ffmpegenc->picture->linesize[c] = >-+ picture->data[c] = GST_VIDEO_FRAME_PLANE_DATA (&buffer_info->vframe, c); >-+ picture->linesize[c] = >- GST_VIDEO_FRAME_COMP_STRIDE (&buffer_info->vframe, c); >- } else { >-- ffmpegenc->picture->data[c] = NULL; >-- ffmpegenc->picture->linesize[c] = 0; >-+ picture->data[c] = NULL; >-+ picture->linesize[c] = 0; >- } >- } >- >-- ffmpegenc->picture->format = ffmpegenc->context->pix_fmt; >-- ffmpegenc->picture->width = GST_VIDEO_FRAME_WIDTH (&buffer_info->vframe); >-- ffmpegenc->picture->height = GST_VIDEO_FRAME_HEIGHT (&buffer_info->vframe); >-+ picture->format = ffmpegenc->context->pix_fmt; >-+ picture->width = GST_VIDEO_FRAME_WIDTH (&buffer_info->vframe); >-+ picture->height = GST_VIDEO_FRAME_HEIGHT (&buffer_info->vframe); >- >-- ffmpegenc->picture->pts = >-+ picture->pts = >- gst_ffmpeg_time_gst_to_ff (frame->pts / >- ffmpegenc->context->ticks_per_frame, ffmpegenc->context->time_base); >- >-- have_data = 0; >-- pkt = g_slice_new0 (AVPacket); >-+send_frame: >-+ res = avcodec_send_frame (ffmpegenc->context, picture); >- >-- ret = >-- avcodec_encode_video2 (ffmpegenc->context, pkt, ffmpegenc->picture, >-- &have_data); >-+ if (picture) >-+ av_frame_unref (picture); >- >-- av_frame_unref (ffmpegenc->picture); >-+ if (res == 0) >-+ ret = GST_FLOW_OK; >-+ else if (res == AVERROR_EOF) >-+ ret = GST_FLOW_EOS; >- >-- if (ret < 0 || !have_data) >-- g_slice_free (AVPacket, pkt); >-+done: >-+ return ret; >-+} >- >-- if (ret < 0) >-- goto encode_fail; >-+static GstFlowReturn >-+gst_ffmpegvidenc_receive_packet (GstFFMpegVidEnc * ffmpegenc, >-+ gboolean * got_packet, gboolean send) >-+{ >-+ AVPacket *pkt; >-+ GstBuffer *outbuf; >-+ GstVideoCodecFrame *frame; >-+ gint res; >-+ GstFlowReturn ret = GST_FLOW_OK; >- >-- /* Encoder needs more data */ >-- if (!have_data) { >-- gst_video_codec_frame_unref (frame); >-- return GST_FLOW_OK; >-+ *got_packet = FALSE; >-+ >-+ pkt = g_slice_new0 (AVPacket); >-+ >-+ res = avcodec_receive_packet (ffmpegenc->context, pkt); >-+ >-+ if (res == AVERROR (EAGAIN)) { >-+ g_slice_free (AVPacket, pkt); >-+ goto done; >-+ } else if (res == AVERROR_EOF) { >-+ ret = GST_FLOW_EOS; >-+ goto done; >-+ } else if (res < 0) { >-+ res = GST_FLOW_ERROR; >-+ goto done; >- } >- >-+ *got_packet = TRUE; >-+ >- /* save stats info if there is some as well as a stats file */ >- if (ffmpegenc->file && ffmpegenc->context->stats_out) >- if (fprintf (ffmpegenc->file, "%s", ffmpegenc->context->stats_out) < 0) >-@@ -728,24 +642,52 @@ gst_ffmpegvidenc_handle_frame (GstVideoEncoder * encod >- (("Could not write to file \"%s\"."), ffmpegenc->filename), >- GST_ERROR_SYSTEM); >- >-- gst_video_codec_frame_unref (frame); >-- >- /* Get oldest frame */ >-- frame = gst_video_encoder_get_oldest_frame (encoder); >-+ frame = gst_video_encoder_get_oldest_frame (GST_VIDEO_ENCODER (ffmpegenc)); >- >-- outbuf = >-- gst_buffer_new_wrapped_full (GST_MEMORY_FLAG_READONLY, pkt->data, >-- pkt->size, 0, pkt->size, pkt, gst_ffmpegvidenc_free_avpacket); >-- frame->output_buffer = outbuf; >-+ if (send) { >-+ outbuf = >-+ gst_buffer_new_wrapped_full (GST_MEMORY_FLAG_READONLY, pkt->data, >-+ pkt->size, 0, pkt->size, pkt, gst_ffmpegvidenc_free_avpacket); >-+ frame->output_buffer = outbuf; >- >-- if (pkt->flags & AV_PKT_FLAG_KEY) >-- GST_VIDEO_CODEC_FRAME_SET_SYNC_POINT (frame); >-- else >-- GST_VIDEO_CODEC_FRAME_UNSET_SYNC_POINT (frame); >-+ if (pkt->flags & AV_PKT_FLAG_KEY) >-+ GST_VIDEO_CODEC_FRAME_SET_SYNC_POINT (frame); >-+ else >-+ GST_VIDEO_CODEC_FRAME_UNSET_SYNC_POINT (frame); >-+ } >- >-- return gst_video_encoder_finish_frame (encoder, frame); >-+ ret = gst_video_encoder_finish_frame (GST_VIDEO_ENCODER (ffmpegenc), frame); >- >-- /* ERRORS */ >-+done: >-+ return ret; >-+} >-+ >-+static GstFlowReturn >-+gst_ffmpegvidenc_handle_frame (GstVideoEncoder * encoder, >-+ GstVideoCodecFrame * frame) >-+{ >-+ GstFFMpegVidEnc *ffmpegenc = (GstFFMpegVidEnc *) encoder; >-+ GstFlowReturn ret; >-+ gboolean got_packet; >-+ >-+ ret = gst_ffmpegvidenc_send_frame (ffmpegenc, frame); >-+ >-+ if (ret != GST_FLOW_OK) >-+ goto encode_fail; >-+ >-+ gst_video_codec_frame_unref (frame); >-+ >-+ do { >-+ ret = gst_ffmpegvidenc_receive_packet (ffmpegenc, &got_packet, TRUE); >-+ if (ret != GST_FLOW_OK) >-+ break; >-+ } while (got_packet); >-+ >-+done: >-+ return ret; >-+ >-+ /* We choose to be error-resilient */ >- encode_fail: >- { >- #ifndef GST_DISABLE_GST_DEBUG >-@@ -755,19 +697,16 @@ encode_fail: >- "avenc_%s: failed to encode buffer", oclass->in_plugin->name); >- #endif /* GST_DISABLE_GST_DEBUG */ >- /* avoid frame (and ts etc) piling up */ >-- return gst_video_encoder_finish_frame (encoder, frame); >-+ ret = gst_video_encoder_finish_frame (encoder, frame); >-+ goto done; >- } >- } >- >- static GstFlowReturn >- gst_ffmpegvidenc_flush_buffers (GstFFMpegVidEnc * ffmpegenc, gboolean send) >- { >-- GstVideoCodecFrame *frame; >-- GstFlowReturn flow_ret = GST_FLOW_OK; >-- GstBuffer *outbuf; >-- gint ret; >-- AVPacket *pkt; >-- int have_data = 0; >-+ GstFlowReturn ret = GST_FLOW_OK; >-+ gboolean got_packet; >- >- GST_DEBUG_OBJECT (ffmpegenc, "flushing buffers with sending %d", send); >- >-@@ -775,64 +714,27 @@ gst_ffmpegvidenc_flush_buffers (GstFFMpegVidEnc * ffmp >- if (!ffmpegenc->opened) >- goto done; >- >-- while ((frame = >-- gst_video_encoder_get_oldest_frame (GST_VIDEO_ENCODER (ffmpegenc)))) { >-- pkt = g_slice_new0 (AVPacket); >-- have_data = 0; >-+ ret = gst_ffmpegvidenc_send_frame (ffmpegenc, NULL); >- >-- ret = avcodec_encode_video2 (ffmpegenc->context, pkt, NULL, &have_data); >-+ if (ret != GST_FLOW_OK) >-+ goto done; >- >-- if (ret < 0) { /* there should be something, notify and give up */ >--#ifndef GST_DISABLE_GST_DEBUG >-- GstFFMpegVidEncClass *oclass = >-- (GstFFMpegVidEncClass *) (G_OBJECT_GET_CLASS (ffmpegenc)); >-- GST_WARNING_OBJECT (ffmpegenc, >-- "avenc_%s: failed to flush buffer", oclass->in_plugin->name); >--#endif /* GST_DISABLE_GST_DEBUG */ >-- g_slice_free (AVPacket, pkt); >-- gst_video_codec_frame_unref (frame); >-+ do { >-+ ret = gst_ffmpegvidenc_receive_packet (ffmpegenc, &got_packet, send); >-+ if (ret != GST_FLOW_OK) >- break; >-- } >-+ } while (got_packet); >- >-- /* save stats info if there is some as well as a stats file */ >-- if (ffmpegenc->file && ffmpegenc->context->stats_out) >-- if (fprintf (ffmpegenc->file, "%s", ffmpegenc->context->stats_out) < 0) >-- GST_ELEMENT_ERROR (ffmpegenc, RESOURCE, WRITE, >-- (("Could not write to file \"%s\"."), ffmpegenc->filename), >-- GST_ERROR_SYSTEM); >-- >-- if (send && have_data) { >-- outbuf = >-- gst_buffer_new_wrapped_full (GST_MEMORY_FLAG_READONLY, pkt->data, >-- pkt->size, 0, pkt->size, pkt, gst_ffmpegvidenc_free_avpacket); >-- frame->output_buffer = outbuf; >-- >-- if (pkt->flags & AV_PKT_FLAG_KEY) >-- GST_VIDEO_CODEC_FRAME_SET_SYNC_POINT (frame); >-- else >-- GST_VIDEO_CODEC_FRAME_UNSET_SYNC_POINT (frame); >-- >-- flow_ret = >-- gst_video_encoder_finish_frame (GST_VIDEO_ENCODER (ffmpegenc), frame); >-- } else { >-- /* no frame attached, so will be skipped and removed from frame list */ >-- gst_video_encoder_finish_frame (GST_VIDEO_ENCODER (ffmpegenc), frame); >-- } >-- } >-- >- done: >-- >-- return flow_ret; >-+ return ret; >- } >- >-- >- static void >- gst_ffmpegvidenc_set_property (GObject * object, >- guint prop_id, const GValue * value, GParamSpec * pspec) >- { >- GstFFMpegVidEnc *ffmpegenc; >- >-- /* Get a pointer of the right type. */ >- ffmpegenc = (GstFFMpegVidEnc *) (object); >- >- if (ffmpegenc->opened) { >-@@ -841,69 +743,44 @@ gst_ffmpegvidenc_set_property (GObject * object, >- return; >- } >- >-- /* Check the argument id to see which argument we're setting. */ >- switch (prop_id) { >-- case PROP_BIT_RATE: >-- ffmpegenc->bitrate = g_value_get_int (value); >-+ case PROP_QUANTIZER: >-+ ffmpegenc->quantizer = g_value_get_float (value); >- break; >-- case PROP_GOP_SIZE: >-- ffmpegenc->gop_size = g_value_get_int (value); >-+ case PROP_PASS: >-+ ffmpegenc->pass = g_value_get_enum (value); >- break; >-- case PROP_ME_METHOD: >-- ffmpegenc->me_method = g_value_get_enum (value); >-+ case PROP_FILENAME: >-+ g_free (ffmpegenc->filename); >-+ ffmpegenc->filename = g_value_dup_string (value); >- break; >-- case PROP_BUFSIZE: >-- break; >-- case PROP_RTP_PAYLOAD_SIZE: >-- ffmpegenc->rtp_payload_size = g_value_get_int (value); >-- break; >-- case PROP_COMPLIANCE: >-- ffmpegenc->compliance = g_value_get_enum (value); >-- break; >-- case PROP_MAX_THREADS: >-- ffmpegenc->max_threads = g_value_get_int (value); >-- break; >- default: >-- if (!gst_ffmpeg_cfg_set_property (object, value, pspec)) >-+ if (!gst_ffmpeg_cfg_set_property (ffmpegenc->refcontext, value, pspec)) >- G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); >- break; >- } >- } >- >--/* The set function is simply the inverse of the get fuction. */ >- static void >- gst_ffmpegvidenc_get_property (GObject * object, >- guint prop_id, GValue * value, GParamSpec * pspec) >- { >- GstFFMpegVidEnc *ffmpegenc; >- >-- /* It's not null if we got it, but it might not be ours */ >- ffmpegenc = (GstFFMpegVidEnc *) (object); >- >- switch (prop_id) { >-- case PROP_BIT_RATE: >-- g_value_set_int (value, ffmpegenc->bitrate); >-+ case PROP_QUANTIZER: >-+ g_value_set_float (value, ffmpegenc->quantizer); >- break; >-- case PROP_GOP_SIZE: >-- g_value_set_int (value, ffmpegenc->gop_size); >-+ case PROP_PASS: >-+ g_value_set_enum (value, ffmpegenc->pass); >- break; >-- case PROP_ME_METHOD: >-- g_value_set_enum (value, ffmpegenc->me_method); >-+ case PROP_FILENAME: >-+ g_value_take_string (value, g_strdup (ffmpegenc->filename)); >- break; >-- case PROP_BUFSIZE: >-- g_value_set_int (value, ffmpegenc->buffer_size); >-- break; >-- case PROP_RTP_PAYLOAD_SIZE: >-- g_value_set_int (value, ffmpegenc->rtp_payload_size); >-- break; >-- case PROP_COMPLIANCE: >-- g_value_set_enum (value, ffmpegenc->compliance); >-- break; >-- case PROP_MAX_THREADS: >-- g_value_set_int (value, ffmpegenc->max_threads); >-- break; >- default: >-- if (!gst_ffmpeg_cfg_get_property (object, value, pspec)) >-+ if (!gst_ffmpeg_cfg_get_property (ffmpegenc->refcontext, value, pspec)) >- G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); >- break; >- } >-@@ -946,10 +823,6 @@ gst_ffmpegvidenc_stop (GstVideoEncoder * encoder) >- gst_ffmpeg_avcodec_close (ffmpegenc->context); >- ffmpegenc->opened = FALSE; >- >-- if (ffmpegenc->file) { >-- fclose (ffmpegenc->file); >-- ffmpegenc->file = NULL; >-- } >- if (ffmpegenc->input_state) { >- gst_video_codec_state_unref (ffmpegenc->input_state); >- ffmpegenc->input_state = NULL; >-@@ -982,20 +855,16 @@ gst_ffmpegvidenc_register (GstPlugin * plugin) >- }; >- GType type; >- AVCodec *in_plugin; >-+ void *i = 0; >- >-- >- GST_LOG ("Registering encoders"); >- >-- /* build global ffmpeg param/property info */ >-- gst_ffmpeg_cfg_init (); >-- >-- in_plugin = av_codec_next (NULL); >-- while (in_plugin) { >-+ while ((in_plugin = (AVCodec *) av_codec_iterate (&i))) { >- gchar *type_name; >- >- /* Skip non-AV codecs */ >- if (in_plugin->type != AVMEDIA_TYPE_VIDEO) >-- goto next; >-+ continue; >- >- /* no quasi codecs, please */ >- if (in_plugin->id == AV_CODEC_ID_RAWVIDEO || >-@@ -1014,7 +883,7 @@ gst_ffmpegvidenc_register (GstPlugin * plugin) >- || in_plugin->id == AV_CODEC_ID_WRAPPED_AVFRAME >- #endif >- || in_plugin->id == AV_CODEC_ID_ZLIB) { >-- goto next; >-+ continue; >- } >- >- /* No encoders depending on external libraries (we don't build them, but >-@@ -1024,41 +893,41 @@ gst_ffmpegvidenc_register (GstPlugin * plugin) >- GST_DEBUG >- ("Not using external library encoder %s. Use the gstreamer-native ones instead.", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- if (strstr (in_plugin->name, "vaapi")) { >- GST_DEBUG >- ("Ignoring VAAPI encoder %s. We can't handle this outside of ffmpeg", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- if (strstr (in_plugin->name, "nvenc")) { >- GST_DEBUG >- ("Ignoring nvenc encoder %s. We can't handle this outside of ffmpeg", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- if (g_str_has_suffix (in_plugin->name, "_qsv")) { >- GST_DEBUG >- ("Ignoring qsv encoder %s. We can't handle this outside of ffmpeg", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- if (g_str_has_suffix (in_plugin->name, "_v4l2m2m")) { >- GST_DEBUG >- ("Ignoring V4L2 mem-to-mem encoder %s. We can't handle this outside of ffmpeg", >- in_plugin->name); >-- goto next; >-+ continue; >- } >- >- /* only video encoders */ >- if (!av_codec_is_encoder (in_plugin) >- || in_plugin->type != AVMEDIA_TYPE_VIDEO) >-- goto next; >-+ continue; >- >- /* FIXME : We should have a method to know cheaply whether we have a mapping >- * for the given plugin or not */ >-@@ -1068,7 +937,7 @@ gst_ffmpegvidenc_register (GstPlugin * plugin) >- /* no codecs for which we're GUARANTEED to have better alternatives */ >- if (!strcmp (in_plugin->name, "gif")) { >- GST_LOG ("Ignoring encoder %s", in_plugin->name); >-- goto next; >-+ continue; >- } >- >- /* construct the type */ >-@@ -1100,9 +969,6 @@ gst_ffmpegvidenc_register (GstPlugin * plugin) >- } >- >- g_free (type_name); >-- >-- next: >-- in_plugin = av_codec_next (in_plugin); >- } >- >- GST_LOG ("Finished registering encoders"); >---- ext/libav/gstavvidenc.h.orig 2018-03-23 20:45:20 UTC >-+++ ext/libav/gstavvidenc.h >-@@ -24,12 +24,12 @@ >- #ifndef __GST_FFMPEGVIDENC_H__ >- #define __GST_FFMPEGVIDENC_H__ >- >--G_BEGIN_DECLS >-- >- #include <gst/gst.h> >- #include <gst/video/gstvideoencoder.h> >- #include <libavcodec/avcodec.h> >- >-+G_BEGIN_DECLS >-+ >- typedef struct _GstFFMpegVidEnc GstFFMpegVidEnc; >- >- struct _GstFFMpegVidEnc >-@@ -42,34 +42,18 @@ struct _GstFFMpegVidEnc >- AVFrame *picture; >- gboolean opened; >- gboolean discont; >-- >-- /* cache */ >-- gint bitrate; >-- gint me_method; >-- gint gop_size; >-- gint buffer_size; >-- gint rtp_payload_size; >-- gint compliance; >-- gint max_threads; >-- >-- guint8 *working_buf; >-- gsize working_buf_size; >-- >-- /* settings with some special handling */ >- guint pass; >- gfloat quantizer; >-- gchar *filename; >-- guint lmin; >-- guint lmax; >-- gint max_key_interval; >-- gboolean interlaced; >- >- /* statistics file */ >-+ gchar *filename; >- FILE *file; >- >-- /* other settings are copied over straight, >-- * include a context here, rather than copy-and-past it from avcodec.h */ >-- AVCodecContext config; >-+ /* cache */ >-+ guint8 *working_buf; >-+ gsize working_buf_size; >-+ >-+ AVCodecContext *refcontext; >- }; >- >- typedef struct _GstFFMpegVidEncClass GstFFMpegVidEncClass; >---- meson.build.orig 2018-10-02 22:09:23 UTC >-+++ meson.build >-@@ -15,10 +15,14 @@ else >- gst_version_nano = 0 >- endif >- >--libavfilter_dep = dependency('libavfilter', version: '>= 6.47.100') >--libavformat_dep = dependency('libavformat', version: '>= 57.41.100') >--libavcodec_dep = dependency('libavcodec', version: '>= 57.48.101') >--libavutil_dep = dependency('libavutil', version: '>= 55.28.100') >-+libavfilter_dep = dependency('libavfilter', version: '>= 7.16.100', >-+ fallback: ['FFmpeg', 'libavfilter_dep']) >-+libavformat_dep = dependency('libavformat', version: '>= 58.12.100', >-+ fallback: ['FFmpeg', 'libavformat_dep']) >-+libavcodec_dep = dependency('libavcodec', version: '>= 58.18.100', >-+ fallback: ['FFmpeg', 'libavcodec_dep']) >-+libavutil_dep = dependency('libavutil', version: '>= 56.14.100', >-+ fallback: ['FFmpeg', 'libavutil_dep']) >- >- libav_deps = [libavfilter_dep, libavformat_dep, libavcodec_dep, libavutil_dep] >- >-@@ -31,8 +35,24 @@ check_ffmpeg_src = '''#include <libavcodec/avcodec.h> >- #error libav provider should be FFmpeg >- #endif''' >- >--if not cc.compiles(check_ffmpeg_src, dependencies : libav_deps, name : 'libav is provided by FFmpeg') >-+libav_deps_type_name = '' >-+ >-+foreach dep: libav_deps >-+ message('type name: @0@'.format(dep.type_name())) >-+endforeach >-+ >-+foreach dep: libav_deps >-+ message('[@0@] / [@1@]'.format(libav_deps_type_name, dep.type_name())) >-+ if libav_deps_type_name != '' and dep.type_name() != libav_deps_type_name >-+ error('Libav deps must be either all internal or all external') >-+ endif >-+ libav_deps_type_name = dep.type_name() >-+endforeach >-+ >-+if dep.type_name() != 'internal' >-+ if not cc.compiles(check_ffmpeg_src, dependencies : libav_deps, name : 'libav is provided by FFmpeg') >- error('Uncompatible libavcodec found') >-+ endif >- endif >- >- cdata = configuration_data() >-@@ -80,9 +100,7 @@ libm = cc.find_library('m', required : false) >- configure_file(output : 'config.h', configuration : cdata) >- >- gst_libav_args = ['-DHAVE_CONFIG_H'] >--if cc.get_id() != 'msvc' >-- gst_libav_args += ['-Wno-deprecated-declarations'] >--else >-+if cc.get_id() == 'msvc' >- # Ignore several spurious warnings for things gstreamer does very commonly >- # If a warning is completely useless and spammy, use '/wdXXXX' to suppress it >- # If a warning is harmless but hard to fix, use '/woXXXX' so it's shown once >Index: multimedia/gstreamer1-libav/files/patch-gst-libs_ext_libav_configure >=================================================================== >--- multimedia/gstreamer1-libav/files/patch-gst-libs_ext_libav_configure (revision 520903) >+++ multimedia/gstreamer1-libav/files/patch-gst-libs_ext_libav_configure (working copy) >@@ -1,58 +0,0 @@ >---- gst-libs/ext/libav/configure.orig 2018-09-16 15:30:22 UTC >-+++ gst-libs/ext/libav/configure >-@@ -3372,12 +3372,7 @@ target_os_default=$(tolower $(uname -s)) >- host_os=$target_os_default >- >- # machine >--if test "$target_os_default" = aix; then >-- arch_default=$(uname -p) >-- strip_default="strip -X32_64" >--else >-- arch_default=$(uname -m) >--fi >-+arch_default=$(uname -p) >- cpu="generic" >- intrinsics="none" >- >-@@ -6487,11 +6482,39 @@ elif enabled gcc; then >- check_cflags -Wformat >- check_cflags -fdiagnostics-color=auto >- enabled extra_warnings || check_disable_warning -Wno-maybe-uninitialized >-+ if enabled x86_32; then >-+ case $target_os in >-+ *bsd*) >-+ # BSDs don't guarantee a 16 byte aligned stack, but we can >-+ # request GCC to try to maintain 16 byte alignment throughout >-+ # function calls. Library entry points that might call assembly >-+ # functions align the stack. (The parameter means 2^4 bytes.) >-+ check_cflags -mpreferred-stack-boundary=4 >-+ ;; >-+ esac >-+ fi >- elif enabled llvm_gcc; then >- check_cflags -mllvm -stack-alignment=16 >- elif enabled clang; then >-- check_cflags -mllvm -stack-alignment=16 >-- check_cflags -mstack-alignment=16 >-+ if enabled x86_32; then >-+ # Clang doesn't support maintaining alignment without assuming the >-+ # same alignment in every function. If 16 byte alignment would be >-+ # enabled, one would also have to either add attribute_align_arg on >-+ # every single entry point into the libraries or enable -mstackrealign >-+ # (doing stack realignment in every single function). >-+ case $target_os in >-+ mingw32|win32|*bsd*) >-+ disable aligned_stack >-+ ;; >-+ *) >-+ check_cflags -mllvm -stack-alignment=16 >-+ check_cflags -mstack-alignment=16 >-+ ;; >-+ esac >-+ else >-+ check_cflags -mllvm -stack-alignment=16 >-+ check_cflags -mstack-alignment=16 >-+ fi >- check_cflags -Qunused-arguments >- check_cflags -Werror=implicit-function-declaration >- check_cflags -Werror=missing-prototypes >Index: multimedia/gstreamer1-libav/files/patch-gst-libs_ext_libav_libavutil_x86_asm.h >=================================================================== >--- multimedia/gstreamer1-libav/files/patch-gst-libs_ext_libav_libavutil_x86_asm.h (revision 520903) >+++ multimedia/gstreamer1-libav/files/patch-gst-libs_ext_libav_libavutil_x86_asm.h (working copy) >@@ -1,11 +0,0 @@ >---- gst-libs/ext/libav/libavutil/x86/asm.h.orig 2017-09-18 13:21:09 UTC >-+++ gst-libs/ext/libav/libavutil/x86/asm.h >-@@ -72,7 +72,7 @@ typedef int32_t x86_reg; >- typedef int x86_reg; >- #endif >- >--#define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE)) >-+#define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE && !defined(__clang__))) >- #define HAVE_6REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE || HAVE_EBP_AVAILABLE)) >- >- #if ARCH_X86_64 && defined(PIC) >Index: multimedia/gstreamer1-libav/pkg-plist >=================================================================== >--- multimedia/gstreamer1-libav/pkg-plist (revision 520903) >+++ multimedia/gstreamer1-libav/pkg-plist (working copy) >@@ -1,7 +1,6 @@ > lib/gstreamer-1.0/libgstlibav.so > share/gtk-doc/html/gst-libav-plugins-1.0/ch01.html > share/gtk-doc/html/gst-libav-plugins-1.0/ch02.html >-share/gtk-doc/html/gst-libav-plugins-1.0/ch03.html > share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-1.0.devhelp2 > share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudDec.html > share/gtk-doc/html/gst-libav-plugins-1.0/gst-libav-plugins-GstFFMpegAudEnc.html >Index: multimedia/gstreamer1-plugins/Makefile >=================================================================== >--- multimedia/gstreamer1-plugins/Makefile (revision 520903) >+++ multimedia/gstreamer1-plugins/Makefile (working copy) >@@ -5,9 +5,11 @@ > PORTVERSION?= ${BASE_PORTVERSION} > # When chasing a shared library for a plug-in bump the PORTREVISION in the > # plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}. >-PORTREVISION?= 2 >+PORTREVISION?= 0 > CATEGORIES?= multimedia audio >-MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ >+MASTER_SITES= GNOME/sources/gst-plugins-base/${PORTVERSION:R}:base \ >+ GNOME/sources/gst-plugins-good/${PORTVERSION:R}:good \ >+ http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ > http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \ > http://gstreamer.freedesktop.org/src/gst-plugins-good/:good \ > http://gstreamer.freedesktop.org/src/gst-plugins-ugly/:ugly >@@ -16,6 +18,8 @@ > MAINTAINER= multimedia@FreeBSD.org > COMMENT?= GStreamer written collection of plugins handling several media types > >+LICENSE= LGPL20 >+ > BUILD_DEPENDS+= gstreamer1>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:multimedia/gstreamer1 \ > iso-codes>=0:misc/iso-codes \ > orc>=0.4.16:devel/orc >@@ -26,16 +30,16 @@ > > PORTSCOUT= limitw:1,even > >-BASE_PORTVERSION= 1.14.4 >+BASE_PORTVERSION= 1.16.2 > BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION} > BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX} >-BAD_PORTVERSION= 1.14.4 >+BAD_PORTVERSION= 1.16.2 > BAD_DISTNAME= gst-plugins-bad-${BAD_PORTVERSION} > BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX} >-GOOD_PORTVERSION= 1.14.4 >+GOOD_PORTVERSION= 1.16.2 > GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION} > GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX} >-UGLY_PORTVERSION= 1.14.4 >+UGLY_PORTVERSION= 1.16.2 > UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION} > UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} > DIST?= base >@@ -52,6 +56,8 @@ > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -lpthread -L${LOCALBASE}/lib ${EXTRA_LIBS} > >+CONFIGURE_ARGS+= --disable-fatal-warnings >+ > DEFAULT_AUDIOSINK?= osssink > DEFAULT_AUDIOSRC?= osssrc > >@@ -60,7 +66,7 @@ > .endif > > VERSION= 1.0 >-SOVERSION= 0.1404.0 >+SOVERSION= 0.1602.0 > PLIST_SUB+= VERSION="${VERSION}" \ > SOVERSION="${SOVERSION}" > >@@ -150,6 +156,7 @@ > s|$$(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la|-lgstadaptivedemux-${VERSION}|; \ > s|$$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-@GST_API_VERSION@.la|-lgstcodecparsers-${VERSION}|; \ > s|$$(top_builddir)/gst-libs/gst/allocators/libgstbadallocators-@GST_API_VERSION@.la|-lgstbadallocators-${VERSION}|; \ >+ s|$$(top_builddir)/gst-libs/gst/audio/libgstbadaudio-@GST_API_VERSION@.la|-lgstbadaudio-${VERSION}|; \ > s|$$(top_builddir)/gst-libs/gst/video/libgstbadvideo-@GST_API_VERSION@.la|-lgstbadvideo-${VERSION}|' > > @${FIND} ${WRKSRC}/ext ${WRKSRC}/sys -name Makefile.in | \ >@@ -167,6 +174,7 @@ > s|$$(top_builddir)/gst-libs/gst/adaptivedemux/libgstadaptivedemux-@GST_API_VERSION@.la|-lgstadaptivedemux-${VERSION}|; \ > s|$$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$$(GST_API_VERSION).la|-lgstcodecparsers-${VERSION}|; \ > s|$$(top_builddir)/gst-libs/gst/allocators/libgstbadallocators-$$(GST_API_VERSION).la|-lgstbadallocators-${VERSION}|; \ >+ s|$$(top_builddir)/gst-libs/gst/audio/libgstbadaudio-$$(GST_API_VERSION).la|-lgstbadaudio-${VERSION}|; \ > s|$$(top_builddir)/gst-libs/gst/video/libgstbadvideo-$$(GST_API_VERSION).la|-lgstbadvideo-${VERSION}|' > .endif > >Index: multimedia/gstreamer1-plugins/Makefile.common >=================================================================== >--- multimedia/gstreamer1-plugins/Makefile.common (revision 520903) >+++ multimedia/gstreamer1-plugins/Makefile.common (working copy) >@@ -61,7 +61,6 @@ > sndfile \ > soundtouch \ > spandsp \ >- spc \ > srtp \ > ttml \ > vdpau \ >@@ -87,6 +86,7 @@ > --disable-nvenc \ > --disable-nvdec \ > --disable-sbc \ >+ --disable-spc \ > --disable-tinyalsa \ > --disable-uvch264 \ > --disable-vcd \ >@@ -109,6 +109,7 @@ > libpng \ > mpg123 \ > pulse \ >+ qt \ > shout2 \ > soup \ > speex \ >@@ -407,6 +408,12 @@ > gst_pulse_LIB_DEPENDS= libpulse.so:audio/pulseaudio > gst_pulse_PLIST_FILES= ${GST_LIB_DIR}/libgstpulseaudio.so > >+# qt >+gst_qt_USES= qt:5 >+gst_qt_USE_QT= core gui declarative buildtools_build network x11extras >+gst_qt_USE_GSTREAMER1= gl >+gst_qt_PLIST_FILES= ${GST_LIB_DIR}/libgstqmlgl.so >+ > # resindvd > gst_resindvd_BUILD_DEPENDS= libdvdnav>=4.1.2:multimedia/libdvdnav > gst_resindvd_LIB_DEPENDS= libdvdread.so:multimedia/libdvdread >@@ -440,9 +447,6 @@ > # spandsp > gst_spandsp_LIB_DEPENDS= libspandsp.so:comms/spandsp > >-# spc >-gst_spc_LIB_DEPENDS= libopenspc.so:audio/libopenspc >- > # speex > gst_speex_LIB_DEPENDS= libspeex.so:audio/speex > >@@ -484,7 +488,10 @@ > gst_vdpau_GST_PLUGIN_DIR= sys/vdpau > > # vulkan >-gst_vulkan_BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers >+gst_vulkan_USE_GSTREAMER1= gl >+gst_vulkan_BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers \ >+ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ >+ wayland-protocols>=0:graphics/wayland-protocols > gst_vulkan_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \ > libwayland-client.so:graphics/wayland > gst_vulkan_CONFIGURE_ARGS= --enable-wayland >@@ -538,6 +545,7 @@ > gst_${GST_PLUGIN}_LIB_DEPENDS?= > gst_${GST_PLUGIN}_RUN_DEPENDS?= > gst_${GST_PLUGIN}_USES?= >+gst_${GST_PLUGIN}_USE_QT?= > gst_${GST_PLUGIN}_USE_XORG?= > gst_${GST_PLUGIN}_PLIST_FILES?= \ > ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.so >@@ -566,6 +574,9 @@ > .if ${gst_${GST_PLUGIN}_USE_GNOME}!="" > USE_GNOME+= ${gst_${GST_PLUGIN}_USE_GNOME} > .endif >+.if ${gst_${GST_PLUGIN}_USE_QT}!="" >+USE_QT+= ${gst_${GST_PLUGIN}_USE_QT} >+.endif > CONFIGURE_ENV+= ${gst_${GST_PLUGIN}_CONFIGURE_ENV} > .if ${gst_${GST_PLUGIN}_USE_GL}!="" > USE_GL+= ${gst_${GST_PLUGIN}_USE_GL} >Index: multimedia/gstreamer1-plugins/distinfo >=================================================================== >--- multimedia/gstreamer1-plugins/distinfo (revision 520903) >+++ multimedia/gstreamer1-plugins/distinfo (working copy) >@@ -1,9 +1,9 @@ >-TIMESTAMP = 1539380228 >-SHA256 (gst-plugins-base-1.14.4.tar.xz) = ca6139490e48863e7706d870ff4e8ac9f417b56f3b9e4b3ce490c13b09a77461 >-SIZE (gst-plugins-base-1.14.4.tar.xz) = 3703232 >-SHA256 (gst-plugins-bad-1.14.4.tar.xz) = 910b4e0e2e897e8b6d06767af1779d70057c309f67292f485ff988d087aa0de5 >-SIZE (gst-plugins-bad-1.14.4.tar.xz) = 4678032 >-SHA256 (gst-plugins-ugly-1.14.4.tar.xz) = ac02d837f166c35ff6ce0738e281680d0b90052cfb1f0255dcf6aaca5f0f6d23 >-SIZE (gst-plugins-ugly-1.14.4.tar.xz) = 889632 >-SHA256 (gst-plugins-good-1.14.4.tar.xz) = 5f8b553260cb0aac56890053d8511db1528d53cae10f0287cfce2cb2acc70979 >-SIZE (gst-plugins-good-1.14.4.tar.xz) = 3792524 >+TIMESTAMP = 1575818122 >+SHA256 (gst-plugins-base-1.16.2.tar.xz) = b13e73e2fe74a4166552f9577c3dcb24bed077021b9c7fa600d910ec6987816a >+SIZE (gst-plugins-base-1.16.2.tar.xz) = 3939868 >+SHA256 (gst-plugins-bad-1.16.2.tar.xz) = f1cb7aa2389569a5343661aae473f0a940a90b872001824bc47fa8072a041e74 >+SIZE (gst-plugins-bad-1.16.2.tar.xz) = 4887812 >+SHA256 (gst-plugins-ugly-1.16.2.tar.xz) = 5500415b865e8b62775d4742cbb9f37146a50caecfc0e7a6fc0160d3c560fbca >+SIZE (gst-plugins-ugly-1.16.2.tar.xz) = 893964 >+SHA256 (gst-plugins-good-1.16.2.tar.xz) = 40bb3bafda25c0b739c8fc36e48380fccf61c4d3f83747e97ac3f9b0171b1319 >+SIZE (gst-plugins-good-1.16.2.tar.xz) = 3897172 >Index: multimedia/gstreamer1-plugins/files/patch-configure >=================================================================== >--- multimedia/gstreamer1-plugins/files/patch-configure (nonexistent) >+++ multimedia/gstreamer1-plugins/files/patch-configure (working copy) >@@ -0,0 +1,109 @@ >+--- configure.orig 2019-03-02 18:59:35.242374000 +0100 >++++ configure 2019-03-02 19:00:32.651461000 +0100 >+@@ -33987,54 +33987,9 @@ >+ _ACEOF >+ >+ fi >+- if test "x$FOUND_CDPARANOIA" = "xyes"; >+- then >+- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for paranoia_cachemodel_size in -lcdda_paranoia" >&5 >+-$as_echo_n "checking for paranoia_cachemodel_size in -lcdda_paranoia... " >&6; } >+-if ${ac_cv_lib_cdda_paranoia_paranoia_cachemodel_size+:} false; then : >+- $as_echo_n "(cached) " >&6 >+-else >+- ac_check_lib_save_LIBS=$LIBS >+-LIBS="-lcdda_paranoia -lcdda_interface $LIBS" >+-cat confdefs.h - <<_ACEOF >conftest.$ac_ext >+-/* end confdefs.h. */ >+ >+-/* Override any GCC internal prototype to avoid an error. >+- Use char because int might match the return type of a GCC >+- builtin and then its argument prototype would still apply. */ >+-#ifdef __cplusplus >+-extern "C" >+-#endif >+-char paranoia_cachemodel_size (); >+-int >+-main () >+-{ >+-return paranoia_cachemodel_size (); >+- ; >+- return 0; >+-} >+-_ACEOF >+-if ac_fn_c_try_link "$LINENO"; then : >+- ac_cv_lib_cdda_paranoia_paranoia_cachemodel_size=yes >+-else >+- ac_cv_lib_cdda_paranoia_paranoia_cachemodel_size=no >+-fi >+-rm -f core conftest.err conftest.$ac_objext \ >+- conftest$ac_exeext conftest.$ac_ext >+-LIBS=$ac_check_lib_save_LIBS >+-fi >+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cdda_paranoia_paranoia_cachemodel_size" >&5 >+-$as_echo "$ac_cv_lib_cdda_paranoia_paranoia_cachemodel_size" >&6; } >+-if test "x$ac_cv_lib_cdda_paranoia_paranoia_cachemodel_size" = xyes; then : >+- : >+-else >+- HAVE_CDPARANOIA=no >+-fi >+ >+- fi >+ >+- >+- >+ elif test $pkg_failed = untried; then >+ >+ >+@@ -34176,51 +34131,6 @@ >+ cat >>confdefs.h <<_ACEOF >+ #define CDPARANOIA_HEADERS_IN_DIR /**/ >+ _ACEOF >+- >+- fi >+- if test "x$FOUND_CDPARANOIA" = "xyes"; >+- then >+- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for paranoia_cachemodel_size in -lcdda_paranoia" >&5 >+-$as_echo_n "checking for paranoia_cachemodel_size in -lcdda_paranoia... " >&6; } >+-if ${ac_cv_lib_cdda_paranoia_paranoia_cachemodel_size+:} false; then : >+- $as_echo_n "(cached) " >&6 >+-else >+- ac_check_lib_save_LIBS=$LIBS >+-LIBS="-lcdda_paranoia -lcdda_interface $LIBS" >+-cat confdefs.h - <<_ACEOF >conftest.$ac_ext >+-/* end confdefs.h. */ >+- >+-/* Override any GCC internal prototype to avoid an error. >+- Use char because int might match the return type of a GCC >+- builtin and then its argument prototype would still apply. */ >+-#ifdef __cplusplus >+-extern "C" >+-#endif >+-char paranoia_cachemodel_size (); >+-int >+-main () >+-{ >+-return paranoia_cachemodel_size (); >+- ; >+- return 0; >+-} >+-_ACEOF >+-if ac_fn_c_try_link "$LINENO"; then : >+- ac_cv_lib_cdda_paranoia_paranoia_cachemodel_size=yes >+-else >+- ac_cv_lib_cdda_paranoia_paranoia_cachemodel_size=no >+-fi >+-rm -f core conftest.err conftest.$ac_objext \ >+- conftest$ac_exeext conftest.$ac_ext >+-LIBS=$ac_check_lib_save_LIBS >+-fi >+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cdda_paranoia_paranoia_cachemodel_size" >&5 >+-$as_echo "$ac_cv_lib_cdda_paranoia_paranoia_cachemodel_size" >&6; } >+-if test "x$ac_cv_lib_cdda_paranoia_paranoia_cachemodel_size" = xyes; then : >+- : >+-else >+- HAVE_CDPARANOIA=no >+-fi >+ >+ fi >+ > >Property changes on: multimedia/gstreamer1-plugins/files/patch-configure >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: multimedia/gstreamer1-plugins/pkg-plist >=================================================================== >--- multimedia/gstreamer1-plugins/pkg-plist (revision 520903) >+++ multimedia/gstreamer1-plugins/pkg-plist (working copy) >@@ -11,6 +11,7 @@ > include/gstreamer-%%VERSION%%/gst/app/app.h > include/gstreamer-%%VERSION%%/gst/app/gstappsink.h > include/gstreamer-%%VERSION%%/gst/app/gstappsrc.h >+include/gstreamer-%%VERSION%%/gst/audio/audio-buffer.h > include/gstreamer-%%VERSION%%/gst/audio/audio-channel-mixer.h > include/gstreamer-%%VERSION%%/gst/audio/audio-channels.h > include/gstreamer-%%VERSION%%/gst/audio/audio-converter.h >@@ -68,6 +69,7 @@ > include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbuffer.h > include/gstreamer-%%VERSION%%/gst/rtp/gstrtpdefs.h > include/gstreamer-%%VERSION%%/gst/rtp/gstrtphdrext.h >+include/gstreamer-%%VERSION%%/gst/rtp/gstrtpmeta.h > include/gstreamer-%%VERSION%%/gst/rtp/gstrtppayloads.h > include/gstreamer-%%VERSION%%/gst/rtp/rtp-prelude.h > include/gstreamer-%%VERSION%%/gst/rtp/rtp.h >@@ -96,6 +98,7 @@ > include/gstreamer-%%VERSION%%/gst/video/colorbalance.h > include/gstreamer-%%VERSION%%/gst/video/colorbalancechannel.h > include/gstreamer-%%VERSION%%/gst/video/gstvideoaffinetransformationmeta.h >+include/gstreamer-%%VERSION%%/gst/video/gstvideoaggregator.h > include/gstreamer-%%VERSION%%/gst/video/gstvideodecoder.h > include/gstreamer-%%VERSION%%/gst/video/gstvideoencoder.h > include/gstreamer-%%VERSION%%/gst/video/gstvideofilter.h >@@ -105,6 +108,7 @@ > include/gstreamer-%%VERSION%%/gst/video/gstvideotimecode.h > include/gstreamer-%%VERSION%%/gst/video/gstvideoutils.h > include/gstreamer-%%VERSION%%/gst/video/navigation.h >+include/gstreamer-%%VERSION%%/gst/video/video-anc.h > include/gstreamer-%%VERSION%%/gst/video/video-blend.h > include/gstreamer-%%VERSION%%/gst/video/video-chroma.h > include/gstreamer-%%VERSION%%/gst/video/video-color.h >@@ -141,8 +145,10 @@ > lib/gstreamer-%%VERSION%%/libgstaudiorate.so > lib/gstreamer-%%VERSION%%/libgstaudioresample.so > lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.so >+lib/gstreamer-%%VERSION%%/libgstcompositor.so > lib/gstreamer-%%VERSION%%/libgstencoding.so > lib/gstreamer-%%VERSION%%/libgstgio.so >+lib/gstreamer-%%VERSION%%/libgstoverlaycomposition.so > lib/gstreamer-%%VERSION%%/libgstpbtypes.so > lib/gstreamer-%%VERSION%%/libgstplayback.so > lib/gstreamer-%%VERSION%%/libgstrawparse.so >Index: multimedia/gstreamer1-plugins-all/Makefile >=================================================================== >--- multimedia/gstreamer1-plugins-all/Makefile (revision 520903) >+++ multimedia/gstreamer1-plugins-all/Makefile (working copy) >@@ -2,8 +2,8 @@ > # $FreeBSD$ > > PORTNAME= gstreamer1-plugins-all >-PORTVERSION= 1.14 >-PORTREVISION= 1 >+PORTVERSION= 1.16 >+PORTREVISION= 0 > CATEGORIES= multimedia > > MAINTAINER= multimedia@FreeBSD.org >Index: multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gstfacedetect.h >=================================================================== >--- multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gstfacedetect.h (revision 520903) >+++ multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gstfacedetect.h (working copy) >@@ -1,11 +0,0 @@ >---- ext/opencv/gstfacedetect.h.orig 2018-03-23 20:45:15 UTC >-+++ ext/opencv/gstfacedetect.h >-@@ -50,7 +50,7 @@ >- >- #include <gst/gst.h> >- #include <opencv2/core/version.hpp> >--#include <cv.h> >-+#include <opencv/cv.h> >- #include <gst/opencv/gstopencvvideofilter.h> >- #include <opencv2/objdetect/objdetect.hpp> >- >Index: multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gsthanddetect.h >=================================================================== >--- multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gsthanddetect.h (revision 520903) >+++ multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gsthanddetect.h (working copy) >@@ -1,11 +0,0 @@ >---- ext/opencv/gsthanddetect.h.orig 2018-03-23 20:45:15 UTC >-+++ ext/opencv/gsthanddetect.h >-@@ -45,7 +45,7 @@ >- #ifndef __GST_HANDDETECT_H__ >- #define __GST_HANDDETECT_H__ >- >--#include <cv.h> >-+#include <opencv/cv.h> >- >- #include <gst/opencv/gstopencvvideofilter.h> >- /* opencv */ >Index: multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gsttemplatematch.cpp >=================================================================== >--- multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gsttemplatematch.cpp (revision 520903) >+++ multimedia/gstreamer1-plugins-bad/files/patch-ext_opencv_gsttemplatematch.cpp (working copy) >@@ -1,11 +0,0 @@ >---- ext/opencv/gsttemplatematch.cpp.orig 2018-03-23 20:45:15 UTC >-+++ ext/opencv/gsttemplatematch.cpp >-@@ -64,6 +64,8 @@ >- #include "../../gst-libs/gst/gst-i18n-plugin.h" >- #include "gsttemplatematch.h" >- #include <opencv2/imgproc/imgproc_c.h> >-+#include <opencv2/imgproc/types_c.h> >-+#include <opencv2/imgcodecs/imgcodecs_c.h> >- >- GST_DEBUG_CATEGORY_STATIC (gst_template_match_debug); >- #define GST_CAT_DEFAULT gst_template_match_debug >Index: multimedia/gstreamer1-plugins-bad/files/patch-ext_openh264_gstopenh264enc.cpp >=================================================================== >--- multimedia/gstreamer1-plugins-bad/files/patch-ext_openh264_gstopenh264enc.cpp (revision 520903) >+++ multimedia/gstreamer1-plugins-bad/files/patch-ext_openh264_gstopenh264enc.cpp (working copy) >@@ -1,17 +0,0 @@ >-https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/commit/d2f6facbfb89 >- >-gstopenh264enc.cpp:745:14: error: no member named 'bEnableSpsPpsIdAddition' in 'TagEncParamExt' >- enc_params.bEnableSpsPpsIdAddition = 0; >- ~~~~~~~~~~ ^ >- >---- ext/openh264/gstopenh264enc.cpp.orig 2018-03-23 20:45:15 UTC >-+++ ext/openh264/gstopenh264enc.cpp >-@@ -739,7 +739,7 @@ gst_openh264enc_set_format (GstVideoEncoder * encoder, >- enc_params.bEnableSceneChangeDetect = openh264enc->scene_change_detection; >- enc_params.bEnableFrameSkip = openh264enc->enable_frame_skip; >- enc_params.bEnableLongTermReference = 0; >--#if OPENH264_MINOR >= 4 >-+#if (OPENH264_MAJOR > 1 || (OPENH264_MAJOR == 1 && OPENH264_MINOR >= 4)) >- enc_params.eSpsPpsIdStrategy = CONSTANT_ID; >- #else >- enc_params.bEnableSpsPpsIdAddition = 0; >Index: multimedia/gstreamer1-plugins-bad/files/patch-ext_wayland_Makefile.in >=================================================================== >--- multimedia/gstreamer1-plugins-bad/files/patch-ext_wayland_Makefile.in (revision 520903) >+++ multimedia/gstreamer1-plugins-bad/files/patch-ext_wayland_Makefile.in (working copy) >@@ -1,11 +0,0 @@ >---- ext/wayland/Makefile.in.orig 2018-09-16 17:59:59 UTC >-+++ ext/wayland/Makefile.in >-@@ -1198,7 +1198,7 @@ $(shell echo $1 | sed 's/\([a-z\-]\+\)-[a-z]\+-v[0-9]\ >- endef >- >- %-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/$$(call protostability,$$*)/$$(call protoname,$$*)/$$*.xml >-- $(AM_V_GEN)$(wayland_scanner) code < $< > $@ >-+ $(AM_V_GEN)$(wayland_scanner) private-code < $< > $@ >- >- %-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/$$(call protostability,$$*)/$$(call protoname,$$*)/$$*.xml >- $(AM_V_GEN)$(wayland_scanner) client-header < $< > $@ >Index: multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_webrtc_webrtc__fwd.h >=================================================================== >--- multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_webrtc_webrtc__fwd.h (revision 520903) >+++ multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_webrtc_webrtc__fwd.h (working copy) >@@ -1,12 +0,0 @@ >---- gst-libs/gst/webrtc/webrtc_fwd.h.orig 2018-07-18 14:46:42 UTC >-+++ gst-libs/gst/webrtc/webrtc_fwd.h >-@@ -39,9 +39,6 @@ typedef struct _GstWebRTCDTLSTransportCl >- typedef struct _GstWebRTCICETransport GstWebRTCICETransport; >- typedef struct _GstWebRTCICETransportClass GstWebRTCICETransportClass; >- >--typedef struct _GstWebRTCRTPReceiver GstWebRTCRTPReceiver; >--typedef struct _GstWebRTCRTPReceiverClass GstWebRTCRTPReceiverClass; >-- >- typedef struct _GstWebRTCRTPSender GstWebRTCRTPSender; >- typedef struct _GstWebRTCRTPSenderClass GstWebRTCRTPSenderClass; >- >Index: multimedia/gstreamer1-plugins-bad/pkg-plist >=================================================================== >--- multimedia/gstreamer1-plugins-bad/pkg-plist (revision 520903) >+++ multimedia/gstreamer1-plugins-bad/pkg-plist (working copy) >@@ -1,5 +1,6 @@ > include/gstreamer-%%VERSION%%/gst/audio/audio-bad-prelude.h > include/gstreamer-%%VERSION%%/gst/audio/gstnonstreamaudiodecoder.h >+include/gstreamer-%%VERSION%%/gst/audio/gstplanaraudioadapter.h > include/gstreamer-%%VERSION%%/gst/basecamerabinsrc/basecamerabinsrc-prelude.h > include/gstreamer-%%VERSION%%/gst/basecamerabinsrc/gstbasecamerasrc.h > include/gstreamer-%%VERSION%%/gst/basecamerabinsrc/gstcamerabin-enum.h >@@ -40,13 +41,13 @@ > include/gstreamer-%%VERSION%%/gst/player/gstplayer.h > include/gstreamer-%%VERSION%%/gst/player/player-prelude.h > include/gstreamer-%%VERSION%%/gst/player/player.h >+include/gstreamer-%%VERSION%%/gst/sctp/sctp-prelude.h >+include/gstreamer-%%VERSION%%/gst/sctp/sctpreceivemeta.h >+include/gstreamer-%%VERSION%%/gst/sctp/sctpsendmeta.h > include/gstreamer-%%VERSION%%/gst/uridownloader/gstfragment.h > include/gstreamer-%%VERSION%%/gst/uridownloader/gsturidownloader.h > include/gstreamer-%%VERSION%%/gst/uridownloader/gsturidownloader_debug.h > include/gstreamer-%%VERSION%%/gst/uridownloader/uridownloader-prelude.h >-include/gstreamer-%%VERSION%%/gst/video/gstvideoaggregator.h >-include/gstreamer-%%VERSION%%/gst/video/gstvideoaggregatorpad.h >-include/gstreamer-%%VERSION%%/gst/video/video-bad-prelude.h > include/gstreamer-%%VERSION%%/gst/webrtc/dtlstransport.h > include/gstreamer-%%VERSION%%/gst/webrtc/icetransport.h > include/gstreamer-%%VERSION%%/gst/webrtc/rtcsessiondescription.h >@@ -75,7 +76,6 @@ > lib/gstreamer-%%VERSION%%/libgstbz2.so > lib/gstreamer-%%VERSION%%/libgstcamerabin.so > lib/gstreamer-%%VERSION%%/libgstcoloreffects.so >-lib/gstreamer-%%VERSION%%/libgstcompositor.so > lib/gstreamer-%%VERSION%%/libgstdebugutilsbad.so > lib/gstreamer-%%VERSION%%/libgstdvb.so > lib/gstreamer-%%VERSION%%/libgstdvbsuboverlay.so >@@ -116,7 +116,6 @@ > lib/gstreamer-%%VERSION%%/libgstsiren.so > lib/gstreamer-%%VERSION%%/libgstsmooth.so > lib/gstreamer-%%VERSION%%/libgstspeed.so >-lib/gstreamer-%%VERSION%%/libgststereo.so > lib/gstreamer-%%VERSION%%/libgstsubenc.so > lib/gstreamer-%%VERSION%%/libgsttimecode.so > lib/gstreamer-%%VERSION%%/libgstvideofiltersbad.so >@@ -132,9 +131,6 @@ > lib/libgstbadaudio-%%VERSION%%.so > lib/libgstbadaudio-%%VERSION%%.so.0 > lib/libgstbadaudio-%%VERSION%%.so.%%SOVERSION%% >-lib/libgstbadvideo-%%VERSION%%.so >-lib/libgstbadvideo-%%VERSION%%.so.0 >-lib/libgstbadvideo-%%VERSION%%.so.%%SOVERSION%% > lib/libgstbasecamerabinsrc-%%VERSION%%.so > lib/libgstbasecamerabinsrc-%%VERSION%%.so.0 > lib/libgstbasecamerabinsrc-%%VERSION%%.so.%%SOVERSION%% >@@ -156,6 +152,9 @@ > lib/libgstplayer-%%VERSION%%.so > lib/libgstplayer-%%VERSION%%.so.0 > lib/libgstplayer-%%VERSION%%.so.%%SOVERSION%% >+lib/libgstsctp-%%VERSION%%.so >+lib/libgstsctp-%%VERSION%%.so.0 >+lib/libgstsctp-%%VERSION%%.so.%%SOVERSION%% > lib/libgsturidownloader-%%VERSION%%.so > lib/libgsturidownloader-%%VERSION%%.so.0 > lib/libgsturidownloader-%%VERSION%%.so.%%SOVERSION%% >@@ -163,12 +162,12 @@ > lib/libgstwebrtc-%%VERSION%%.so.0 > lib/libgstwebrtc-%%VERSION%%.so.%%SOVERSION%% > libdata/pkgconfig/gstreamer-bad-audio-%%VERSION%%.pc >-libdata/pkgconfig/gstreamer-bad-video-%%VERSION%%.pc > libdata/pkgconfig/gstreamer-codecparsers-%%VERSION%%.pc > libdata/pkgconfig/gstreamer-insertbin-%%VERSION%%.pc > libdata/pkgconfig/gstreamer-mpegts-%%VERSION%%.pc > libdata/pkgconfig/gstreamer-player-%%VERSION%%.pc > libdata/pkgconfig/gstreamer-plugins-bad-%%VERSION%%.pc >+libdata/pkgconfig/gstreamer-sctp-%%VERSION%%.pc > libdata/pkgconfig/gstreamer-webrtc-%%VERSION%%.pc > share/gir-1.0/GstInsertBin-%%VERSION%%.gir > share/gir-1.0/GstMpegts-%%VERSION%%.gir >@@ -176,6 +175,7 @@ > share/gir-1.0/GstWebRTC-%%VERSION%%.gir > %%DATADIR%%-%%VERSION%%/presets/GstFreeverb.prs > share/locale/af/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo >+share/locale/ast/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo > share/locale/az/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo > share/locale/bg/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo > share/locale/ca/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo >Index: multimedia/gstreamer1-plugins-core/Makefile >=================================================================== >--- multimedia/gstreamer1-plugins-core/Makefile (revision 520903) >+++ multimedia/gstreamer1-plugins-core/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gstreamer1-plugins-core >-PORTVERSION= 1.14 >+PORTVERSION= 1.16 > CATEGORIES= multimedia audio > MASTER_SITES= # empty > DISTFILES= # empty >Index: multimedia/gstreamer1-plugins-dvdread/Makefile >=================================================================== >--- multimedia/gstreamer1-plugins-dvdread/Makefile (revision 520903) >+++ multimedia/gstreamer1-plugins-dvdread/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 1 >+PORTREVISION= 0 > CATEGORIES= multimedia > > COMMENT= GStreamer DVD access plugin with libdvdread >Index: multimedia/gstreamer1-plugins-good/files/patch-configure >=================================================================== >--- multimedia/gstreamer1-plugins-good/files/patch-configure (revision 520903) >+++ multimedia/gstreamer1-plugins-good/files/patch-configure (working copy) >@@ -1,11 +0,0 @@ >---- configure.orig 2010-12-01 19:16:00.000000000 +0100 >-+++ configure 2010-12-02 15:39:17.000000000 +0100 >-@@ -24955,7 +24955,7 @@ if test "${with_default_audiosink+set}" >- >- else >- >-- DEFAULT_AUDIOSINK="$DEFAULT_AUDIOSINK" >-+ DEFAULT_VISUALIZER="$DEFAULT_VISUALIZER" >- >- fi >- >Index: multimedia/gstreamer1-plugins-good/files/patch-ext_vpx_gstvpxdec.c >=================================================================== >--- multimedia/gstreamer1-plugins-good/files/patch-ext_vpx_gstvpxdec.c (revision 520903) >+++ multimedia/gstreamer1-plugins-good/files/patch-ext_vpx_gstvpxdec.c (working copy) >@@ -1,36 +0,0 @@ >-Regressed by https://chromium.googlesource.com/webm/libvpx/+/763f8318de2c%5E!/ >- >-gstvpxdec.c:65:15: error: use of undeclared identifier 'VP8_DEBUG_TXT_FRAME_INFO' >- {C_FLAGS (VP8_DEBUG_TXT_FRAME_INFO), >- ^ >-gstvpxdec.c:68:15: error: use of undeclared identifier 'VP8_DEBUG_TXT_MBLK_MODES' >- {C_FLAGS (VP8_DEBUG_TXT_MBLK_MODES), >- ^ >-gstvpxdec.c:71:15: error: use of undeclared identifier 'VP8_DEBUG_TXT_DC_DIFF' >- {C_FLAGS (VP8_DEBUG_TXT_DC_DIFF), >- ^ >-gstvpxdec.c:74:15: error: use of undeclared identifier 'VP8_DEBUG_TXT_RATE_INFO' >- {C_FLAGS (VP8_DEBUG_TXT_RATE_INFO), >- ^ >- >---- ext/vpx/gstvpxdec.c.orig 2018-03-23 20:44:48 UTC >-+++ ext/vpx/gstvpxdec.c >-@@ -62,18 +62,6 @@ gst_vpx_dec_post_processing_flags_get_type (void) >- {C_FLAGS (VP8_DEBLOCK), "Deblock", "deblock"}, >- {C_FLAGS (VP8_DEMACROBLOCK), "Demacroblock", "demacroblock"}, >- {C_FLAGS (VP8_ADDNOISE), "Add noise", "addnoise"}, >-- {C_FLAGS (VP8_DEBUG_TXT_FRAME_INFO), >-- "Print frame information", >-- "visualize-frame-info"}, >-- {C_FLAGS (VP8_DEBUG_TXT_MBLK_MODES), >-- "Show macroblock mode selection overlaid on image", >-- "visualize-macroblock-modes"}, >-- {C_FLAGS (VP8_DEBUG_TXT_DC_DIFF), >-- "Show dc diff for each macro block overlaid on image", >-- "visualize-dc-diff"}, >-- {C_FLAGS (VP8_DEBUG_TXT_RATE_INFO), >-- "Print video rate info", >-- "visualize-rate-info"}, >- {C_FLAGS (VP8_MFQE), "Multi-frame quality enhancement", "mfqe"}, >- {0, NULL, NULL} >- }; >Index: multimedia/gstreamer1-plugins-good/files/patch-gst_flv_gstflvmux.h >=================================================================== >--- multimedia/gstreamer1-plugins-good/files/patch-gst_flv_gstflvmux.h (revision 520903) >+++ multimedia/gstreamer1-plugins-good/files/patch-gst_flv_gstflvmux.h (working copy) >@@ -1,10 +0,0 @@ >---- gst/flv/gstflvmux.h.orig 2018-11-19 01:46:19 UTC >-+++ gst/flv/gstflvmux.h >-@@ -37,7 +37,6 @@ G_BEGIN_DECLS >- #define GST_IS_FLV_MUX_PAD_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_FLV_MUX_PAD)) >- >- typedef struct _GstFlvMuxPad GstFlvMuxPad; >--typedef struct _GstFlvMuxPadClass GstFlvMuxPadClass; >- >- #define GST_TYPE_FLV_MUX \ >- (gst_flv_mux_get_type ()) >Index: multimedia/gstreamer1-plugins-good/pkg-plist >=================================================================== >--- multimedia/gstreamer1-plugins-good/pkg-plist (revision 520903) >+++ multimedia/gstreamer1-plugins-good/pkg-plist (working copy) >@@ -69,6 +69,7 @@ > share/locale/id/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo > share/locale/it/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo > share/locale/ja/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo >+share/locale/ky/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo > share/locale/lt/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo > share/locale/lv/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo > share/locale/mt/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo >Index: multimedia/gstreamer1-plugins-hls/Makefile >=================================================================== >--- multimedia/gstreamer1-plugins-hls/Makefile (revision 520903) >+++ multimedia/gstreamer1-plugins-hls/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 1 >+PORTREVISION= 0 > CATEGORIES= multimedia > > COMMENT= GStreamer HTTP Live Streaming (HLS) plugin >Index: multimedia/gstreamer1-plugins-openh264/Makefile >=================================================================== >--- multimedia/gstreamer1-plugins-openh264/Makefile (revision 520903) >+++ multimedia/gstreamer1-plugins-openh264/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 1 >+PORTREVISION= 0 > CATEGORIES= multimedia > > COMMENT= GStreamer (openh264) plugin >Index: multimedia/gstreamer1-plugins-resindvd/Makefile >=================================================================== >--- multimedia/gstreamer1-plugins-resindvd/Makefile (revision 520903) >+++ multimedia/gstreamer1-plugins-resindvd/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 1 >+PORTREVISION= 0 > CATEGORIES= multimedia > > COMMENT= GStreamer resindvd DVD playback plugin >Index: multimedia/gstreamer1-plugins-ugly/pkg-plist >=================================================================== >--- multimedia/gstreamer1-plugins-ugly/pkg-plist (revision 520903) >+++ multimedia/gstreamer1-plugins-ugly/pkg-plist (working copy) >@@ -4,6 +4,7 @@ > lib/gstreamer-%%VERSION%%/libgstrealmedia.so > lib/gstreamer-%%VERSION%%/libgstxingmux.so > share/locale/af/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo >+share/locale/ast/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/az/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/bg/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/ca/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo >@@ -26,8 +27,8 @@ > share/locale/ja/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/lt/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/lv/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo >+share/locale/ms/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/mt/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo >-share/locale/ms/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/nb/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/nl/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/or/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo >@@ -40,6 +41,7 @@ > share/locale/sq/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/sr/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/sv/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo >+share/locale/ta/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/tr/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/uk/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo > share/locale/vi/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo >Index: multimedia/gstreamer1-plugins-v4l2/Makefile >=================================================================== >--- multimedia/gstreamer1-plugins-v4l2/Makefile (revision 520903) >+++ multimedia/gstreamer1-plugins-v4l2/Makefile (working copy) >@@ -11,7 +11,4 @@ > > MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins > >-EXTRA_PATCHDIR= ${.CURDIR}/files >-EXTRA_PATCHES= ${EXTRA_PATCHDIR}/patch-sys_v4l2_gstv4l2allocator.h >- > .include "${MASTERDIR}/Makefile" >Index: multimedia/gstreamer1-plugins-v4l2/files/patch-sys_v4l2_gstv4l2allocator.h >=================================================================== >--- multimedia/gstreamer1-plugins-v4l2/files/patch-sys_v4l2_gstv4l2allocator.h (revision 520903) >+++ multimedia/gstreamer1-plugins-v4l2/files/patch-sys_v4l2_gstv4l2allocator.h (working copy) >@@ -1,10 +0,0 @@ >---- sys/v4l2/gstv4l2allocator.h.orig 2018-03-23 20:44:48 UTC >-+++ sys/v4l2/gstv4l2allocator.h >-@@ -50,7 +50,6 @@ typedef struct _GstV4l2MemoryGroup GstV4 >- typedef struct _GstV4l2Memory GstV4l2Memory; >- typedef enum _GstV4l2Capabilities GstV4l2Capabilities; >- typedef enum _GstV4l2Return GstV4l2Return; >--typedef struct _GstV4l2Object GstV4l2Object; >- >- enum _GstV4l2AllocatorFlags >- { >Index: multimedia/gstreamer1-plugins-vpx/Makefile >=================================================================== >--- multimedia/gstreamer1-plugins-vpx/Makefile (revision 520903) >+++ multimedia/gstreamer1-plugins-vpx/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 3 >+PORTREVISION= 0 > CATEGORIES= multimedia > > COMMENT= GStreamer vp8 codec plugin >Index: multimedia/gstreamer1-plugins-x264/Makefile >=================================================================== >--- multimedia/gstreamer1-plugins-x264/Makefile (revision 520903) >+++ multimedia/gstreamer1-plugins-x264/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 3 >+PORTREVISION= 0 > CATEGORIES= multimedia > > COMMENT= GStreamer libx264 based H264 plugin >Index: multimedia/gstreamer1-plugins-x265/Makefile >=================================================================== >--- multimedia/gstreamer1-plugins-x265/Makefile (revision 520903) >+++ multimedia/gstreamer1-plugins-x265/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 4 >+PORTREVISION= 0 > CATEGORIES= multimedia > > COMMENT= GStreamer libx265 based H265 plugin >Index: multimedia/gstreamer1-qt/files/patch-src_QGst_caps.cpp >=================================================================== >--- multimedia/gstreamer1-qt/files/patch-src_QGst_caps.cpp (nonexistent) >+++ multimedia/gstreamer1-qt/files/patch-src_QGst_caps.cpp (working copy) >@@ -0,0 +1,19 @@ >+The GStreamer headers #define a version of gst_caps_copy() with the >+internal implementation. This prevents the normal C++ type conversion >+that would happen when the gst_caps_copy() function is called normally. >+Explicitly get the inner pointer (*caps2 doesn't work) to match >+the implementation API that is now exposed by the #define. >+ >+This patch is needed for GStreamer 1.16+ >+ >+--- src/QGst/caps.cpp.orig 2014-07-08 18:38:36 UTC >++++ src/QGst/caps.cpp >+@@ -54,7 +54,7 @@ QString Caps::toString() const >+ >+ void Caps::append(const CapsPtr & caps2) >+ { >+- gst_caps_append(object<GstCaps>(), gst_caps_copy(caps2)); >++ gst_caps_append(object<GstCaps>(), gst_caps_copy(caps2.operator->())); >+ } >+ >+ CapsPtr Caps::merge(CapsPtr & caps2) > >Property changes on: multimedia/gstreamer1-qt/files/patch-src_QGst_caps.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: multimedia/gstreamer1-rtsp-server/Makefile >=================================================================== >--- multimedia/gstreamer1-rtsp-server/Makefile (revision 520903) >+++ multimedia/gstreamer1-rtsp-server/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gstreamer1-rtsp-server >-PORTVERSION= 1.14.4 >+PORTVERSION= 1.16.1 > CATEGORIES= multimedia > MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-rtsp-server/ > DISTNAME= gst-rtsp-server-${PORTVERSION} >@@ -17,6 +17,6 @@ > USE_GSTREAMER1= good bad > INSTALL_TARGET= install-strip > >-PLIST_SUB= VERSION=1.0 SOVERSION=0.1404.0 >+PLIST_SUB= VERSION=1.0 SOVERSION=0.1601.0 > > .include <bsd.port.mk> >Index: multimedia/gstreamer1-rtsp-server/distinfo >=================================================================== >--- multimedia/gstreamer1-rtsp-server/distinfo (revision 520903) >+++ multimedia/gstreamer1-rtsp-server/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1539380600 >-SHA256 (gst-rtsp-server-1.14.4.tar.xz) = 3d0ece2afdcd601c175ece24e32a30bc19247b454f4eafd3deeec2533c6884f1 >-SIZE (gst-rtsp-server-1.14.4.tar.xz) = 668248 >+TIMESTAMP = 1575056476 >+SHA256 (gst-rtsp-server-1.16.1.tar.xz) = b0abacad2f86f60d63781d2b24443c5668733e8b08664bbef94124906d700144 >+SIZE (gst-rtsp-server-1.16.1.tar.xz) = 690412 >Index: multimedia/gstreamer1-rtsp-server/pkg-plist >=================================================================== >--- multimedia/gstreamer1-rtsp-server/pkg-plist (revision 520903) >+++ multimedia/gstreamer1-rtsp-server/pkg-plist (working copy) >@@ -13,6 +13,7 @@ > include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-params.h > include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-permissions.h > include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-sdp.h >+include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-server-object.h > include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-server-prelude.h > include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-server.h > include/gstreamer-%%VERSION%%/gst/rtsp-server/rtsp-session-media.h >Index: multimedia/gstreamer1-transcoder/Makefile >=================================================================== >--- multimedia/gstreamer1-transcoder/Makefile (revision 520903) >+++ multimedia/gstreamer1-transcoder/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gstreamer1-transcoder >-PORTVERSION= 1.14.1 >+PORTVERSION= 1.16.0 > CATEGORIES= multimedia > > MAINTAINER= kwm@FreeBSD.org >Index: multimedia/gstreamer1-transcoder/distinfo >=================================================================== >--- multimedia/gstreamer1-transcoder/distinfo (revision 520903) >+++ multimedia/gstreamer1-transcoder/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1541891228 >-SHA256 (pitivi-gst-transcoder-1.14.1_GH0.tar.gz) = ca2c5124a267b16483afdf87e97f48b564dde21b26706fa8097cae58fc46dddb >-SIZE (pitivi-gst-transcoder-1.14.1_GH0.tar.gz) = 37919 >+TIMESTAMP = 1568457624 >+SHA256 (pitivi-gst-transcoder-1.16.0_GH0.tar.gz) = b5e65c70f2827aee42810120ca9637fd1f56e7cccf825b1b2f20e575cebdcd62 >+SIZE (pitivi-gst-transcoder-1.16.0_GH0.tar.gz) = 38543 >Index: multimedia/gstreamer1-vaapi/Makefile >=================================================================== >--- multimedia/gstreamer1-vaapi/Makefile (revision 520903) >+++ multimedia/gstreamer1-vaapi/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gstreamer1-vaapi >-PORTVERSION= 1.14.4 >-PORTREVISION= 2 >+PORTVERSION= 1.16.2 > CATEGORIES= multimedia > MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer-vaapi/ > DISTNAME= gstreamer-vaapi-${PORTVERSION} >Index: multimedia/gstreamer1-vaapi/distinfo >=================================================================== >--- multimedia/gstreamer1-vaapi/distinfo (revision 520903) >+++ multimedia/gstreamer1-vaapi/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1539380857 >-SHA256 (gstreamer-vaapi-1.14.4.tar.xz) = ce18dbfe961c6a8d31270231686075586bf7a7df62b778c8e7f5ec148251d0a3 >-SIZE (gstreamer-vaapi-1.14.4.tar.xz) = 1072352 >+TIMESTAMP = 1575826374 >+SHA256 (gstreamer-vaapi-1.16.2.tar.xz) = 191de7b0ab64a85dd0875c990721e7be95518f60e2a9106beca162004ed7c601 >+SIZE (gstreamer-vaapi-1.16.2.tar.xz) = 1095012 >Index: multimedia/gstreamer1-validate/Makefile >=================================================================== >--- multimedia/gstreamer1-validate/Makefile (revision 520903) >+++ multimedia/gstreamer1-validate/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gstreamer1-validate >-PORTVERSION= 1.14.4 >+PORTVERSION= 1.16.1 > CATEGORIES= multimedia > MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-validate/ > DISTNAME= gst-validate-${PORTVERSION} >@@ -22,6 +22,6 @@ > USE_GSTREAMER1= yes > INSTALL_TARGET= install-strip > >-PLIST_SUB= VERSION=1.0 SOVERSION=0.1404.0 >+PLIST_SUB= VERSION=1.0 SOVERSION=0.1601.0 > > .include <bsd.port.mk> >Index: multimedia/gstreamer1-validate/distinfo >=================================================================== >--- multimedia/gstreamer1-validate/distinfo (revision 520903) >+++ multimedia/gstreamer1-validate/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1540940923 >-SHA256 (gst-validate-1.14.4.tar.xz) = 18dccca94bdc0bab3cddb07817bd280df7ab4abbec9a83b92620367a22d955c7 >-SIZE (gst-validate-1.14.4.tar.xz) = 699576 >+TIMESTAMP = 1575056805 >+SHA256 (gst-validate-1.16.1.tar.xz) = 7f079b9b2a127604b98e297037dc8847ef50f4ce2b508aa2df0cac5b77562899 >+SIZE (gst-validate-1.16.1.tar.xz) = 735364 >Index: multimedia/gstreamer1-validate/pkg-plist >=================================================================== >--- multimedia/gstreamer1-validate/pkg-plist (revision 520903) >+++ multimedia/gstreamer1-validate/pkg-plist (working copy) >@@ -44,9 +44,10 @@ > lib/gst-validate-launcher/python/launcher/apps/gstvalidate.py > lib/gst-validate-launcher/python/launcher/apps/gstvalidate.pyc > lib/gst-validate-launcher/python/launcher/apps/gstvalidate.pyo >+lib/gst-validate-launcher/python/launcher/apps/pyunittest.py >+lib/gst-validate-launcher/python/launcher/apps/pyunittest.pyc >+lib/gst-validate-launcher/python/launcher/apps/pyunittest.pyo > lib/gst-validate-launcher/python/launcher/baseclasses.py >-lib/gst-validate-launcher/python/launcher/baseclasses.pyc >-lib/gst-validate-launcher/python/launcher/baseclasses.pyo > lib/gst-validate-launcher/python/launcher/config.py > lib/gst-validate-launcher/python/launcher/config.pyc > lib/gst-validate-launcher/python/launcher/config.pyo >@@ -65,6 +66,9 @@ > lib/gst-validate-launcher/python/launcher/testsuites/check.py > lib/gst-validate-launcher/python/launcher/testsuites/check.pyc > lib/gst-validate-launcher/python/launcher/testsuites/check.pyo >+lib/gst-validate-launcher/python/launcher/testsuites/pyunittest.py >+lib/gst-validate-launcher/python/launcher/testsuites/pyunittest.pyc >+lib/gst-validate-launcher/python/launcher/testsuites/pyunittest.pyo > lib/gst-validate-launcher/python/launcher/utils.py > lib/gst-validate-launcher/python/launcher/utils.pyc > lib/gst-validate-launcher/python/launcher/utils.pyo >@@ -73,6 +77,7 @@ > lib/gst-validate-launcher/python/launcher/vfb_server.pyo > lib/gstreamer-%%VERSION%%/libgstvalidatetracer.so > lib/gstreamer-%%VERSION%%/validate/libgstvalidatefaultinjection.so >+lib/gstreamer-%%VERSION%%/validate/libgstvalidateflow.so > lib/gstreamer-%%VERSION%%/validate/libgstvalidategapplication.so > lib/gstreamer-%%VERSION%%/validate/libgstvalidategtk.so > lib/gstreamer-%%VERSION%%/validate/libgstvalidatessim.so >@@ -98,9 +103,11 @@ > share/gstreamer-%%VERSION%%/validate/scenarios/fast_backward.scenario > share/gstreamer-%%VERSION%%/validate/scenarios/fast_forward.scenario > share/gstreamer-%%VERSION%%/validate/scenarios/force_key_unit.scenario >+share/gstreamer-%%VERSION%%/validate/scenarios/includes/default-seek-flags.scenario > share/gstreamer-%%VERSION%%/validate/scenarios/pause_resume.scenario > share/gstreamer-%%VERSION%%/validate/scenarios/play_15s.scenario > share/gstreamer-%%VERSION%%/validate/scenarios/reverse_playback.scenario >+share/gstreamer-%%VERSION%%/validate/scenarios/rtsp_overrides/includes/default-seek-flags.scenario > share/gstreamer-%%VERSION%%/validate/scenarios/scrub_backward_seeking.scenario > share/gstreamer-%%VERSION%%/validate/scenarios/scrub_backward_seeking_full.scenario > share/gstreamer-%%VERSION%%/validate/scenarios/scrub_forward_seeking.scenario >Index: multimedia/py-gstreamer1/Makefile >=================================================================== >--- multimedia/py-gstreamer1/Makefile (revision 520903) >+++ multimedia/py-gstreamer1/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gstreamer >-PORTVERSION= 1.14.4 >+PORTVERSION= 1.16.1 > CATEGORIES= multimedia python > MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: multimedia/py-gstreamer1/distinfo >=================================================================== >--- multimedia/py-gstreamer1/distinfo (revision 520903) >+++ multimedia/py-gstreamer1/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1539380882 >-SHA256 (gst-python-1.14.4.tar.xz) = d0fdb24f93b6d889f309d2f526b8ea9577e0084ff0a62b4623ef1aed52e85a1b >-SIZE (gst-python-1.14.4.tar.xz) = 410040 >+TIMESTAMP = 1574899251 >+SHA256 (gst-python-1.16.1.tar.xz) = b469c8955126f41b8ce0bf689b7029f182cd305f422b3a8df35b780bd8347489 >+SIZE (gst-python-1.16.1.tar.xz) = 412888 >Index: net-im/fractal/Makefile >=================================================================== >--- net-im/fractal/Makefile (revision 520903) >+++ net-im/fractal/Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= fractal >-DISTVERSION= 4.0.0 >-PORTREVISION= 8 >+DISTVERSION= 4.2.2 > CATEGORIES= net-im > MASTER_SITES= https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/ > >@@ -18,13 +17,14 @@ > LIB_DEPENDS= libdbus-1.so:devel/dbus \ > libgmp.so:math/gmp \ > libgspell-1.so:textproc/gspell \ >+ libges-1.0.so:multimedia/gstreamer1-editing-services \ > libhandy-0.0.so:x11-toolkits/libhandy > > USES= gettext gnome meson pkgconfig python:3.5+,build ssl tar:xz >-USE_GNOME= cairo gtk30 gtksourceview3 >+USE_GNOME= cairo gtk30 gtksourceview4 > USE_GSTREAMER1= bad > >-GL_HASH= ad6a483327c3e9ef5bb926b89fb26e2b >+GL_HASH= 9f2b34d98cfe3c002f3afbfcbf14bc7c > BINARY_ALIAS= python3=${PYTHON_CMD} > GLIB_SCHEMAS= org.gnome.Fractal.gschema.xml > INSTALLS_ICONS= yes >Index: net-im/fractal/distinfo >=================================================================== >--- net-im/fractal/distinfo (revision 520903) >+++ net-im/fractal/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1549198456 >-SHA256 (fractal-4.0.0.tar.xz) = 10b1ae500f46485d9b8959ab81a40e62109ab2ea48126b2cca2390479bf318a0 >-SIZE (fractal-4.0.0.tar.xz) = 12787252 >+TIMESTAMP = 1577307893 >+SHA256 (fractal-4.2.2.tar.xz) = 320d9a65097a07e08d608c5e55a2e14624db826d358326a5a21aefc901c371ff >+SIZE (fractal-4.2.2.tar.xz) = 12647288 >Index: net-im/fractal/files/patch-non-x86 >=================================================================== >--- net-im/fractal/files/patch-non-x86 (revision 520903) >+++ net-im/fractal/files/patch-non-x86 (nonexistent) >@@ -1,171 +0,0 @@ >-https://github.com/rust-lang/libc/commit/5e187562eed6 >-https://github.com/rust-lang/libc/commit/e628de2d7d40 >-https://github.com/rust-lang/libc/commit/6c1e2dec8f2b >-https://github.com/rust-lang/libc/commit/69c9c541f76c >- >---- vendor/libc/src/unix/bsd/freebsdlike/dragonfly/mod.rs.orig 2018-09-04 07:45:22 UTC >-+++ vendor/libc/src/unix/bsd/freebsdlike/dragonfly/mod.rs >-@@ -1,3 +1,4 @@ >-+pub type c_char = i8; >- pub type clock_t = u64; >- pub type ino_t = u64; >- pub type lwpid_t = i32; >-@@ -209,6 +210,12 @@ s! { >- pub sdl_data: [::c_char; 12], >- pub sdl_rcf: ::c_ushort, >- pub sdl_route: [::c_ushort; 16], >-+ } >-+ >-+ pub struct stack_t { >-+ pub ss_sp: *mut ::c_char, >-+ pub ss_size: ::size_t, >-+ pub ss_flags: ::c_int, >- } >- } >- >---- vendor/libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs.orig 2018-09-04 07:45:22 UTC >-+++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs >-@@ -1,3 +1,4 @@ >-+pub type c_char = u8; >- pub type c_long = i64; >- pub type c_ulong = u64; >- pub type time_t = i64; >---- vendor/libc/src/unix/bsd/freebsdlike/freebsd/arm.rs.orig 2019-03-13 19:59:38 UTC >-+++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/arm.rs >-@@ -0,0 +1,37 @@ >-+pub type c_char = u8; >-+pub type c_long = i32; >-+pub type c_ulong = u32; >-+pub type time_t = i64; >-+pub type suseconds_t = i32; >-+ >-+s! { >-+ pub struct stat { >-+ pub st_dev: ::dev_t, >-+ pub st_ino: ::ino_t, >-+ pub st_mode: ::mode_t, >-+ pub st_nlink: ::nlink_t, >-+ pub st_uid: ::uid_t, >-+ pub st_gid: ::gid_t, >-+ pub st_rdev: ::dev_t, >-+ pub st_atime: ::time_t, >-+ pub st_atime_nsec: ::c_long, >-+ pub st_atime_pad: ::c_long, >-+ pub st_mtime: ::time_t, >-+ pub st_mtime_nsec: ::c_long, >-+ pub st_mtime_pad: ::c_long, >-+ pub st_ctime: ::time_t, >-+ pub st_ctime_nsec: ::c_long, >-+ pub st_ctime_pad: ::c_long, >-+ pub st_size: ::off_t, >-+ pub st_blocks: ::blkcnt_t, >-+ pub st_blksize: ::blksize_t, >-+ pub st_flags: ::fflags_t, >-+ pub st_gen: ::uint32_t, >-+ pub st_lspare: ::int32_t, >-+ pub st_birthtime: ::time_t, >-+ pub st_birthtime_nsec: ::c_long, >-+ pub st_birthtime_pad: ::c_long, >-+ } >-+} >-+ >-+pub const MAP_32BIT: ::c_int = 0x00080000; >---- vendor/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2018-09-04 07:45:22 UTC >-+++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs >-@@ -182,6 +182,12 @@ s! { >- pub sdl_slen: ::c_uchar, >- pub sdl_data: [::c_char; 46], >- } >-+ >-+ pub struct stack_t { >-+ pub ss_sp: *mut ::c_void, >-+ pub ss_size: ::size_t, >-+ pub ss_flags: ::c_int, >-+ } >- } >- >- pub const SIGEV_THREAD_ID: ::c_int = 4; >-@@ -1034,6 +1040,12 @@ cfg_if! { >- } else if #[cfg(target_arch = "aarch64")] { >- mod aarch64; >- pub use self::aarch64::*; >-+ } else if #[cfg(target_arch = "arm")] { >-+ mod arm; >-+ pub use self::arm::*; >-+ } else if #[cfg(target_arch = "powerpc64")] { >-+ mod powerpc64; >-+ pub use self::powerpc64::*; >- } else { >- // Unknown target_arch >- } >---- vendor/libc/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs.orig 2019-03-13 19:59:38 UTC >-+++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs >-@@ -0,0 +1,33 @@ >-+pub type c_char = u8; >-+pub type c_long = i64; >-+pub type c_ulong = u64; >-+pub type time_t = i64; >-+pub type suseconds_t = i64; >-+ >-+s! { >-+ pub struct stat { >-+ pub st_dev: ::dev_t, >-+ pub st_ino: ::ino_t, >-+ pub st_mode: ::mode_t, >-+ pub st_nlink: ::nlink_t, >-+ pub st_uid: ::uid_t, >-+ pub st_gid: ::gid_t, >-+ pub st_rdev: ::dev_t, >-+ pub st_atime: ::time_t, >-+ pub st_atime_nsec: ::c_long, >-+ pub st_mtime: ::time_t, >-+ pub st_mtime_nsec: ::c_long, >-+ pub st_ctime: ::time_t, >-+ pub st_ctime_nsec: ::c_long, >-+ pub st_size: ::off_t, >-+ pub st_blocks: ::blkcnt_t, >-+ pub st_blksize: ::blksize_t, >-+ pub st_flags: ::fflags_t, >-+ pub st_gen: ::uint32_t, >-+ pub st_lspare: ::int32_t, >-+ pub st_birthtime: ::time_t, >-+ pub st_birthtime_nsec: ::c_long, >-+ } >-+} >-+ >-+pub const MAP_32BIT: ::c_int = 0x00080000; >---- vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86.rs.orig 2018-09-04 07:45:22 UTC >-+++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86.rs >-@@ -1,3 +1,4 @@ >-+pub type c_char = i8; >- pub type c_long = i32; >- pub type c_ulong = u32; >- pub type time_t = i32; >---- vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86_64.rs.orig 2018-09-04 07:45:22 UTC >-+++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/x86_64.rs >-@@ -1,3 +1,4 @@ >-+pub type c_char = i8; >- pub type c_long = i64; >- pub type c_ulong = u64; >- pub type time_t = i64; >---- vendor/libc/src/unix/bsd/freebsdlike/mod.rs.orig 2018-09-04 07:45:22 UTC >-+++ vendor/libc/src/unix/bsd/freebsdlike/mod.rs >-@@ -1,4 +1,3 @@ >--pub type c_char = i8; >- pub type dev_t = u32; >- pub type mode_t = u16; >- pub type pthread_attr_t = *mut ::c_void; >-@@ -80,13 +79,6 @@ s! { >- pub sa_sigaction: ::sighandler_t, >- pub sa_flags: ::c_int, >- pub sa_mask: sigset_t, >-- } >-- >-- pub struct stack_t { >-- // In FreeBSD 11 and later, ss_sp is actually a void* >-- pub ss_sp: *mut ::c_char, >-- pub ss_size: ::size_t, >-- pub ss_flags: ::c_int, >- } >- >- pub struct sched_param { > >Property changes on: net-im/fractal/files/patch-non-x86 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-im/fractal/files/patch-vendor_openssl-sys_build_cfgs.rs >=================================================================== >--- net-im/fractal/files/patch-vendor_openssl-sys_build_cfgs.rs (revision 520903) >+++ net-im/fractal/files/patch-vendor_openssl-sys_build_cfgs.rs (nonexistent) >@@ -1,22 +0,0 @@ >---- vendor/openssl-sys/build/cfgs.rs.orig 2018-12-22 10:43:42 UTC >-+++ vendor/openssl-sys/build/cfgs.rs >-@@ -13,6 +13,9 @@ pub fn get(openssl_version: Option<u64>, libressl_vers >- if libressl_version >= 0x2_07_00_00_0 { >- cfgs.push("libressl270"); >- } >-+ if libressl_version >= 0x2_07_01_00_0 { >-+ cfgs.push("libressl271"); >-+ } >- if libressl_version >= 0x2_07_03_00_0 { >- cfgs.push("libressl273"); >- } >-@@ -21,6 +24,9 @@ pub fn get(openssl_version: Option<u64>, libressl_vers >- } >- if libressl_version >= 0x2_08_01_00_0 { >- cfgs.push("libressl281"); >-+ } >-+ if libressl_version >= 0x2_09_01_00_0 { >-+ cfgs.push("libressl291"); >- } >- } else { >- let openssl_version = openssl_version.unwrap(); > >Property changes on: net-im/fractal/files/patch-vendor_openssl-sys_build_cfgs.rs >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-im/fractal/files/patch-vendor_openssl-sys_build_main.rs >=================================================================== >--- net-im/fractal/files/patch-vendor_openssl-sys_build_main.rs (revision 520903) >+++ net-im/fractal/files/patch-vendor_openssl-sys_build_main.rs (nonexistent) >@@ -1,19 +0,0 @@ >---- vendor/openssl-sys/build/main.rs.orig 2018-12-22 10:43:42 UTC >-+++ vendor/openssl-sys/build/main.rs >-@@ -505,6 +505,7 @@ See rust-openssl README for more information: >- (8, 1) => ('8', '1'), >- (8, _) => ('8', 'x'), >- (9, 0) => ('9', '0'), >-+ (9, _) => ('9', 'x'), >- _ => version_error(), >- }; >- >-@@ -545,7 +546,7 @@ fn version_error() -> ! { >- " >- >- This crate is only compatible with OpenSSL 1.0.1 through 1.1.1, or LibreSSL 2.5 >--through 2.9.0, but a different version of OpenSSL was found. The build is now aborting >-+through 2.9.x, but a different version of OpenSSL was found. The build is now aborting >- due to this version mismatch. >- >- " > >Property changes on: net-im/fractal/files/patch-vendor_openssl-sys_build_main.rs >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-im/fractal/files/patch-vendor_openssl-sys_src_crypto.rs >=================================================================== >--- net-im/fractal/files/patch-vendor_openssl-sys_src_crypto.rs (revision 520903) >+++ net-im/fractal/files/patch-vendor_openssl-sys_src_crypto.rs (nonexistent) >@@ -1,26 +0,0 @@ >---- vendor/openssl-sys/src/crypto.rs.orig 2018-12-22 10:43:42 UTC >-+++ vendor/openssl-sys/src/crypto.rs >-@@ -15,7 +15,13 @@ cfg_if! { >- if #[cfg(ossl110)] { >- pub const CRYPTO_EX_INDEX_SSL: c_int = 0; >- pub const CRYPTO_EX_INDEX_SSL_CTX: c_int = 1; >-- >-+ } else if #[cfg(libressl)] { >-+ pub const CRYPTO_EX_INDEX_SSL: c_int = 1; >-+ pub const CRYPTO_EX_INDEX_SSL_CTX: c_int = 2; >-+ } >-+} >-+cfg_if! { >-+ if #[cfg(any(ossl110, libressl271))] { >- extern "C" { >- pub fn OpenSSL_version_num() -> c_ulong; >- pub fn OpenSSL_version(key: c_int) -> *const c_char; >-@@ -64,7 +70,7 @@ pub type CRYPTO_EX_free = unsafe extern "C" fn( >- argp: *mut c_void, >- ); >- extern "C" { >-- #[cfg(ossl110)] >-+ #[cfg(any(ossl110, libressl))] >- pub fn CRYPTO_get_ex_new_index( >- class_index: c_int, >- argl: c_long, > >Property changes on: net-im/fractal/files/patch-vendor_openssl-sys_src_crypto.rs >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-im/fractal/files/patch-vendor_openssl-sys_src_ssl.rs >=================================================================== >--- net-im/fractal/files/patch-vendor_openssl-sys_src_ssl.rs (revision 520903) >+++ net-im/fractal/files/patch-vendor_openssl-sys_src_ssl.rs (nonexistent) >@@ -1,11 +0,0 @@ >---- vendor/openssl-sys/src/ssl.rs.orig 2018-12-22 10:43:42 UTC >-+++ vendor/openssl-sys/src/ssl.rs >-@@ -1032,7 +1032,7 @@ extern "C" { >- } >- >- cfg_if! { >-- if #[cfg(ossl110)] { >-+ if #[cfg(any(ossl110, libressl291))] { >- extern "C" { >- pub fn TLS_method() -> *const SSL_METHOD; >- > >Property changes on: net-im/fractal/files/patch-vendor_openssl-sys_src_ssl.rs >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-im/fractal/files/patch-vendor_openssl_build.rs >=================================================================== >--- net-im/fractal/files/patch-vendor_openssl_build.rs (revision 520903) >+++ net-im/fractal/files/patch-vendor_openssl_build.rs (nonexistent) >@@ -1,23 +0,0 @@ >---- vendor/openssl/build.rs.orig 2018-12-22 10:43:42 UTC >-+++ vendor/openssl/build.rs >-@@ -46,12 +46,20 @@ fn main() { >- println!("cargo:rustc-cfg=libressl270"); >- } >- >-+ if version >= 0x2_07_01_00_0 { >-+ println!("cargo:rustc-cfg=libressl271"); >-+ } >-+ >- if version >= 0x2_07_03_00_0 { >- println!("cargo:rustc-cfg=libressl273"); >- } >- >- if version >= 0x2_08_00_00_0 { >- println!("cargo:rustc-cfg=libressl280"); >-+ } >-+ >-+ if version >= 0x2_09_01_00_0 { >-+ println!("cargo:rustc-cfg=libressl291"); >- } >- } >- } > >Property changes on: net-im/fractal/files/patch-vendor_openssl_build.rs >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-im/fractal/files/patch-vendor_openssl_src_ssl_mod.rs >=================================================================== >--- net-im/fractal/files/patch-vendor_openssl_src_ssl_mod.rs (revision 520903) >+++ net-im/fractal/files/patch-vendor_openssl_src_ssl_mod.rs (nonexistent) >@@ -1,28 +0,0 @@ >---- vendor/openssl/src/ssl/mod.rs.orig 2018-12-22 10:43:42 UTC >-+++ vendor/openssl/src/ssl/mod.rs >-@@ -3690,9 +3690,14 @@ cfg_if! { >- } >- >- cfg_if! { >-- if #[cfg(ossl110)] { >-+ if #[cfg(any(ossl110, libressl291))] { >- use ffi::{TLS_method, DTLS_method}; >-- >-+ } else { >-+ use ffi::{SSLv23_method as TLS_method, DTLSv1_method as DTLS_method}; >-+ } >-+} >-+cfg_if! { >-+ if #[cfg(ossl110)] { >- unsafe fn get_new_idx(f: ffi::CRYPTO_EX_free) -> c_int { >- ffi::CRYPTO_get_ex_new_index( >- ffi::CRYPTO_EX_INDEX_SSL_CTX, >-@@ -3715,8 +3720,6 @@ cfg_if! { >- ) >- } >- } else { >-- use ffi::{SSLv23_method as TLS_method, DTLSv1_method as DTLS_method}; >-- >- unsafe fn get_new_idx(f: ffi::CRYPTO_EX_free) -> c_int { >- ffi::SSL_CTX_get_ex_new_index(0, ptr::null_mut(), None, None, Some(f)) >- } > >Property changes on: net-im/fractal/files/patch-vendor_openssl_src_ssl_mod.rs >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-im/fractal/files/patch-vendor_openssl_src_version.rs >=================================================================== >--- net-im/fractal/files/patch-vendor_openssl_src_version.rs (revision 520903) >+++ net-im/fractal/files/patch-vendor_openssl_src_version.rs (nonexistent) >@@ -1,11 +0,0 @@ >---- vendor/openssl/src/version.rs.orig 2018-12-22 10:43:42 UTC >-+++ vendor/openssl/src/version.rs >-@@ -14,7 +14,7 @@ >- use std::ffi::CStr; >- >- cfg_if! { >-- if #[cfg(ossl110)] { >-+ if #[cfg(any(ossl110, libressl271))] { >- use ffi::{ >- OPENSSL_VERSION, OPENSSL_CFLAGS, OPENSSL_BUILT_ON, OPENSSL_PLATFORM, OPENSSL_DIR, >- OpenSSL_version_num, OpenSSL_version, > >Property changes on: net-im/fractal/files/patch-vendor_openssl_src_version.rs >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-im/fractal/pkg-plist >=================================================================== >--- net-im/fractal/pkg-plist (revision 520903) >+++ net-im/fractal/pkg-plist (working copy) >@@ -5,12 +5,22 @@ > share/locale/ca/LC_MESSAGES/fractal.mo > share/locale/cs/LC_MESSAGES/fractal.mo > share/locale/de/LC_MESSAGES/fractal.mo >+share/locale/en_GB/LC_MESSAGES/fractal.mo >+share/locale/eo/LC_MESSAGES/fractal.mo > share/locale/es/LC_MESSAGES/fractal.mo >+share/locale/eu/LC_MESSAGES/fractal.mo > share/locale/fi/LC_MESSAGES/fractal.mo > share/locale/fr/LC_MESSAGES/fractal.mo > share/locale/fur/LC_MESSAGES/fractal.mo >+share/locale/hu/LC_MESSAGES/fractal.mo >+share/locale/id/LC_MESSAGES/fractal.mo >+share/locale/it/LC_MESSAGES/fractal.mo >+share/locale/nl/LC_MESSAGES/fractal.mo > share/locale/pl/LC_MESSAGES/fractal.mo > share/locale/pt_BR/LC_MESSAGES/fractal.mo >+share/locale/ro/LC_MESSAGES/fractal.mo >+share/locale/ru/LC_MESSAGES/fractal.mo > share/locale/sk/LC_MESSAGES/fractal.mo > share/locale/sv/LC_MESSAGES/fractal.mo >+share/locale/uk/LC_MESSAGES/fractal.mo > share/metainfo/org.gnome.Fractal.appdata.xml >Index: sysutils/gstreamer1-plugins-cdio/Makefile >=================================================================== >--- sysutils/gstreamer1-plugins-cdio/Makefile (revision 520903) >+++ sysutils/gstreamer1-plugins-cdio/Makefile (working copy) >@@ -1,6 +1,6 @@ > # $FreeBSD$ > >-PORTREVISION= 1 >+PORTREVISION= 0 > CATEGORIES= sysutils > > COMMENT= GStreamer compact disc input and control library
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239386
:
206314
|
209984
|
210235
|
210294
Working