diff -Nru gst-plugins-ugly1.0-1.14.4/ChangeLog gst-plugins-ugly1.0-1.15.1/ChangeLog --- gst-plugins-ugly1.0-1.14.4/ChangeLog 2018-10-02 22:04:14.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/ChangeLog 2019-01-17 02:02:32.000000000 +0000 @@ -1,6 +1,6 @@ -=== release 1.14.4 === +=== release 1.15.1 === -2018-10-02 23:04:13 +0100 Tim-Philipp Müller +2019-01-17 02:02:30 +0000 Tim-Philipp Müller * ChangeLog: * NEWS: @@ -8,9 +8,9 @@ * configure.ac: * gst-plugins-ugly.doap: * meson.build: - Release 1.14.4 + Release 1.15.1 -2018-10-02 23:04:13 +0100 Tim-Philipp Müller +2019-01-17 02:02:30 +0000 Tim-Philipp Müller * docs/plugins/inspect/plugin-a52dec.xml: * docs/plugins/inspect/plugin-amrnb.xml: @@ -27,34 +27,167 @@ * docs/plugins/inspect/plugin-xingmux.xml: Update docs -=== release 1.14.3 === +2019-01-17 02:02:22 +0000 Tim-Philipp Müller -2018-09-16 16:21:45 +0100 Tim-Philipp Müller + * po/af.po: + * po/ast.po: + * po/az.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/fur.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/lv.po: + * po/ms.po: + * po/mt.po: + * po/nb.po: + * po/nl.po: + * po/or.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + Update translations - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: +2018-12-30 22:48:42 +0900 Seungha Yang + + * tests/check/generic/states.c: + * tests/check/meson.build: + tests: Enable test generic_states on Windows + ... and drop needless unistd.h dependency + +2018-12-18 22:48:42 +0900 Seungha Yang + + * meson.build: + * tests/check/meson.build: + meson: Use join_paths() instead '/' + +2018-12-07 23:39:01 +0900 Seungha Yang + + * meson.build: + * tests/check/meson.build: + * tests/meson.build: + tests: Enable unit test on Windows + Remove hard-coded ':' whitelist separator since it varies with OS + +2018-12-05 17:24:25 -0300 Thibault Saunier + + * common: + Automatic update of common submodule + From ed78bee to 59cb678 + +2018-11-24 19:28:19 +0900 Seungha Yang + + * meson.build: + meson: Specify encoding to UTF-8 when building with MSVC + Use build arguments consistent with core and -base. This can also + remove noisy "C4819" warning of non-us locale MSVC. + +2018-11-12 13:30:59 +0200 Jordan Petridis + + * .gitlab-ci.yml: + Add Gitlab CI configuration + This commit adds a .gitlab-ci.yml file, which uses a feature + to fetch the config from a centralized repository. The intent is + to have all the gstreamer modules use the same configuration. + The configuration is currently hosted at the gst-ci repository + under the gitlab/ci_template.yml path. + Part of https://gitlab.freedesktop.org/gstreamer/gstreamer-project/issues/29 + +2018-11-05 05:38:33 +0000 Matthew Waters + + * .gitmodules: + Update common submodule location + Remove the git directory + +2018-11-05 12:52:46 +0800 Haihao Xiang + + * .gitmodules: * gst-plugins-ugly.doap: + Clone the code from gitlab + This fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/issues/22 + +2018-10-08 20:45:52 +0100 Tim-Philipp Müller + * meson.build: - Release 1.14.3 + meson: use new 'python' module instead of deprecated + https://github.com/mesonbuild/meson/pull/4169 -2018-09-16 16:21:45 +0100 Tim-Philipp Müller +2018-09-22 17:33:35 +0100 Tim-Philipp Müller - * docs/plugins/inspect/plugin-a52dec.xml: - * docs/plugins/inspect/plugin-amrnb.xml: - * docs/plugins/inspect/plugin-amrwbdec.xml: - * docs/plugins/inspect/plugin-asf.xml: - * docs/plugins/inspect/plugin-cdio.xml: - * docs/plugins/inspect/plugin-dvdlpcmdec.xml: - * docs/plugins/inspect/plugin-dvdread.xml: - * docs/plugins/inspect/plugin-dvdsub.xml: - * docs/plugins/inspect/plugin-mpeg2dec.xml: - * docs/plugins/inspect/plugin-realmedia.xml: - * docs/plugins/inspect/plugin-sid.xml: - * docs/plugins/inspect/plugin-x264.xml: - * docs/plugins/inspect/plugin-xingmux.xml: - Update docs + * tests/check/elements/x264enc.c: + tests: x264enc: fix leak in unit test + The static pad templates weren't static so their + contents were leaked. valgrind was not happy. + Also rename confusing define. + +2018-09-18 21:43:14 +0900 Seungha Yang + + * ext/x264/gstx264enc.c: + * ext/x264/gstx264enc.h: + x264enc: Avoid format decision per frame + Avoid switch/case per frame for format decision and detect the format + only if where it could be changed. Note that, whenever encoder->input_state + is changed, gst_x264_enc_init_encoder() is called. + https://bugzilla.gnome.org/show_bug.cgi?id=797164 + +2018-09-19 12:00:32 +0100 Tim-Philipp Müller + + * meson.build: + * meson_options.txt: + meson: add glib-checks option to disable API guards and such + We want this enabled by default, also in releases, but people + may want to disable this for performance-critical workloads or + on embedded devices. + +2018-09-19 11:58:54 +0100 Tim-Philipp Müller + + * meson_options.txt: + meson: fix missing closing bracket in option descriptions + +2018-08-18 21:22:42 +0100 Tim-Philipp Müller + + * meson.build: + * meson_options.txt: + * tests/meson.build: + meson: add option to disable tests + +2018-08-18 21:20:20 +0100 Tim-Philipp Müller + + * meson.build: + meson: clean up some cruft + +2018-08-18 21:15:23 +0100 Tim-Philipp Müller + + * meson.build: + * meson_options.txt: + meson: add options to disable gobject cast checks and glib asserts + ... and define G_DISABLE_DEPRECATED for development versions, + like we do in autotools. 2018-08-16 13:17:58 +0200 Jan Alexander Steffens (heftig) @@ -62,39 +195,37 @@ x264enc: Set bit depth for x264 ≥ 153 https://bugzilla.gnome.org/show_bug.cgi?id=796975 -2018-08-16 16:33:21 -0400 Nicolas Dufresne +2018-08-16 14:55:04 +0200 Jan Alexander Steffens (heftig) - * meson.build: - meson: Unify required version to 0.40.1 - -=== release 1.14.2 === + * ext/x264/gstx264enc.c: + x264enc: Remove superfluous x264_param_default + https://bugzilla.gnome.org/show_bug.cgi?id=796973 -2018-07-20 00:56:13 +0100 Tim-Philipp Müller +2018-07-27 19:29:01 +0530 Nirbheek Chauhan - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * gst-plugins-ugly.doap: + * ext/a52dec/meson.build: + * ext/amrnb/meson.build: + * ext/amrwbdec/meson.build: + * ext/cdio/meson.build: + * ext/dvdread/meson.build: + * ext/mpeg2dec/meson.build: + * ext/sidplay/meson.build: + * ext/x264/meson.build: + * gst/meson.build: * meson.build: - Release 1.14.2 + * meson_options.txt: + Add feature options for all plugins + The only automagic dependency left is C++ availability detection. + https://bugzilla.gnome.org/show_bug.cgi?id=795107 -2018-07-20 00:56:13 +0100 Tim-Philipp Müller +2018-07-25 17:17:21 +0530 Nirbheek Chauhan - * docs/plugins/inspect/plugin-a52dec.xml: - * docs/plugins/inspect/plugin-amrnb.xml: - * docs/plugins/inspect/plugin-amrwbdec.xml: - * docs/plugins/inspect/plugin-asf.xml: - * docs/plugins/inspect/plugin-cdio.xml: - * docs/plugins/inspect/plugin-dvdlpcmdec.xml: - * docs/plugins/inspect/plugin-dvdread.xml: - * docs/plugins/inspect/plugin-dvdsub.xml: - * docs/plugins/inspect/plugin-mpeg2dec.xml: - * docs/plugins/inspect/plugin-realmedia.xml: - * docs/plugins/inspect/plugin-sid.xml: - * docs/plugins/inspect/plugin-x264.xml: - * docs/plugins/inspect/plugin-xingmux.xml: - Update docs + * meson.build: + * meson_options.txt: + meson: Convert common options to feature options + The rest will be converted later, these are necessary for gst-build to + set options correctly. + https://bugzilla.gnome.org/show_bug.cgi?id=795107 2018-06-11 14:43:20 +0200 Edward Hervey @@ -109,20 +240,74 @@ asfdemux: Only send flush event on seeking flushes And not on all the time -=== release 1.14.1 === +2018-05-21 11:54:50 +0100 Tim-Philipp Müller -2018-05-17 13:26:15 +0100 Tim-Philipp Müller + * meson.build: + * meson_options.txt: + meson: add 'nls' option to disable translations + And enable by default. Was implicitly disabled because + ENABLE_NLS was not defined. Also use .set_quoted(). + +2018-05-05 19:32:00 +0530 Nirbheek Chauhan - * ChangeLog: - * NEWS: - * RELEASE: - * configure.ac: - * gst-plugins-ugly.doap: * meson.build: - Release 1.14.1 + * meson_options.txt: + meson: Update option names to omit disable_ and with- prefixes + Also yield common options to the outer project (gst-build in our case) + so that they don't have to be set manually. + +2018-05-04 22:54:01 +1000 Jan Schmidt + + * gst/dvdsub/gstdvdsubdec.c: + dvdsubdec: Take the highlight event from the structure. + Don't use GST_EVENT_TIMESTAMP to transfer any PTS + associated with a highlight event, instead store + it in the event structure directly, as + GstEvent::timestamp will disappear in GStreamer 2.0 + https://bugzilla.gnome.org/show_bug.cgi?id=761477 + +2018-04-24 14:06:20 -0400 Xavier Claessens + + * ext/a52dec/meson.build: + * ext/amrnb/meson.build: + * ext/amrwbdec/meson.build: + * ext/cdio/meson.build: + * ext/dvdread/meson.build: + * ext/mpeg2dec/meson.build: + * ext/x264/meson.build: + * gst/asfdemux/meson.build: + * gst/dvdlpcmdec/meson.build: + * gst/dvdsub/meson.build: + * gst/realmedia/meson.build: + * gst/xingmux/meson.build: + * meson.build: + Meson: Generate pc file for all plugins in ugly + https://bugzilla.gnome.org/show_bug.cgi?id=794568 + +2018-04-25 10:59:11 +0100 Tim-Philipp Müller + + * meson.build: + meson: use -Wl,-Bsymbolic-functions where supported + Just like the autotools build. + +2018-04-16 20:13:05 +0300 Sebastian Dröge + + * gst/asfdemux/gstasfdemux.c: + asfdemux: Set the stream-format field of H264 streams + If we have codec_data it will be AVC, otherwise assume byte-stream. + +2018-04-16 10:53:12 +0100 Tim-Philipp Müller -2018-05-17 13:26:15 +0100 Tim-Philipp Müller + * README: + * common: + Automatic update of common submodule + From 3fa2c9e to ed78bee +2018-03-20 09:26:15 +0000 Tim-Philipp Müller + + * NEWS: + * RELEASE: + * configure.ac: * docs/plugins/inspect/plugin-a52dec.xml: * docs/plugins/inspect/plugin-amrnb.xml: * docs/plugins/inspect/plugin-amrwbdec.xml: @@ -136,18 +321,8 @@ * docs/plugins/inspect/plugin-sid.xml: * docs/plugins/inspect/plugin-x264.xml: * docs/plugins/inspect/plugin-xingmux.xml: - Update docs - -2018-05-17 12:37:42 +0100 Tim-Philipp Müller - - * po/hr.po: - Update translations - -2018-04-16 20:13:05 +0300 Sebastian Dröge - - * gst/asfdemux/gstasfdemux.c: - asfdemux: Set the stream-format field of H264 streams - If we have codec_data it will be AVC, otherwise assume byte-stream. + * meson.build: + Back to development === release 1.14.0 === diff -Nru gst-plugins-ugly1.0-1.14.4/common/gst.supp gst-plugins-ugly1.0-1.15.1/common/gst.supp --- gst-plugins-ugly1.0-1.14.4/common/gst.supp 2018-03-23 20:44:59.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/common/gst.supp 2018-07-27 22:57:07.000000000 +0000 @@ -28,100 +28,6 @@ fun:clone } -### glibc suppressions - -{ - - Memcheck:Cond - obj:/lib/ld-2.*.so - fun:dl_open_worker - obj:/lib/ld-2.*.so - fun:_dl_open - fun:dlopen_doit - obj:/lib/ld-2.*.so - fun:_dlerror_run - fun:dlopen - fun:g_module_open - fun:gst_plugin_load_file -} - -{ - - Memcheck:Cond - fun:strlen - fun:fillin_rpath - fun:_dl_init_paths - fun:dl_main - fun:_dl_sysdep_start - fun:_dl_start - obj:/lib64/ld-2.*.so - obj:* - obj:* -} - -{ - - Memcheck:Cond - fun:_dl_relocate_object - fun:dl_main - fun:_dl_sysdep_start - fun:_dl_start -} - -{ - - Memcheck:Cond - fun:* - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.2.5 -} - -# glibc does not deallocate thread-local storage - -{ - - Memcheck:Leak - fun:calloc - fun:_dl_allocate_tls - fun:pthread_create@@* -} - -{ - - Memcheck:Leak - fun:calloc - fun:allocate_dtv - fun:_dl_allocate_tls -} - -# I get an extra stack entry on x86/dapper -{ - - Memcheck:Leak - fun:calloc - obj:/lib/ld-2.3.*.so - fun:_dl_allocate_tls - fun:pthread_create@@* -} - - -{ - - Memcheck:Cond - fun:strstr - fun:__pthread_initialize_minimal - obj:/lib/libpthread-*.so - obj:/lib/libpthread-*.so - fun:call_init - fun:_dl_init - obj:/lib/ld-*.so -} - # a thread-related free problem in glibc from Edgard { __libc_freeres_rw_acess @@ -135,215 +41,6 @@ } { - - Memcheck:Cond - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so -} - -# g_module_open-related problems -{ - - Memcheck:Addr2 - fun:memcpy - fun:_dl_map_object_deps - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 - fun:g_module_open - fun:gst_plugin_load_file - fun:gst_registry_scan_path_level - fun:gst_registry_scan_path_level - fun:gst_registry_scan_path_level - fun:init_post - fun:g_option_context_parse - fun:gst_init_check - fun:gst_init - fun:gst_check_init - fun:main -} - -{ - - Memcheck:Addr4 - fun:memcpy - fun:_dl_map_object_deps - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 - fun:g_module_open - fun:gst_plugin_load_file - fun:gst_registry_scan_path_level - fun:gst_registry_scan_path_level - fun:gst_registry_scan_path_level - fun:init_post - fun:g_option_context_parse - fun:gst_init_check - fun:gst_init - fun:gst_check_init - fun:main -} - -{ - - Memcheck:Cond - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - fun:do_sym - fun:_dl_sym - fun:dlsym_doit - obj:/lib/ld-2.3.*.so - fun:_dlerror_run - fun:dlsym - fun:g_module_symbol - fun:g_module_open - fun:gst_plugin_load_file -} - -{ - - Memcheck:Cond - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - fun:dl_open_worker - obj:/lib/ld-2.3.*.so - fun:_dl_open - fun:dlopen_doit - obj:/lib/ld-2.3.*.so - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 - fun:g_module_open - fun:gst_plugin_load_file -} -{ - - Memcheck:Cond - obj:/lib/ld-2.3.*.so - fun:dl_open_worker - obj:/lib/ld-2.3.*.so - fun:_dl_open - fun:dlopen_doit - obj:/lib/ld-2.3.*.so - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 - fun:g_module_open - fun:gst_plugin_load_file - fun:gst_plugin_load_by_name - fun:gst_plugin_feature_load -} - -{ - - Memcheck:Leak - fun:malloc - obj:/lib/ld-2.3.*.so - fun:dl_open_worker - obj:/lib/ld-2.3.*.so - fun:_dl_open - fun:dlopen_doit - obj:/lib/ld-2.3.*.so - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 - fun:g_module_open - fun:gst_plugin_load_file - fun:gst_plugin_load_by_name -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - fun:dl_open_worker - obj:/lib/ld-2.3.*.so - fun:_dl_open - fun:dlopen_doit - obj:/lib/ld-2.3.*.so -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - fun:dl_open_worker - obj:/lib/ld-2.3.*.so - fun:_dl_open - fun:dlopen_doit - obj:/lib/ld-2.3.*.so - fun:_dlerror_run -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - fun:dl_open_worker - obj:/lib/ld-2.3.*.so - fun:_dl_open - fun:dlopen_doit - obj:/lib/ld-2.3.*.so - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 - fun:g_module_open -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - fun:dl_open_worker - obj:/lib/ld-2.3.*.so - fun:_dl_open - fun:dlopen_doit - obj:/lib/ld-2.3.*.so - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 - fun:g_module_open -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - fun:do_sym - fun:_dl_sym - fun:dlsym_doit - obj:/lib/ld-2.3.*.so - fun:_dlerror_run - fun:dlsym - fun:g_module_symbol - fun:g_module_open -} - -{ Memcheck:Param futex(uaddr2) @@ -361,362 +58,6 @@ fun:setup_messaging } -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen - fun:g_module_open -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libc-2.7.so - fun:_dl_sym - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlsym - fun:g_module_symbol - fun:g_module_open -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen - fun:g_module_open -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen - fun:g_module_open -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen - fun:g_module_open -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libc-2.7.so - obj:/lib/ld-2.7.so - fun:__libc_dlopen_mode -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libc-2.7.so - obj:/lib/ld-2.7.so - fun:__libc_dlopen_mode -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libc-2.7.so - obj:/lib/ld-2.7.so - fun:__libc_dlopen_mode - obj:/lib/i686/cmov/libc-2.7.so - obj:/lib/i686/cmov/libc-2.7.so - obj:/lib/i686/cmov/libc-2.7.so - obj:/lib/i686/cmov/libc-2.7.so - obj:/lib/i686/cmov/libc-2.7.so - fun:iconv_open -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libc-2.7.so - obj:/lib/ld-2.7.so - fun:__libc_dlopen_mode - obj:/lib/i686/cmov/libc-2.7.so - obj:/lib/i686/cmov/libc-2.7.so - obj:/lib/i686/cmov/libc-2.7.so - obj:/lib/i686/cmov/libc-2.7.so - obj:/lib/i686/cmov/libc-2.7.so - fun:iconv_open -} - -{ - - Memcheck:Addr8 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libc-2.7.so - obj:/lib/ld-2.7.so - fun:__libc_dlopen_mode - obj:/lib/libc-2.7.so - obj:/lib/libc-2.7.so - obj:/lib/libc-2.7.so - obj:/lib/libc-2.7.so - obj:/lib/libc-2.7.so - fun:iconv_open -} - -{ - - Memcheck:Addr8 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libc-2.7.so - obj:/lib/ld-2.7.so - fun:__libc_dlopen_mode - obj:/lib/libc-2.7.so - obj:/lib/libc-2.7.so - obj:/lib/libc-2.7.so - obj:/lib/libc-2.7.so - obj:/lib/libc-2.7.so - fun:iconv_open -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen -} - -{ - - Memcheck:Addr8 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libc-2.7.so - obj:/lib/ld-2.7.so - fun:__libc_dlopen_mode -} - -{ - - Memcheck:Cond - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen -} - -{ - - Memcheck:Cond - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen -} - -{ - - Memcheck:Cond - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen -} - -{ - - Memcheck:Cond - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen -} - -{ - - Memcheck:Cond - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen -} - -{ - - Memcheck:Cond - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/i686/cmov/libdl-2.7.so - fun:dlopen -} - # suppression for a glibc bug: # http://valgrind.org/docs/manual/faq.html#faq.exit_errors> { @@ -738,175 +79,6 @@ fun:__libc_freeres } -# valgrind doesn't allow me to specify a suppression for Addr1, Addr2, Addr4 -# as Addr*, so 3 copies for that; and then 2 of each for that pesky memcpy -{ - - Memcheck:Addr1 - fun:_dl_signal_error - fun:_dl_map_object_deps - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 - fun:g_module_open -} - -{ - - Memcheck:Addr2 - fun:_dl_signal_error - fun:_dl_map_object_deps - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 - fun:g_module_open -} -{ - - Memcheck:Addr4 - fun:_dl_signal_error - fun:_dl_map_object_deps - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 - fun:g_module_open -} - -{ - - Memcheck:Addr1 - fun:memcpy - fun:_dl_signal_error - fun:_dl_map_object_deps - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 - fun:g_module_open -} - -{ - - Memcheck:Addr2 - fun:memcpy - fun:_dl_signal_error - fun:_dl_map_object_deps - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 - fun:g_module_open -} -{ - - Memcheck:Addr4 - fun:memcpy - fun:_dl_signal_error - fun:_dl_map_object_deps - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 - fun:g_module_open -} - -{ - - Memcheck:Addr8 - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/libc-2.3.*.so - obj:/lib/ld-2.3.*.so - fun:_dl_open - obj:/lib/libdl-2.3.*.so - obj:/lib/ld-2.3.*.so -} - -{ - - Memcheck:Cond - obj:/lib/ld-2.3.*.so - obj:/lib/libc-2.3.*.so - obj:/lib/ld-2.3.*.so - fun:_dl_open - obj:/lib/libdl-2.3.*.so - obj:/lib/ld-2.3.*.so - obj:/lib/libdl-2.3.*.so - fun:dlopen - fun:g_module_open - fun:gst_plugin_load_file - fun:gst_plugin_load_by_name - fun:gst_plugin_feature_load -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.3.6.so - obj:/lib/ld-2.3.6.so - obj:/lib/tls/i686/cmov/libc-2.3.6.so - obj:/lib/ld-2.3.6.so - fun:_dl_open - obj:/lib/tls/i686/cmov/libdl-2.3.6.so - obj:/lib/ld-2.3.6.so - obj:/lib/tls/i686/cmov/libdl-2.3.6.so - fun:dlopen -} - -{ - - Memcheck:Cond - obj:/lib/ld-2.3.6.so - obj:/lib/tls/i686/cmov/libc-2.3.6.so - obj:/lib/ld-2.3.6.so - fun:_dl_open - obj:/lib/tls/i686/cmov/libdl-2.3.6.so - obj:/lib/ld-2.3.6.so - obj:/lib/tls/i686/cmov/libdl-2.3.6.so - fun:dlopen -} - -{ - - Memcheck:Cond - obj:/lib/ld-2.3.6.so - obj:/lib/ld-2.3.6.so - obj:/lib/ld-2.3.6.so - obj:/lib/tls/i686/cmov/libc-2.3.6.so - obj:/lib/ld-2.3.6.so - fun:_dl_open - obj:/lib/tls/i686/cmov/libdl-2.3.6.so - obj:/lib/ld-2.3.6.so - obj:/lib/tls/i686/cmov/libdl-2.3.6.so - fun:dlopen -} - ### glib suppressions { @@ -979,46 +151,17 @@ #pthread memleaks { - Thread creation leak - Memcheck:Leak - fun:calloc - fun:allocate_dtv - fun:_dl_allocate* - fun:_dl_allocate* - fun:__pthread_initialize_minimal + pthread_create Syscall param write(buf) points to uninitialised byte(s) + Memcheck:Param + write(buf) + fun:pthread_create@@GLIBC_2.2.5 + fun:g_thread_create* + } +# nss_parse_* memleak (used by g_option_context_parse) { - Thread management leak - Memcheck:Leak - fun:calloc - fun:allocate_dtv - fun:_dl_allocate* - fun:_dl_allocate* - fun:__pthread_* -} - -{ - Thread management leak 2 - Memcheck:Leak - fun:memalign - fun:_dl_allocate* - fun:_dl_allocate* - fun:__pthread_* -} - -{ - pthread_create Syscall param write(buf) points to uninitialised byte(s) - Memcheck:Param - write(buf) - fun:pthread_create@@GLIBC_2.2.5 - fun:g_thread_create* - -} - -# nss_parse_* memleak (used by g_option_context_parse) -{ - nss_parse_* memleak + nss_parse_* memleak Memcheck:Leak fun:malloc fun:nss_parse_service_list @@ -1040,12 +183,6 @@ } { - - Memcheck:Addr8 - obj:/lib/ld-2.3.6.so -} - -{ Memcheck:Param futex(uaddr2) @@ -1062,103 +199,6 @@ } { - - Memcheck:Cond - obj:/lib/ld-2.3.6.so - obj:/lib/ld-2.3.6.so - fun:_dl_open - obj:/lib/libdl-2.3.6.so - obj:/lib/ld-2.3.6.so - obj:/lib/libdl-2.3.6.so - fun:dlopen - fun:g_module_open - fun:gst_plugin_load_file -} -# this exists in a bunch of different variations, hence the short tail/trace -{ - - Memcheck:Addr4 - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so -} -{ - - Memcheck:Addr8 - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so -} - -# More edgy suppressions (Mike) -{ - - Memcheck:Cond - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so - fun:dlopen_doit - obj:/lib/ld-2.4.so - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 -} - -{ - - Memcheck:Cond - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so - fun:dlopen_doit - obj:/lib/ld-2.4.so - fun:_dlerror_run - fun:dlopen@@GLIBC_2.1 -} - -{ - - Memcheck:Cond - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so - fun:do_sym - fun:_dl_sym -} - -# This one's overly general, but there's zero other information in the stack -# trace - just these five lines! -{ - - Memcheck:Cond - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so - obj:/lib/ld-2.4.so -} - -{ - - Memcheck:Leak - fun:calloc - obj:/lib/ld-2.4.so - fun:_dl_allocate_tls - fun:pthread_create@@GLIBC_2.1 -} - -# TLS leaks for feisty/x86 -{ - - Memcheck:Leak - fun:calloc - fun:allocate_dtv - fun:_dl_allocate_tls - fun:pthread_create@@GLIBC_2.1 -} - -{ Memcheck:Leak fun:calloc @@ -1169,12 +209,6 @@ } { - - Memcheck:Addr8 - obj:/lib/ld-2.5.so -} - -{ Memcheck:Cond fun:snd_pcm_direct_shm_create_or_connect @@ -1297,14 +331,6 @@ fun:snd_config_update_r fun:snd_config_update } -{ - - Memcheck:Leak - fun:*alloc - fun:_dl_close_worker - ... - fun:snd_config_searcha_hooks -} { @@ -1708,348 +734,6 @@ fun:FcInitLoadConfig } -# Issues with ubuntu Hardy, same crack as for previous ubuntus -{ - - Memcheck:Leak - fun:calloc - obj:* - fun:_dl_allocate_tls - fun:pthread_create@@* - obj:/usr/lib/libgthread* - fun:g_thread_* -} - -# I've made this version generic, so that it covers future modifications -# of library names -{ - - Memcheck:Leak - fun:calloc - obj:* - fun:_dl_allocate_tls - fun:pthread_create@@* - fun:g_thread_* -} - -# series of invalid read of size 4 in g_module_open for ubuntu -# hardy x86/32bit -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libdl-2.7.so - fun:dlopen - fun:g_module_open - fun:gst_plugin_load_* -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libdl-2.7.so - fun:dlopen - fun:g_module_open - fun:gst_plugin_load_* -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libdl-2.7.so - fun:dlopen - fun:g_module_open - fun:gst_plugin_load_* -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libdl-2.7.so - fun:dlopen - fun:g_module_open - fun:gst_plugin_load_* -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libdl-2.7.so - fun:dlopen - fun:g_module_open - fun:gst_plugin_load* -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libc-2.7.so - fun:_dl_sym - obj:/lib/tls/i686/cmov/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libdl-2.7.so - fun:dlsym - fun:g_module_symbol - fun:g_module_open - fun:gst_plugin_load_* -} - -# series of invalid read of size 8 in g_module_open for ubuntu -# hardy x86/64bit -{ - - Memcheck:Addr8 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libdl-2.7.so - fun:dlopen - fun:g_module_open -} - -{ - - Memcheck:Addr8 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libdl-2.7.so - fun:dlopen - fun:g_module_open -} - -{ - - Memcheck:Addr8 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libdl-2.7.so - fun:dlopen - fun:g_module_open -} - -{ - - Memcheck:Addr8 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libdl-2.7.so - fun:dlopen - fun:g_module_open -} - -{ - - Memcheck:Addr8 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libdl-2.7.so - fun:dlopen - fun:g_module_open -} - -{ - - Memcheck:Addr8 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libdl-2.7.so - fun:dlopen - fun:g_module_open -} - -{ - - Memcheck:Addr8 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libc-2.7.so - obj:/lib/libdl-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libdl-2.7.so - fun:dlsym - fun:g_module_symbol - fun:g_module_open -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libc-2.7.so - obj:/lib/ld-2.7.so - fun:__libc_dlopen_mode - fun:__nss_lookup_function - obj:/lib/tls/i686/cmov/libc-2.7.so - fun:__nss_passwd_lookup - fun:getpwnam_r -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libc-2.7.so - obj:/lib/ld-2.7.so - fun:__libc_dlopen_mode - fun:__nss_lookup_function - obj:/lib/tls/i686/cmov/libc-2.7.so - fun:__nss_passwd_lookup - fun:getpwnam_r -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libc-2.7.so - obj:/lib/ld-2.7.so - fun:__libc_dlopen_mode - fun:__nss_lookup_function - obj:/lib/tls/i686/cmov/libnss_compat-2.7.so - fun:_nss_compat_getpwnam_r - fun:getpwnam_r -} - -{ - - Memcheck:Addr4 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/tls/i686/cmov/libc-2.7.so - obj:/lib/ld-2.7.so - fun:__libc_dlopen_mode - fun:__nss_lookup_function - obj:/lib/tls/i686/cmov/libnss_compat-2.7.so - fun:_nss_compat_getpwnam_r - fun:getpwnam_r -} - -{ - - Memcheck:Addr8 - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/ld-2.7.so - obj:/lib/libc-2.7.so - obj:/lib/ld-2.7.so - fun:__libc_dlopen_mode - fun:__nss_lookup_function - obj:/lib/libc-2.7.so - fun:getpwnam_r -} - ## Leaks in ALSA (variations of leak from snd_config_load1) { @@ -2537,969 +1221,93 @@ } -## Leak of everything allocated by gst-libav plugin init -{ - - Memcheck:Leak - fun:*alloc - ... - fun:gst_ffmpeg_cfg_init -} - -## Leak of GIO module through gnomevfs - -{ - - Memcheck:Leak - fun:malloc - fun:g_malloc - fun:* - fun:* - fun:g_type_create_instance - fun:* - fun:* - fun:* - fun:* - fun:g_io_module_new - fun:g_io_modules_load_all_in_directory - fun:* - fun:get_default_vfs -} - -## Conditional jump in getaddrinfo (bilboed, gentoo ~amd64, Dec 13 2008) -{ - - Memcheck:Cond - fun:gaih_inet - fun:getaddrinfo -} - -## Dynamic pad templates in mxfmux -{ - - Memcheck:Leak - fun:malloc - fun:g_malloc - fun:g_slice_alloc - fun:gst_caps_new_empty - fun:gst_caps_from_string - fun:mxf_*_init - fun:plugin_init -} - -## We don't know if ffmpeg frees this or not and better pass a copy for safety -{ - - Memcheck:Leak - fun:malloc - fun:g_malloc - fun:g_strdup - fun:gst_ffmpeg_cfg_fill_context - fun:gst_ffmpegenc_setcaps - fun:gst_pad_set_caps -} - -## Leak/overreads with glibc-2.10 - -{ - - Memcheck:Value8 - fun:do_sym - fun:dlsym_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlsym -} -{ - - Memcheck:Cond - fun:do_sym - fun:dlsym_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlsym -} - -{ - - Memcheck:Value8 - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen* -} - -{ - - Memcheck:Value8 - fun:_dl_relocate_object - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen* -} - -{ - - Memcheck:Value8 - fun:_dl_check_map_versions - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen* -} - -{ - - Memcheck:Cond - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen* -} - -{ - - Memcheck:Cond - fun:_dl_relocate_object - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen* -} - -{ - - Memcheck:Cond - fun:_dl_check_map_versions - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen* -} - -{ - - Memcheck:Cond - fun:_dl_map_object* - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen* -} - -{ - - Memcheck:Value8 - fun:_dl_map_object* - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen* -} - -{ - - Memcheck:Value8 - fun:_dl_check_caller - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen* -} - -{ - - Memcheck:Cond - fun:_dl_check_caller - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen* -} - -{ - - Memcheck:Value8 - obj:/lib*/libc-2.10.*.so - obj:/lib*/libc-2.10.*.so - fun:_vgnU_freeres -} -{ - - Memcheck:Cond - obj:/lib*/libc-2.10.*.so - obj:/lib*/libc-2.10.*.so - fun:_vgnU_freeres -} -{ - - Memcheck:Free - fun:free - obj:/lib*/libc-2.10.*.so - obj:/lib*/libc-2.10.*.so - fun:_vgnU_freeres -} - -{ - - Memcheck:Value8 - fun:_dl_fini - fun:__run_exit_handlers - fun:exit -} - -{ - - Memcheck:Cond - fun:_dl_fini - fun:__run_exit_handlers - fun:exit -} -{ - - Memcheck:Value8 - fun:_dl_sort_fini - fun:_dl_fini - fun:__run_exit_handlers - fun:exit -} - -{ - - Memcheck:Cond - fun:_dl_sort_fini - fun:_dl_fini - fun:__run_exit_handlers - fun:exit -} - -# glibc-2.10 dl overreads -{ - - Memcheck:Value8 - fun:_dl_fixup - fun:_dl_runtime_resolve -} -{ - - Memcheck:Cond - fun:_dl_fixup - fun:_dl_runtime_resolve -} - -{ - - Memcheck:Value8 - fun:_dl_lookup_symbol_x - fun:_dl_fixup - fun:_dl_runtime_resolve -} -{ - - Memcheck:Cond - fun:_dl_lookup_symbol_x - fun:_dl_fixup - fun:_dl_runtime_resolve -} -{ - - Memcheck:Value8 - fun:call_init - fun:_dl_init -} -{ - - Memcheck:Value8 - fun:_dl_init -} -{ - - Memcheck:Value8 - fun:do_lookup_x - fun:_dl_lookup_symbol_x - fun:_dl_relocate_object - fun:dl_main -} -{ - - Memcheck:Cond - fun:do_lookup_x - fun:_dl_lookup_symbol_x - fun:_dl_relocate_object - fun:dl_main -} -{ - - Memcheck:Value8 - fun:_dl_lookup_symbol_x - fun:_dl_relocate_object - fun:dl_main -} -{ - - Memcheck:Value8 - fun:_dl_relocate_object - fun:dl_main -} -{ - - Memcheck:Value8 - fun:dl_main - fun:_dl_sysdep_start - fun:_dl_start -} -{ - - Memcheck:Cond - fun:dl_main - fun:_dl_sysdep_start - fun:_dl_start -} - -{ - - Memcheck:Cond - fun:* - fun:do_lookup_x - fun:_dl_lookup_symbol_x - fun:_dl_relocate_object - fun:dl_main -} - -{ - - Memcheck:Value8 - fun:* - fun:do_lookup_x - fun:_dl_lookup_symbol_x - fun:_dl_relocate_object - fun:dl_main -} - -{ - - Memcheck:Value8 - fun:_dl_check_map_versions - fun:_dl_check_all_versions - fun:version_check_doit - fun:_dl_receive_error - fun:dl_main -} - -{ - - Memcheck:Cond - fun:_dl_check_map_versions - fun:_dl_check_all_versions - fun:version_check_doit - fun:_dl_receive_error - fun:dl_main -} - -{ - - Memcheck:Value8 - fun:_dl_check_all_versions - fun:version_check_doit - fun:_dl_receive_error - fun:dl_main -} - -{ - - Memcheck:Cond - fun:_dl_check_all_versions - fun:version_check_doit - fun:_dl_receive_error - fun:dl_main -} - -{ - - Memcheck:Value8 - fun:* - fun:_dl_check_map_versions - fun:_dl_check_all_versions - fun:version_check_doit - fun:_dl_receive_error - fun:dl_main -} -{ - - Memcheck:Cond - fun:* - fun:_dl_check_map_versions - fun:_dl_check_all_versions - fun:version_check_doit - fun:_dl_receive_error - fun:dl_main -} - -{ - - Memcheck:Value8 - fun:init_tls - fun:dl_main -} -{ - - Memcheck:Cond - fun:init_tls - fun:dl_main -} - -{ - - Memcheck:Cond - fun:_dl_map_object_deps - fun:dl_main -} -{ - - Memcheck:Value8 - fun:_dl_map_object_deps - fun:dl_main -} - -{ - - Memcheck:Value8 - fun:_dl_protect_relro - fun:_dl_relocate_object - fun:dl_main -} - -{ - - Memcheck:Value8 - fun:* - fun:do_lookup_x - fun:_dl_lookup_symbol_x - fun:_dl_relocate_object - fun:dl_main -} - -{ - - Memcheck:Value8 - fun:_dl_setup_hash - fun:_dl_map_object_from_fd - fun:_dl_map_object -} - -{ - - Memcheck:Value8 - fun:* - fun:_dl_new_object - fun:_dl_map_object_from_fd - fun:_dl_map_object -} - -{ - - Memcheck:Cond - fun:* - fun:_dl_new_object - fun:_dl_map_object_from_fd - fun:_dl_map_object -} - -{ - - Memcheck:Value8 - fun:openaux - fun:_dl_catch_error - fun:_dl_map_object_deps - fun:dl_main -} - -{ - - Memcheck:Value8 - fun:* - fun:_dl_map_object -} - -{ - - Memcheck:Cond - fun:* - fun:_dl_map_object -} - -{ - - Memcheck:Cond - fun:_dl_map_object - fun:openaux - fun:_dl_catch_error - fun:_dl_map_object_deps - fun:dl_main -} - -{ - - Memcheck:Value8 - fun:_dl_map_object - fun:openaux - fun:_dl_catch_error - fun:_dl_map_object_deps - fun:dl_main -} - -{ - - Memcheck:Cond - fun:* - fun:_dl_map_object - fun:openaux - fun:_dl_catch_error - fun:_dl_map_object_deps - fun:dl_main -} - -{ - - Memcheck:Value8 - fun:* - fun:open_path - fun:_dl_map_object - fun:openaux - fun:_dl_catch_error - fun:_dl_map_object_deps - fun:dl_main -} - -{ - - Memcheck:Cond - fun:* - fun:open_path - fun:_dl_map_object - fun:openaux - fun:_dl_catch_error - fun:_dl_map_object_deps - fun:dl_main -} - -{ - - Memcheck:Value8 - fun:_dl_map_object_from_fd - fun:_dl_map_object -} - -{ - - Memcheck:Cond - fun:_dl_map_object_from_fd - fun:_dl_map_object -} - -{ - - Memcheck:Value8 - fun:* - fun:_dl_new_object - fun:_dl_map_object_from_fd - fun:_dl_map_object -} - -{ - - Memcheck:Value8 - fun:_dl_new_object - fun:_dl_map_object_from_fd - fun:_dl_map_object -} - -{ - - Memcheck:Cond - fun:_dl_new_object - fun:_dl_map_object_from_fd - fun:_dl_map_object -} - -{ - - Memcheck:Value8 - fun:* - fun:_dl_name_match_p - fun:_dl_map_object -} - -{ - - Memcheck:Cond - fun:* - fun:* - fun:_dl_map_object -} - -{ - - Memcheck:Value8 - fun:* - fun:_dl_name_match_p - fun:_dl_check_map_versions - fun:_dl_check_all_versions -} - -{ - - Memcheck:Value8 - fun:* - fun:* - fun:do_lookup_x - fun:_dl_lookup_symbol_x -} - -{ - - Memcheck:Cond - fun:do_lookup_x - fun:_dl_lookup_symbol_x -} - -{ - - Memcheck:Value8 - fun:do_lookup_x - fun:_dl_lookup_symbol_x -} - -{ - - Memcheck:Value8 - fun:* - fun:do_lookup_x - fun:_dl_lookup_symbol_x -} -{ - - Memcheck:Cond - fun:* - fun:do_lookup_x - fun:_dl_lookup_symbol_x -} - -{ - - Memcheck:Value8 - fun:_dl_name_match_p - fun:_dl_map_object - fun:dl_open_worker -} -{ - - Memcheck:Cond - fun:_dl_name_match_p - fun:_dl_map_object - fun:dl_open_worker -} - -{ - - Memcheck:Value8 - fun:* - fun:_dl_name_match_p - fun:_dl_map_object - fun:dl_open_worker -} -{ - - Memcheck:Cond - fun:* - fun:_dl_name_match_p - fun:_dl_map_object - fun:dl_open_worker -} - -{ - - Memcheck:Value8 - fun:_dl_lookup_symbol_x - fun:_dl_relocate_object -} -{ - - Memcheck:Cond - fun:_dl_lookup_symbol_x - fun:_dl_relocate_object -} - -{ - - Memcheck:Value8 - fun:* - fun:* - fun:_dl_check_map_versions -} -{ - - Memcheck:Value8 - fun:* - fun:_dl_check_map_versions -} -{ - - Memcheck:Cond - fun:* - fun:* - fun:_dl_check_map_versions -} -{ - - Memcheck:Cond - fun:* - fun:_dl_check_map_versions -} -{ - - Memcheck:Value8 - fun:openaux -} -{ - - Memcheck:Value8 - fun:_dl_name_match_p - fun:_dl_map_object -} - -{ - - Memcheck:Cond - fun:_dl_close_worker - fun:_dl_close - fun:_dl_catch_error - fun:dlerror_run -} -{ - - Memcheck:Value8 - fun:_dl_close_worker - fun:_dl_close - fun:_dl_catch_error - fun:dlerror_run -} -{ - - Memcheck:Cond - fun:* - fun:_dl_close_worker - fun:_dl_close - fun:_dl_catch_error - fun:dlerror_run -} -{ - - Memcheck:Value8 - fun:* - fun:_dl_close_worker - fun:_dl_close - fun:_dl_catch_error - fun:dlerror_run -} - -{ - - Memcheck:Cond - fun:fillin_rpath - fun:_dl_init_paths - fun:dl_main -} -{ - - Memcheck:Value8 - fun:fillin_rpath - fun:_dl_init_paths - fun:dl_main -} -{ - - Memcheck:Cond - fun:* - fun:fillin_rpath - fun:_dl_init_paths - fun:dl_main -} -{ - - Memcheck:Value8 - fun:* - fun:fillin_rpath - fun:_dl_init_paths - fun:dl_main -} - -{ - - Memcheck:Cond - fun:_dl_map_object - fun:map_doit - fun:_dl_catch_error - fun:do_preload - fun:dl_main -} -{ - - Memcheck:Value8 - fun:_dl_map_object - fun:map_doit - fun:_dl_catch_error - fun:do_preload - fun:dl_main -} -{ - - Memcheck:Param - open(filename) - fun:open - fun:open_verify - fun:_dl_map_object - fun:map_doit - fun:_dl_catch_error - fun:do_preload - fun:dl_main -} - -{ - - Memcheck:Param - stat(file_name) - fun:_xstat - fun:open_path - fun:_dl_map_object - fun:openaux - fun:_dl_catch_error - fun:_dl_map_object_deps - fun:dl_main -} - +## Leak of everything allocated by gst-libav plugin init { - - Memcheck:Value8 - fun:_dl_catch_error - fun:_dl_map_object_deps - fun:dl_open_worker + + Memcheck:Leak + fun:*alloc + ... + fun:gst_ffmpeg_cfg_init } +## Leak of GIO module through gnomevfs + { - - Memcheck:Cond + + Memcheck:Leak + fun:malloc + fun:g_malloc fun:* - fun:_dl_map_object_deps - fun:dl_main -} -{ - - Memcheck:Value8 fun:* - fun:_dl_map_object_deps - fun:dl_main -} - -{ - - Memcheck:Value8 + fun:g_type_create_instance fun:* fun:* - fun:_dl_map_object_deps - fun:dl_main -} - -# glibc-2.10 tls issues -{ - - Memcheck:Cond fun:* - fun:init_tls - fun:dl_main -} -{ - - Memcheck:Value8 fun:* - fun:init_tls - fun:dl_main + fun:g_io_module_new + fun:g_io_modules_load_all_in_directory + fun:* + fun:get_default_vfs } + +## Conditional jump in getaddrinfo (bilboed, gentoo ~amd64, Dec 13 2008) { - + Memcheck:Cond - fun:* - fun:* - fun:init_tls - fun:dl_main + fun:gaih_inet + fun:getaddrinfo } + +## Dynamic pad templates in mxfmux { - - Memcheck:Value8 - fun:* - fun:* - fun:init_tls - fun:dl_main + + Memcheck:Leak + fun:malloc + fun:g_malloc + fun:g_slice_alloc + fun:gst_caps_new_empty + fun:gst_caps_from_string + fun:mxf_*_init + fun:plugin_init } +## We don't know if ffmpeg frees this or not and better pass a copy for safety { - - Memcheck:Cond - fun:_dl_allocate_tls_init - fun:dl_main + + Memcheck:Leak + fun:malloc + fun:g_malloc + fun:g_strdup + fun:gst_ffmpeg_cfg_fill_context + fun:gst_ffmpegenc_setcaps + fun:gst_pad_set_caps } + { Memcheck:Value8 - fun:_dl_allocate_tls_init - fun:dl_main + obj:/lib*/libc-2.10.*.so + obj:/lib*/libc-2.10.*.so + fun:_vgnU_freeres } { Memcheck:Cond - fun:* - fun:_dl_allocate_tls_init - fun:dl_main + obj:/lib*/libc-2.10.*.so + obj:/lib*/libc-2.10.*.so + fun:_vgnU_freeres } { - - Memcheck:Value8 - fun:* - fun:_dl_allocate_tls_init - fun:dl_main + + Memcheck:Free + fun:free + obj:/lib*/libc-2.10.*.so + obj:/lib*/libc-2.10.*.so + fun:_vgnU_freeres } +# glibc-2.10 dl overreads + { Memcheck:Cond @@ -3515,96 +1323,11 @@ arch_prctl(arg2) fun:init_tls } -# GLib caching tmp/home directories (glibc-2.10 variants) -{ - - Memcheck:Cond - fun:* - fun:dl_open_worker - fun:* - fun:* - fun:* - fun:_dl_catch_error - fun:dlerror_run - fun:* - fun:__nss_lookup_function - fun:__nss_lookup - fun:getpwnam* -} -{ - - Memcheck:Value8 - fun:* - fun:dl_open_worker - fun:* - fun:* - fun:* - fun:_dl_catch_error - fun:dlerror_run - fun:* - fun:__nss_lookup_function - fun:__nss_lookup - fun:getpwnam* -} -{ - - Memcheck:Cond - fun:dl_open_worker - fun:* - fun:* - fun:do_dlopen - fun:* - fun:dlerror_run - fun:* - fun:__nss_lookup_function - fun:__nss_lookup - fun:getpwnam* -} -{ - - Memcheck:Value8 - fun:dl_open_worker - fun:* - fun:* - fun:do_dlopen - fun:* - fun:dlerror_run - fun:* - fun:__nss_lookup_function - fun:__nss_lookup - fun:getpwnam* -} - -{ - - Memcheck:Value8 - fun:_dl_add_to_slotinfo - fun:dl_main -} -{ - - Memcheck:Param - open(filename) - fun:open - fun:open_verify - fun:open_path - fun:_dl_map_object -} - - # GModule issues with glibc-2.10 { Memcheck:Value8 - fun:* - fun:* - fun:dlsym - fun:g_module_symbol -} -{ - - Memcheck:Value8 fun:g_module_* fun:gst_plugin* } @@ -3616,40 +1339,6 @@ fun:gst_plugin* } -{ - - Memcheck:Value8 - fun:* - fun:* - fun:dlopen* - fun:g_module_open -} -{ - - Memcheck:Value8 - fun:* - fun:* - fun:* - fun:* - fun:* - fun:* - fun:* - fun:dlsym - fun:g_module_symbol -} - -{ - - Memcheck:Value8 - fun:* - fun:* - fun:* - fun:* - fun:* - fun:dlopen* - fun:g_module_open -} - # Leak in GSlice { @@ -3668,131 +1357,6 @@ fun:__pthread_initialize_minimal } -# glibc 2.11 conditional -{ - - Memcheck:Cond - fun:_dl_relocate_object - fun:dl_main - fun:_dl_sysdep_start - fun:_dl_start - obj:/lib64/ld-2.11.so -} - -# glibc 2.11 Leak - -{ - - Memcheck:Leak - fun:*alloc - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.2.5 -} - -{ - - Memcheck:Leak - fun:*alloc - fun:_dl_* - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.2.5 -} - -{ - - Memcheck:Leak - fun:*alloc - fun:_dl_* - fun:_dl_* - fun:_dl_* - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.2.5 -} - -{ - - Memcheck:Leak - fun:*alloc - fun:* - fun:_dl_* - fun:openaux - fun:_dl_catch_error - fun:_dl_map_object_deps - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.2.5 -} - -{ - - Memcheck:Leak - fun:*alloc - fun:* - fun:_dl_map_object - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.2.5 -} - -{ - - Memcheck:Leak - fun:*alloc - fun:_dl_new_object - fun:_dl_map_object_from_fd - fun:_dl_map_object - fun:openaux - fun:_dl_catch_error - fun:_dl_map_object_deps - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.2.5 -} - -{ - - Memcheck:Leak - fun:*alloc - fun:* - fun:_dl_* - fun:_dl_* - fun:_dl_* - fun:dl_open_worker - fun:_dl_catch_error - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_error - fun:_dlerror_run - fun:dlopen@@GLIBC_2.2.5 -} - # glib type leaks { @@ -4033,4 +1597,46 @@ ... fun:g_slist_prepend fun:gst_debug_add_log_function -} \ No newline at end of file +} +{ + + Memcheck:Addr1 + ... + obj:*/ld-*.so + ... +} +{ + + Memcheck:Addr2 + ... + obj:*/ld-*.so + ... +} +{ + + Memcheck:Addr4 + ... + obj:*/ld-*.so + ... +} +{ + + Memcheck:Addr8 + ... + obj:*/ld-*.so + ... +} +{ + + Memcheck:Leak + ... + obj:*/ld-*.so + ... +} +{ + + Memcheck:Cond + ... + obj:*/ld-*.so + ... +} diff -Nru gst-plugins-ugly1.0-1.14.4/common/gtk-doc-plugins.mak gst-plugins-ugly1.0-1.15.1/common/gtk-doc-plugins.mak --- gst-plugins-ugly1.0-1.14.4/common/gtk-doc-plugins.mak 2018-03-23 20:44:59.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/common/gtk-doc-plugins.mak 2018-07-27 22:57:07.000000000 +0000 @@ -121,7 +121,9 @@ @if test x"$(srcdir)" != x. ; then \ for f in $(SCANOBJ_FILES) $(SCAN_FILES); \ do \ - if test -e $(srcdir)/$$f; then cp -u $(srcdir)/$$f . ; fi; \ + if test -e $(srcdir)/$$f; then \ + cp -u $(srcdir)/$$f . || cp $(srcdir)/$$f . ; \ + fi; \ done; \ fi; \ mkdir -p $(INSPECT_DIR); \ @@ -155,7 +157,9 @@ @if test x"$(srcdir)" != x. ; then \ for f in $(SCANOBJ_FILES) $(SCAN_FILES); \ do \ - if test -e $(srcdir)/$$f; then cp -u $(srcdir)/$$f . ; fi; \ + if test -e $(srcdir)/$$f; then \ + cp -u $(srcdir)/$$f . || cp $(srcdir)/$$f .; \ + fi; \ done; \ fi @_source_dir='' ; \ @@ -308,7 +312,7 @@ endif # wildcard is apparently not portable to other makes, hence the use of find -inspect_files = $(shell find $(srcdir)/$(INSPECT_DIR) -name '*.xml') +inspect_files = $(sort $(shell find $(srcdir)/$(INSPECT_DIR) -name '*.xml')) check-inspected-versions: @echo Checking plugin versions of inspected plugin data ...; \ diff -Nru gst-plugins-ugly1.0-1.14.4/configure gst-plugins-ugly1.0-1.15.1/configure --- gst-plugins-ugly1.0-1.14.4/configure 2018-10-02 22:03:46.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/configure 2019-01-17 02:01:11.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for GStreamer Ugly Plug-ins 1.14.4. +# Generated by GNU Autoconf 2.69 for GStreamer Ugly Plug-ins 1.15.1. # # Report bugs to . # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='GStreamer Ugly Plug-ins' PACKAGE_TARNAME='gst-plugins-ugly' -PACKAGE_VERSION='1.14.4' -PACKAGE_STRING='GStreamer Ugly Plug-ins 1.14.4' +PACKAGE_VERSION='1.15.1' +PACKAGE_STRING='GStreamer Ugly Plug-ins 1.15.1' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer' PACKAGE_URL='' @@ -1646,7 +1646,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GStreamer Ugly Plug-ins 1.14.4 to adapt to many kinds of systems. +\`configure' configures GStreamer Ugly Plug-ins 1.15.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1719,7 +1719,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins 1.14.4:";; + short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins 1.15.1:";; esac cat <<\_ACEOF @@ -1951,7 +1951,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GStreamer Ugly Plug-ins configure 1.14.4 +GStreamer Ugly Plug-ins configure 1.15.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2857,7 +2857,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GStreamer Ugly Plug-ins $as_me 1.14.4, which was +It was created by GStreamer Ugly Plug-ins $as_me 1.15.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3836,7 +3836,7 @@ # Define the identity of the package. PACKAGE='gst-plugins-ugly' - VERSION='1.14.4' + VERSION='1.15.1' cat >>confdefs.h <<_ACEOF @@ -4047,9 +4047,9 @@ - PACKAGE_VERSION_MAJOR=$(echo 1.14.4 | cut -d'.' -f1) - PACKAGE_VERSION_MINOR=$(echo 1.14.4 | cut -d'.' -f2) - PACKAGE_VERSION_MICRO=$(echo 1.14.4 | cut -d'.' -f3) + PACKAGE_VERSION_MAJOR=$(echo 1.15.1 | cut -d'.' -f1) + PACKAGE_VERSION_MINOR=$(echo 1.15.1 | cut -d'.' -f2) + PACKAGE_VERSION_MICRO=$(echo 1.15.1 | cut -d'.' -f3) @@ -4060,7 +4060,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5 $as_echo_n "checking nano version... " >&6; } - NANO=$(echo 1.14.4 | cut -d'.' -f4) + NANO=$(echo 1.15.1 | cut -d'.' -f4) if test x"$NANO" = x || test "x$NANO" = "x0" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5 @@ -7297,11 +7297,8 @@ test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm - if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 - (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && test -s "$nlist"; then + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" @@ -8894,10 +8891,10 @@ done - GST_CURRENT=1404 + GST_CURRENT=1501 GST_REVISION=0 - GST_AGE=1404 - GST_LIBVERSION=1404:0:1404 + GST_AGE=1501 + GST_LIBVERSION=1501:0:1501 @@ -13525,8 +13522,8 @@ -GST_REQ=1.14.4 -GSTPB_REQ=1.14.4 +GST_REQ=1.15.1 +GSTPB_REQ=1.15.1 @@ -19030,7 +19027,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' else GXX=no @@ -19522,7 +19519,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then @@ -19587,7 +19584,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then @@ -19926,7 +19923,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' else # FIXME: insert proper C++ library support @@ -20010,7 +20007,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' else # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. @@ -20021,7 +20018,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' fi hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir' @@ -28214,7 +28211,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GStreamer Ugly Plug-ins $as_me 1.14.4, which was +This file was extended by GStreamer Ugly Plug-ins $as_me 1.15.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -28280,7 +28277,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -GStreamer Ugly Plug-ins config.status 1.14.4 +GStreamer Ugly Plug-ins config.status 1.15.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru gst-plugins-ugly1.0-1.14.4/configure.ac gst-plugins-ugly1.0-1.15.1/configure.ac --- gst-plugins-ugly1.0-1.14.4/configure.ac 2018-10-02 22:03:34.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/configure.ac 2019-01-17 02:00:58.000000000 +0000 @@ -5,7 +5,7 @@ dnl initialize autoconf dnl releases only do -Wall, cvs and prerelease does -Werror too dnl use a three digit version number for releases, and four for cvs/prerelease -AC_INIT([GStreamer Ugly Plug-ins],[1.14.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly]) +AC_INIT([GStreamer Ugly Plug-ins],[1.15.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly]) AG_GST_INIT @@ -42,11 +42,11 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION", [GStreamer API Version]) -AS_LIBTOOL(GST, 1404, 0, 1404) +AS_LIBTOOL(GST, 1501, 0, 1501) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.14.4 -GSTPB_REQ=1.14.4 +GST_REQ=1.15.1 +GSTPB_REQ=1.15.1 dnl *** autotools stuff **** diff -Nru gst-plugins-ugly1.0-1.14.4/debian/build-deps gst-plugins-ugly1.0-1.15.1/debian/build-deps --- gst-plugins-ugly1.0-1.14.4/debian/build-deps 2018-10-03 11:02:07.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/debian/build-deps 2019-01-17 15:25:42.000000000 +0000 @@ -9,14 +9,14 @@ @GST_EXTRA_BUILD_DEPENDS@ @GST_LIB_DEV_DEP@ gstreamer@GST_ABI@-doc -gstreamer@GST_ABI@-plugins-base (>= 1.14.4) +gstreamer@GST_ABI@-plugins-base (>= 1.15.1) gstreamer@GST_ABI@-plugins-base-doc gtk-doc-tools (>= 1.12) liba52-0.7.4-dev libcdio-dev (>= 0.76) libdvdread-dev (>= 0.9.0) libglib2.0-dev (>= 2.40) -libgstreamer-plugins-base@GST_ABI@-dev (>= 1.14.4) +libgstreamer-plugins-base@GST_ABI@-dev (>= 1.15.1) libmpeg2-4-dev (>= 0.5.1) libopencore-amrnb-dev (>= 0.1.3) libopencore-amrwb-dev (>= 0.1.3) diff -Nru gst-plugins-ugly1.0-1.14.4/debian/build-deps.in gst-plugins-ugly1.0-1.15.1/debian/build-deps.in --- gst-plugins-ugly1.0-1.14.4/debian/build-deps.in 2018-10-03 11:02:03.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/debian/build-deps.in 2019-01-17 15:24:32.000000000 +0000 @@ -1,6 +1,6 @@ @GST_LIB_DEV_DEP@ @GST_EXTRA_BUILD_DEPENDS@ -libgstreamer-plugins-base@GST_ABI@-dev (>= 1.14.4) +libgstreamer-plugins-base@GST_ABI@-dev (>= 1.15.1) autotools-dev dh-autoreconf automake (>= 1.14) @@ -18,7 +18,7 @@ libmpeg2-4-dev (>= 0.5.1) libsidplay1-dev libdvdread-dev (>= 0.9.0) -gstreamer@GST_ABI@-plugins-base (>= 1.14.4) +gstreamer@GST_ABI@-plugins-base (>= 1.15.1) libcdio-dev (>= 0.76) libopencore-amrnb-dev (>= 0.1.3) libopencore-amrwb-dev (>= 0.1.3) diff -Nru gst-plugins-ugly1.0-1.14.4/debian/changelog gst-plugins-ugly1.0-1.15.1/debian/changelog --- gst-plugins-ugly1.0-1.14.4/debian/changelog 2018-11-11 00:33:33.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/debian/changelog 2019-01-17 15:25:44.000000000 +0000 @@ -1,8 +1,20 @@ -gst-plugins-ugly1.0 (1.14.4-1build1) disco; urgency=medium +gst-plugins-ugly1.0 (1.15.1-1) experimental; urgency=medium - * No-change rebuild against latest x264 + * New upstream development release + + debian/rules: + - Update GStreamer dependency. + * debian/control.in: + + Remove Loïc Minier from Uploaders. He didn't work on the packages in a + very long time. - -- Jeremy Bicha Sat, 10 Nov 2018 19:33:33 -0500 + Thanks a lot for his past work! + * debian/rules: + + Only build documentation if we build the documentation package. Thanks + to Simon McVittie for the patch. + * debian/patches/0001-sid-Fix-cross-compilation-by-using-AC_TRY_LINK-inste.patch: + + Fix cross-compilation of the sidplay plugin (Closes: #917899). + + -- Sebastian Dröge Thu, 17 Jan 2019 17:25:44 +0200 gst-plugins-ugly1.0 (1.14.4-1) unstable; urgency=medium diff -Nru gst-plugins-ugly1.0-1.14.4/debian/control gst-plugins-ugly1.0-1.15.1/debian/control --- gst-plugins-ugly1.0-1.14.4/debian/control 2018-10-03 11:02:07.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/debian/control 2019-01-17 15:25:42.000000000 +0000 @@ -2,8 +2,7 @@ Section: libs Priority: optional Maintainer: Maintainers of GStreamer packages -Uploaders: Loic Minier , - Sebastian Dröge +Uploaders: Sebastian Dröge Build-Depends: autoconf (>= 2.69), automake (>= 1.14), autopoint (>= 0.17), @@ -12,16 +11,16 @@ debhelper (>= 9), dh-autoreconf, dpkg-dev (>= 1.15.1), - libgstreamer1.0-dev (>= 1.14.4), + libgstreamer1.0-dev (>= 1.15.1), gstreamer1.0-doc, - gstreamer1.0-plugins-base (>= 1.14.4), + gstreamer1.0-plugins-base (>= 1.15.1), gstreamer1.0-plugins-base-doc, gtk-doc-tools (>= 1.12), liba52-0.7.4-dev, libcdio-dev (>= 0.76), libdvdread-dev (>= 0.9.0), libglib2.0-dev (>= 2.40), - libgstreamer-plugins-base1.0-dev (>= 1.14.4), + libgstreamer-plugins-base1.0-dev (>= 1.15.1), libmpeg2-4-dev (>= 0.5.1), libopencore-amrnb-dev (>= 0.1.3), libopencore-amrwb-dev (>= 0.1.3), diff -Nru gst-plugins-ugly1.0-1.14.4/debian/control.in gst-plugins-ugly1.0-1.15.1/debian/control.in --- gst-plugins-ugly1.0-1.14.4/debian/control.in 2018-09-17 07:03:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/debian/control.in 2019-01-17 15:25:39.000000000 +0000 @@ -2,8 +2,7 @@ Section: libs Priority: optional Maintainer: Maintainers of GStreamer packages -Uploaders: Loic Minier , - Sebastian Dröge +Uploaders: Sebastian Dröge Build-Depends: BUILDDEPS Standards-Version: 3.9.3 Vcs-Git: https://salsa.debian.org/gstreamer-team/gst-plugins-ugly1.0.git diff -Nru gst-plugins-ugly1.0-1.14.4/debian/patches/0001-sid-Fix-cross-compilation-by-using-AC_TRY_LINK-inste.patch gst-plugins-ugly1.0-1.15.1/debian/patches/0001-sid-Fix-cross-compilation-by-using-AC_TRY_LINK-inste.patch --- gst-plugins-ugly1.0-1.14.4/debian/patches/0001-sid-Fix-cross-compilation-by-using-AC_TRY_LINK-inste.patch 1970-01-01 00:00:00.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/debian/patches/0001-sid-Fix-cross-compilation-by-using-AC_TRY_LINK-inste.patch 2019-01-17 15:25:44.000000000 +0000 @@ -0,0 +1,34 @@ +From 248f174c3ed1bdfea20fe580a035e35caa8bdf34 Mon Sep 17 00:00:00 2001 +From: Helmut Grohne +Date: Thu, 17 Jan 2019 17:29:38 +0200 +Subject: [PATCH] sid: Fix cross-compilation by using AC_TRY_LINK instead of + AC_TRY_RUN + +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917899 +--- + m4/gst-sid.m4 | 8 ++------ + 1 file changed, 2 insertions(+), 6 deletions(-) + +diff --git a/m4/gst-sid.m4 b/m4/gst-sid.m4 +index 8ae28772..3ba8a38c 100644 +--- a/m4/gst-sid.m4 ++++ b/m4/gst-sid.m4 +@@ -16,13 +16,9 @@ if test $HAVE_SIDPLAY = "yes"; then + + LIBS="-lsidplay" + +- AC_TRY_RUN([ +- #include +- int main() +- { sidTune tune = sidTune(0); } +- ], ++ AC_TRY_LINK([#include ], ++ [sidTune tune = sidTune(0);], + HAVE_SIDPLAY="yes", +- HAVE_SIDPLAY="no", + HAVE_SIDPLAY="no") + + LIBS="$ac_libs_safe" +-- +2.20.1 + diff -Nru gst-plugins-ugly1.0-1.14.4/debian/patches/series gst-plugins-ugly1.0-1.15.1/debian/patches/series --- gst-plugins-ugly1.0-1.14.4/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/debian/patches/series 2019-01-17 15:25:44.000000000 +0000 @@ -0,0 +1 @@ +0001-sid-Fix-cross-compilation-by-using-AC_TRY_LINK-inste.patch diff -Nru gst-plugins-ugly1.0-1.14.4/debian/rules gst-plugins-ugly1.0-1.15.1/debian/rules --- gst-plugins-ugly1.0-1.14.4/debian/rules 2018-10-03 11:02:06.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/debian/rules 2019-01-17 15:25:23.000000000 +0000 @@ -47,7 +47,7 @@ gst_lib=libgstreamer$(gst_abi)-0 gst_lib_dev=libgstreamer$(gst_abi)-dev # what gstreamer version is needed -gst_lib_dev_dep=$(gst_lib_dev) (>= 1.14.4) +gst_lib_dev_dep=$(gst_lib_dev) (>= 1.15.1) gst_pkgname=gstreamer$(gst_abi) gst_deb_abi=$(gst_abi)-0 @@ -68,6 +68,8 @@ VERSIONIZE= \ plugins-ugly-doc.install \ +binaries := $(shell dh_listpackages) + # debug package DEB_DH_STRIP_ARGS := --dbg-package=$(gst_pkgname)-plugins-ugly-dbg @@ -153,12 +155,11 @@ --with-package-origin=$(GST_PACKAGE_ORIGIN) \ --with-x264-libraries=$(X264_LIBRARY_PATHS) -# only build the docs on arches which can -ifeq (,$(findstring $(DEB_HOST_ARCH),m68k arm)) +# Only build documentation if we are building the -doc package +ifneq ($(filter $(gst_pkgname)-doc,$(binaries)),) DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc endif - clean:: # get rid of the sym links for i in $(PLUGINS); do \ diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html 2019-01-17 02:02:39.000000000 +0000 @@ -42,7 +42,7 @@

version

-1.14.4 +1.15.1

run-time license

@@ -50,7 +50,7 @@

package

-GStreamer Ugly Plug-ins source release +GStreamer Ugly Plug-ins git

origin

diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html 2019-01-17 02:02:39.000000000 +0000 @@ -42,7 +42,7 @@

version

-1.14.4 +1.15.1

run-time license

@@ -50,7 +50,7 @@

package

-GStreamer Ugly Plug-ins source release +GStreamer Ugly Plug-ins git

origin

diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html 2019-01-17 02:02:39.000000000 +0000 @@ -42,7 +42,7 @@

version

-1.14.4 +1.15.1

run-time license

@@ -50,7 +50,7 @@

package

-GStreamer Ugly Plug-ins source release +GStreamer Ugly Plug-ins git

origin

diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html 2019-01-17 02:02:39.000000000 +0000 @@ -42,7 +42,7 @@

version

-1.14.4 +1.15.1

run-time license

@@ -50,7 +50,7 @@

package

-GStreamer Ugly Plug-ins source release +GStreamer Ugly Plug-ins git

origin

diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html 2019-01-17 02:02:39.000000000 +0000 @@ -42,7 +42,7 @@

version

-1.14.4 +1.15.1

run-time license

@@ -50,7 +50,7 @@

package

-GStreamer Ugly Plug-ins source release +GStreamer Ugly Plug-ins git

origin

diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html 2019-01-17 02:02:39.000000000 +0000 @@ -42,7 +42,7 @@

version

-1.14.4 +1.15.1

run-time license

@@ -50,7 +50,7 @@

package

-GStreamer Ugly Plug-ins source release +GStreamer Ugly Plug-ins git

origin

diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html 2019-01-17 02:02:39.000000000 +0000 @@ -42,7 +42,7 @@

version

-1.14.4 +1.15.1

run-time license

@@ -50,7 +50,7 @@

package

-GStreamer Ugly Plug-ins source release +GStreamer Ugly Plug-ins git

origin

diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html 2019-01-17 02:02:39.000000000 +0000 @@ -42,7 +42,7 @@

version

-1.14.4 +1.15.1

run-time license

@@ -50,7 +50,7 @@

package

-GStreamer Ugly Plug-ins source release +GStreamer Ugly Plug-ins git

origin

diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html 2019-01-17 02:02:39.000000000 +0000 @@ -42,7 +42,7 @@

version

-1.14.4 +1.15.1

run-time license

@@ -50,7 +50,7 @@

package

-GStreamer Ugly Plug-ins source release +GStreamer Ugly Plug-ins git

origin

diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html 2019-01-17 02:02:39.000000000 +0000 @@ -42,7 +42,7 @@

version

-1.14.4 +1.15.1

run-time license

@@ -50,7 +50,7 @@

package

-GStreamer Ugly Plug-ins source release +GStreamer Ugly Plug-ins git

origin

diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html 2019-01-17 02:02:39.000000000 +0000 @@ -42,7 +42,7 @@

version

-1.14.4 +1.15.1

run-time license

@@ -50,7 +50,7 @@

package

-GStreamer Ugly Plug-ins source release +GStreamer Ugly Plug-ins git

origin

diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html 2019-01-17 02:02:39.000000000 +0000 @@ -42,7 +42,7 @@

version

-1.14.4 +1.15.1

run-time license

@@ -50,7 +50,7 @@

package

-GStreamer Ugly Plug-ins source release +GStreamer Ugly Plug-ins git

origin

diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html 2019-01-17 02:02:39.000000000 +0000 @@ -41,7 +41,7 @@

version

-1.14.4 +1.15.1

run-time license

@@ -49,7 +49,7 @@

package

-GStreamer Ugly Plug-ins source release +GStreamer Ugly Plug-ins git

origin

diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/html/index.html gst-plugins-ugly1.0-1.15.1/docs/plugins/html/index.html --- gst-plugins-ugly1.0-1.14.4/docs/plugins/html/index.html 2018-10-02 22:04:16.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/html/index.html 2019-01-17 02:02:39.000000000 +0000 @@ -15,7 +15,7 @@
diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-a52dec.xml gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-a52dec.xml --- gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-a52dec.xml 2018-10-02 22:04:13.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-a52dec.xml 2019-01-17 02:02:30.000000000 +0000 @@ -3,7 +3,7 @@ Decodes ATSC A/52 encoded audio streams ../../ext/a52dec/.libs/libgsta52dec.so libgsta52dec.so - 1.14.4 + 1.15.1 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-amrnb.xml gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-amrnb.xml --- gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-amrnb.xml 2018-10-02 22:04:13.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-amrnb.xml 2019-01-17 02:02:30.000000000 +0000 @@ -3,7 +3,7 @@ Adaptive Multi-Rate Narrow-Band ../../ext/amrnb/.libs/libgstamrnb.so libgstamrnb.so - 1.14.4 + 1.15.1 unknown gst-plugins-ugly GStreamer Ugly Plug-ins source release diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-amrwbdec.xml gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-amrwbdec.xml --- gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-amrwbdec.xml 2018-10-02 22:04:13.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-amrwbdec.xml 2019-01-17 02:02:30.000000000 +0000 @@ -3,7 +3,7 @@ Adaptive Multi-Rate Wide-Band Decoder ../../ext/amrwbdec/.libs/libgstamrwbdec.so libgstamrwbdec.so - 1.14.4 + 1.15.1 unknown gst-plugins-ugly GStreamer Ugly Plug-ins source release diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-asf.xml gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-asf.xml --- gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-asf.xml 2018-10-02 22:04:13.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-asf.xml 2019-01-17 02:02:30.000000000 +0000 @@ -3,7 +3,7 @@ Demuxes and muxes audio and video in Microsofts ASF format ../../gst/asfdemux/.libs/libgstasf.so libgstasf.so - 1.14.4 + 1.15.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-cdio.xml gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-cdio.xml --- gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-cdio.xml 2018-10-02 22:04:13.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-cdio.xml 2019-01-17 02:02:30.000000000 +0000 @@ -3,7 +3,7 @@ Read audio from audio CDs ../../ext/cdio/.libs/libgstcdio.so libgstcdio.so - 1.14.4 + 1.15.1 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-dvdlpcmdec.xml gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-dvdlpcmdec.xml --- gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-dvdlpcmdec.xml 2018-10-02 22:04:13.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-dvdlpcmdec.xml 2019-01-17 02:02:30.000000000 +0000 @@ -3,7 +3,7 @@ Decode DVD LPCM frames into standard PCM ../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so libgstdvdlpcmdec.so - 1.14.4 + 1.15.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-dvdread.xml gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-dvdread.xml --- gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-dvdread.xml 2018-10-02 22:04:13.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-dvdread.xml 2019-01-17 02:02:30.000000000 +0000 @@ -3,7 +3,7 @@ Access a DVD with dvdread ../../ext/dvdread/.libs/libgstdvdread.so libgstdvdread.so - 1.14.4 + 1.15.1 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-dvdsub.xml gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-dvdsub.xml --- gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-dvdsub.xml 2018-10-02 22:04:13.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-dvdsub.xml 2019-01-17 02:02:30.000000000 +0000 @@ -3,7 +3,7 @@ DVD subtitle parser and decoder ../../gst/dvdsub/.libs/libgstdvdsub.so libgstdvdsub.so - 1.14.4 + 1.15.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-mpeg2dec.xml gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-mpeg2dec.xml --- gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-mpeg2dec.xml 2018-10-02 22:04:13.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-mpeg2dec.xml 2019-01-17 02:02:30.000000000 +0000 @@ -3,7 +3,7 @@ LibMpeg2 decoder ../../ext/mpeg2dec/.libs/libgstmpeg2dec.so libgstmpeg2dec.so - 1.14.4 + 1.15.1 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-realmedia.xml gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-realmedia.xml --- gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-realmedia.xml 2018-10-02 22:04:13.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-realmedia.xml 2019-01-17 02:02:30.000000000 +0000 @@ -3,7 +3,7 @@ RealMedia support plugins ../../gst/realmedia/.libs/libgstrealmedia.so libgstrealmedia.so - 1.14.4 + 1.15.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-sid.xml gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-sid.xml --- gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-sid.xml 2018-10-02 22:04:13.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-sid.xml 2019-01-17 02:02:30.000000000 +0000 @@ -3,7 +3,7 @@ Uses libsidplay to decode .sid files ../../ext/sidplay/.libs/libgstsid.so libgstsid.so - 1.14.4 + 1.15.1 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-x264.xml gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-x264.xml --- gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-x264.xml 2018-10-02 22:04:13.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-x264.xml 2019-01-17 02:02:30.000000000 +0000 @@ -3,7 +3,7 @@ libx264-based H264 plugins ../../ext/x264/.libs/libgstx264.so libgstx264.so - 1.14.4 + 1.15.1 GPL gst-plugins-ugly GStreamer Ugly Plug-ins source release @@ -20,7 +20,7 @@ sink sink always -
video/x-raw, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ], format=(string){ Y444, Y42B, I420, YV12, NV12 }
+
video/x-raw, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ], format=(string){ Y444, Y42B, I420, YV12, NV12, Y444_10LE, I422_10LE, I420_10LE }
src diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-xingmux.xml gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-xingmux.xml --- gst-plugins-ugly1.0-1.14.4/docs/plugins/inspect/plugin-xingmux.xml 2018-10-02 22:04:13.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/inspect/plugin-xingmux.xml 2019-01-17 02:02:30.000000000 +0000 @@ -3,7 +3,7 @@ Add XING tags to mpeg audio files ../../gst/xingmux/.libs/libgstxingmux.so libgstxingmux.so - 1.14.4 + 1.15.1 LGPL gst-plugins-ugly GStreamer Ugly Plug-ins source release diff -Nru gst-plugins-ugly1.0-1.14.4/docs/plugins/Makefile.in gst-plugins-ugly1.0-1.15.1/docs/plugins/Makefile.in --- gst-plugins-ugly1.0-1.14.4/docs/plugins/Makefile.in 2018-10-02 22:03:48.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/docs/plugins/Makefile.in 2019-01-17 02:01:13.000000000 +0000 @@ -610,7 +610,7 @@ MAINTAINERCLEANFILES = $(MAINTAINER_DOC_STAMPS) # wildcard is apparently not portable to other makes, hence the use of find -inspect_files = $(shell find $(srcdir)/$(INSPECT_DIR) -name '*.xml') +inspect_files = $(sort $(shell find $(srcdir)/$(INSPECT_DIR) -name '*.xml')) all: all-am .SUFFIXES: @@ -888,7 +888,9 @@ @ENABLE_GTK_DOC_TRUE@ @if test x"$(srcdir)" != x. ; then \ @ENABLE_GTK_DOC_TRUE@ for f in $(SCANOBJ_FILES) $(SCAN_FILES); \ @ENABLE_GTK_DOC_TRUE@ do \ -@ENABLE_GTK_DOC_TRUE@ if test -e $(srcdir)/$$f; then cp -u $(srcdir)/$$f . ; fi; \ +@ENABLE_GTK_DOC_TRUE@ if test -e $(srcdir)/$$f; then \ +@ENABLE_GTK_DOC_TRUE@ cp -u $(srcdir)/$$f . || cp $(srcdir)/$$f . ; \ +@ENABLE_GTK_DOC_TRUE@ fi; \ @ENABLE_GTK_DOC_TRUE@ done; \ @ENABLE_GTK_DOC_TRUE@ fi; \ @ENABLE_GTK_DOC_TRUE@ mkdir -p $(INSPECT_DIR); \ @@ -922,7 +924,9 @@ @ENABLE_GTK_DOC_TRUE@ @if test x"$(srcdir)" != x. ; then \ @ENABLE_GTK_DOC_TRUE@ for f in $(SCANOBJ_FILES) $(SCAN_FILES); \ @ENABLE_GTK_DOC_TRUE@ do \ -@ENABLE_GTK_DOC_TRUE@ if test -e $(srcdir)/$$f; then cp -u $(srcdir)/$$f . ; fi; \ +@ENABLE_GTK_DOC_TRUE@ if test -e $(srcdir)/$$f; then \ +@ENABLE_GTK_DOC_TRUE@ cp -u $(srcdir)/$$f . || cp $(srcdir)/$$f .; \ +@ENABLE_GTK_DOC_TRUE@ fi; \ @ENABLE_GTK_DOC_TRUE@ done; \ @ENABLE_GTK_DOC_TRUE@ fi @ENABLE_GTK_DOC_TRUE@ @_source_dir='' ; \ diff -Nru gst-plugins-ugly1.0-1.14.4/ext/a52dec/meson.build gst-plugins-ugly1.0-1.15.1/ext/a52dec/meson.build --- gst-plugins-ugly1.0-1.14.4/ext/a52dec/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/ext/a52dec/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -1,6 +1,14 @@ -a52_dep = cc.find_library('a52', required : false) +if get_option('a52dec').disabled() + subdir_done() +endif + +a52_dep = cc.find_library('a52', required : get_option('a52dec')) +have_a52_h = cc.has_header_symbol('a52dec/a52.h', 'a52_init', prefix : '#include ') +if not have_a52_h and get_option('a52dec').enabled() + error('a52dec plugin enabled but a52.h not found') +endif -if a52_dep.found() and cc.has_header_symbol('a52dec/a52.h', 'a52_init', prefix : '#include ') +if a52_dep.found() and have_a52_h a52dec = library('gsta52dec', 'gsta52dec.c', c_args : ugly_args, @@ -9,4 +17,5 @@ install : true, install_dir : plugins_install_dir, ) + pkgconfig.generate(a52dec, install_dir : plugins_pkgconfig_install_dir) endif diff -Nru gst-plugins-ugly1.0-1.14.4/ext/amrnb/meson.build gst-plugins-ugly1.0-1.15.1/ext/amrnb/meson.build --- gst-plugins-ugly1.0-1.14.4/ext/amrnb/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/ext/amrnb/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -1,4 +1,4 @@ -amrnb_dep = dependency('opencore-amrnb', version : '>= 0.1.3', required : false) +amrnb_dep = dependency('opencore-amrnb', version : '>= 0.1.3', required : get_option('amrnb')) if amrnb_dep.found() amrnb = library('gstamrnb', @@ -9,5 +9,6 @@ install : true, install_dir : plugins_install_dir, ) + pkgconfig.generate(amrnb, install_dir : plugins_pkgconfig_install_dir) install_data(sources: 'GstAmrnbEnc.prs', install_dir: presetdir) endif diff -Nru gst-plugins-ugly1.0-1.14.4/ext/amrwbdec/meson.build gst-plugins-ugly1.0-1.15.1/ext/amrwbdec/meson.build --- gst-plugins-ugly1.0-1.14.4/ext/amrwbdec/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/ext/amrwbdec/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -1,4 +1,4 @@ -amrwb_dep = dependency('opencore-amrwb', version : '>= 0.1.3', required : false) +amrwb_dep = dependency('opencore-amrwb', version : '>= 0.1.3', required : get_option('amrwbdec')) if amrwb_dep.found() amrwbdec = library('gstamrwbdec', @@ -9,4 +9,5 @@ install : true, install_dir : plugins_install_dir, ) + pkgconfig.generate(amrwbdec, install_dir : plugins_pkgconfig_install_dir) endif diff -Nru gst-plugins-ugly1.0-1.14.4/ext/cdio/meson.build gst-plugins-ugly1.0-1.15.1/ext/cdio/meson.build --- gst-plugins-ugly1.0-1.14.4/ext/cdio/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/ext/cdio/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -1,4 +1,4 @@ -cdio_dep = dependency('libcdio', version : '>= 0.76', required : false) +cdio_dep = dependency('libcdio', version : '>= 0.76', required : get_option('cdio')) if cdio_dep.found() cdio = library('gstcdio', @@ -9,4 +9,5 @@ install : true, install_dir : plugins_install_dir, ) + pkgconfig.generate(cdio, install_dir : plugins_pkgconfig_install_dir) endif diff -Nru gst-plugins-ugly1.0-1.14.4/ext/dvdread/meson.build gst-plugins-ugly1.0-1.15.1/ext/dvdread/meson.build --- gst-plugins-ugly1.0-1.14.4/ext/dvdread/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/ext/dvdread/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -1,5 +1,6 @@ -gmodule_dep = dependency('gmodule-2.0', required : false) -dvdread_dep = dependency('dvdread', version : '>= 0.5.0', required : false) +gmodule_dep = dependency('gmodule-2.0', fallback : ['glib', 'libgmodule_dep'], + required : get_option('dvdread')) +dvdread_dep = dependency('dvdread', version : '>= 0.5.0', required : get_option('dvdread')) if gmodule_dep.found() and dvdread_dep.found() dvdread = library('gstdvdread', @@ -10,4 +11,5 @@ install : true, install_dir : plugins_install_dir, ) + pkgconfig.generate(dvdread, install_dir : plugins_pkgconfig_install_dir) endif diff -Nru gst-plugins-ugly1.0-1.14.4/ext/mpeg2dec/meson.build gst-plugins-ugly1.0-1.15.1/ext/mpeg2dec/meson.build --- gst-plugins-ugly1.0-1.14.4/ext/mpeg2dec/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/ext/mpeg2dec/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -1,4 +1,4 @@ -mpeg2_dep = dependency('libmpeg2', version : '>= 0.4.0', required : false) +mpeg2_dep = dependency('libmpeg2', version : '>= 0.4.0', required : get_option('mpeg2dec')) if mpeg2_dep.found() mpeg2dec = library('gstmpeg2dec', @@ -9,4 +9,5 @@ install : true, install_dir : plugins_install_dir, ) + pkgconfig.generate(mpeg2dec, install_dir : plugins_pkgconfig_install_dir) endif diff -Nru gst-plugins-ugly1.0-1.14.4/ext/sidplay/meson.build gst-plugins-ugly1.0-1.15.1/ext/sidplay/meson.build --- gst-plugins-ugly1.0-1.14.4/ext/sidplay/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/ext/sidplay/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -1,21 +1,12 @@ # sidplay plugin works with libsidplay 1.36.x (not 2.x.x) have_sidplay = false -if add_languages('cpp') - extra_args = [] - cxx = meson.get_compiler('cpp') - if cxx.has_argument('-fvisibility=hidden') - extra_args += ['-fvisibility=hidden'] - endif - if cxx.has_argument('-fno-strict-aliasing') - extra_args += ['-fno-strict-aliasing'] - endif - +if have_cxx and not get_option('sidplay').disabled() if cxx.has_header('sidplay/player.h') sid_code = '''#include void somefunc (void) { sidTune tune = sidTune(0); }''' - sidplay_dep = cxx.find_library('sidplay', required: false) + sidplay_dep = cxx.find_library('sidplay', required: get_option('sidplay')) if sidplay_dep.found() have_sidplay = cxx.compiles(sid_code, dependencies: sidplay_dep, name : 'sidplay') endif @@ -24,9 +15,11 @@ if have_sidplay shared_module('gstsid', 'gstsiddec.cc', - cpp_args : ugly_args + extra_args, + cpp_args : ugly_args, include_directories : [configinc], dependencies : [gstaudio_dep, sidplay_dep], install : true, install_dir : plugins_install_dir) +elif get_option('sidplay').enabled() + error('sidplay plugin enabled but dependencies not found') endif diff -Nru gst-plugins-ugly1.0-1.14.4/ext/x264/gstx264enc.c gst-plugins-ugly1.0-1.15.1/ext/x264/gstx264enc.c --- gst-plugins-ugly1.0-1.14.4/ext/x264/gstx264enc.c 2018-09-08 12:05:46.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/ext/x264/gstx264enc.c 2018-09-24 09:09:27.000000000 +0000 @@ -133,7 +133,6 @@ const x264_level_t (*x264_levels)[]; void (*x264_param_apply_fastfirstpass) (x264_param_t *); int (*x264_param_apply_profile) (x264_param_t *, const char *); - void (*x264_param_default) (x264_param_t *); int (*x264_param_default_preset) (x264_param_t *, const char *preset, const char *tune); int (*x264_param_parse) (x264_param_t *, const char *name, const char *value); @@ -186,7 +185,6 @@ LOAD_SYMBOL (x264_levels); LOAD_SYMBOL (x264_param_apply_fastfirstpass); LOAD_SYMBOL (x264_param_apply_profile); - LOAD_SYMBOL (x264_param_default); LOAD_SYMBOL (x264_param_default_preset); LOAD_SYMBOL (x264_param_parse); @@ -1520,12 +1518,6 @@ g_assert (encoder->vtable != NULL); - encoder->vtable->x264_param_default (&encoder->x264param); - /* log callback setup; part of parameters */ - encoder->x264param.pf_log = gst_x264_enc_log_callback; - encoder->x264param.p_log_private = encoder; - encoder->x264param.i_log_level = X264_LOG_DEBUG; - gst_x264_enc_build_tunings_string (encoder); /* set x264 parameters and use preset/tuning if present */ @@ -1590,7 +1582,8 @@ encoder->x264param.i_bitdepth = GST_VIDEO_INFO_COMP_DEPTH (info, 0); #endif encoder->x264param.i_csp = - gst_x264_enc_gst_to_x264_video_format (info->finfo->format, NULL); + gst_x264_enc_gst_to_x264_video_format (info->finfo->format, + &encoder->x264_nplanes); if (info->fps_d == 0 || info->fps_n == 0) { /* No FPS so must use VFR * This raises latency apparently see http://mewiki.project357.com/wiki/X264_Encoding_Suggestions */ @@ -2386,7 +2379,7 @@ x264_picture_t pic_in; gint i_nal, i; FrameData *fdata; - gint nplanes = 0; + gint nplanes = encoder->x264_nplanes; if (G_UNLIKELY (encoder->x264enc == NULL)) goto not_inited; @@ -2401,8 +2394,7 @@ if (!fdata) goto invalid_frame; - pic_in.img.i_csp = - gst_x264_enc_gst_to_x264_video_format (info->finfo->format, &nplanes); + pic_in.img.i_csp = encoder->x264param.i_csp; pic_in.img.i_plane = nplanes; for (i = 0; i < nplanes; i++) { pic_in.img.plane[i] = GST_VIDEO_FRAME_COMP_DATA (&fdata->vframe, i); @@ -2976,7 +2968,6 @@ default_vtable.x264_param_apply_fastfirstpass = x264_param_apply_fastfirstpass; default_vtable.x264_param_apply_profile = x264_param_apply_profile; - default_vtable.x264_param_default = x264_param_default; default_vtable.x264_param_default_preset = x264_param_default_preset; default_vtable.x264_param_parse = x264_param_parse; diff -Nru gst-plugins-ugly1.0-1.14.4/ext/x264/gstx264enc.h gst-plugins-ugly1.0-1.15.1/ext/x264/gstx264enc.h --- gst-plugins-ugly1.0-1.14.4/ext/x264/gstx264enc.h 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/ext/x264/gstx264enc.h 2018-09-24 09:09:27.000000000 +0000 @@ -123,6 +123,9 @@ const gchar *peer_profile; gboolean peer_intra_profile; gint peer_level_idc; + + /* cached values to set x264_picture_t */ + gint x264_nplanes; }; struct _GstX264EncClass diff -Nru gst-plugins-ugly1.0-1.14.4/ext/x264/meson.build gst-plugins-ugly1.0-1.15.1/ext/x264/meson.build --- gst-plugins-ugly1.0-1.14.4/ext/x264/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/ext/x264/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -2,7 +2,7 @@ 'gstx264enc.c', ] -x264_dep = dependency('x264', required : false) +x264_dep = dependency('x264', required : get_option('x264')) if x264_dep.found() x264_libraries = get_option('x264_libraries') @@ -19,6 +19,7 @@ install : true, install_dir : plugins_install_dir, ) + pkgconfig.generate(gstx264, install_dir : plugins_pkgconfig_install_dir) install_data(sources: 'GstX264Enc.prs', install_dir: presetdir) endif diff -Nru gst-plugins-ugly1.0-1.14.4/gst/asfdemux/meson.build gst-plugins-ugly1.0-1.15.1/gst/asfdemux/meson.build --- gst-plugins-ugly1.0-1.14.4/gst/asfdemux/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/gst/asfdemux/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -17,3 +17,4 @@ install : true, install_dir : plugins_install_dir, ) +pkgconfig.generate(gstasf, install_dir : plugins_pkgconfig_install_dir) diff -Nru gst-plugins-ugly1.0-1.14.4/gst/dvdlpcmdec/meson.build gst-plugins-ugly1.0-1.15.1/gst/dvdlpcmdec/meson.build --- gst-plugins-ugly1.0-1.14.4/gst/dvdlpcmdec/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/gst/dvdlpcmdec/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -10,3 +10,4 @@ install : true, install_dir : plugins_install_dir, ) +pkgconfig.generate(gstdvdlpcmdec, install_dir : plugins_pkgconfig_install_dir) diff -Nru gst-plugins-ugly1.0-1.14.4/gst/dvdsub/gstdvdsubdec.c gst-plugins-ugly1.0-1.15.1/gst/dvdsub/gstdvdsubdec.c --- gst-plugins-ugly1.0-1.14.4/gst/dvdsub/gstdvdsubdec.c 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/gst/dvdsub/gstdvdsubdec.c 2018-07-27 22:57:04.000000000 +0000 @@ -950,10 +950,13 @@ break; } case GST_EVENT_CUSTOM_DOWNSTREAM:{ - GstClockTime ts = GST_EVENT_TIMESTAMP (event); if (gst_event_has_name (event, "application/x-gst-dvd")) { - if (GST_CLOCK_TIME_IS_VALID (ts)) + const GstStructure *s = gst_event_get_structure (event); + GstClockTime ts = GST_CLOCK_TIME_NONE; + + if (gst_structure_get_clock_time (s, "ts", &ts) + && GST_CLOCK_TIME_IS_VALID (ts)) gst_dvd_sub_dec_advance_time (dec, ts); if (gst_dvd_sub_dec_handle_dvd_event (dec, event)) { diff -Nru gst-plugins-ugly1.0-1.14.4/gst/dvdsub/meson.build gst-plugins-ugly1.0-1.15.1/gst/dvdsub/meson.build --- gst-plugins-ugly1.0-1.14.4/gst/dvdsub/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/gst/dvdsub/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -11,3 +11,4 @@ install : true, install_dir : plugins_install_dir, ) +pkgconfig.generate(gstdvdsub, install_dir : plugins_pkgconfig_install_dir) diff -Nru gst-plugins-ugly1.0-1.14.4/gst/meson.build gst-plugins-ugly1.0-1.15.1/gst/meson.build --- gst-plugins-ugly1.0-1.14.4/gst/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/gst/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -1,5 +1,5 @@ -subdir('asfdemux') -subdir('dvdlpcmdec') -subdir('dvdsub') -subdir('realmedia') -subdir('xingmux') +foreach plugin : ['asfdemux', 'dvdlpcmdec', 'dvdsub', 'realmedia', 'xingmux'] + if not get_option(plugin).disabled() + subdir(plugin) + endif +endforeach diff -Nru gst-plugins-ugly1.0-1.14.4/gst/realmedia/meson.build gst-plugins-ugly1.0-1.15.1/gst/realmedia/meson.build --- gst-plugins-ugly1.0-1.14.4/gst/realmedia/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/gst/realmedia/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -21,3 +21,4 @@ install : true, install_dir : plugins_install_dir, ) +pkgconfig.generate(gstrmdemux, install_dir : plugins_pkgconfig_install_dir) diff -Nru gst-plugins-ugly1.0-1.14.4/gst/xingmux/meson.build gst-plugins-ugly1.0-1.15.1/gst/xingmux/meson.build --- gst-plugins-ugly1.0-1.14.4/gst/xingmux/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/gst/xingmux/meson.build 2018-07-27 22:57:04.000000000 +0000 @@ -11,3 +11,4 @@ install : true, install_dir : plugins_install_dir, ) +pkgconfig.generate(gstxingmux, install_dir : plugins_pkgconfig_install_dir) diff -Nru gst-plugins-ugly1.0-1.14.4/gst-plugins-ugly.doap gst-plugins-ugly1.0-1.15.1/gst-plugins-ugly.doap --- gst-plugins-ugly1.0-1.14.4/gst-plugins-ugly.doap 2018-10-02 22:03:34.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/gst-plugins-ugly.doap 2019-01-17 02:00:58.000000000 +0000 @@ -28,48 +28,18 @@ - - + + - 1.14.4 - 1.14 + 1.15.1 + master - 2018-10-02 - - - - - - - 1.14.3 - 1.14 - - 2018-09-16 - - - - - - - 1.14.2 - 1.14 - - 2018-07-20 - - - - - - - 1.14.1 - 1.14 - - 2018-05-17 - + 2019-01-17 + diff -Nru gst-plugins-ugly1.0-1.14.4/ltmain.sh gst-plugins-ugly1.0-1.15.1/ltmain.sh --- gst-plugins-ugly1.0-1.14.4/ltmain.sh 2018-10-02 22:03:42.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/ltmain.sh 2019-01-17 02:01:07.000000000 +0000 @@ -31,7 +31,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.6 Debian-2.4.6-2.1" +VERSION="2.4.6 Debian-2.4.6-7" package_revision=2.4.6 @@ -64,7 +64,7 @@ # libraries, which are installed to $pkgauxdir. # Set a version string for this script. -scriptversion=2015-10-12.13; # UTC +scriptversion=2015-01-20.17; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 @@ -580,16 +580,16 @@ { $debug_cmd - func_quote_arg pretty "$2" - eval "$1+=\\ \$func_quote_arg_result" + func_quote_for_eval "$2" + eval "$1+=\\ \$func_quote_for_eval_result" }' else func_append_quoted () { $debug_cmd - func_quote_arg pretty "$2" - eval "$1=\$$1\\ \$func_quote_arg_result" + func_quote_for_eval "$2" + eval "$1=\$$1\\ \$func_quote_for_eval_result" } fi @@ -1091,181 +1091,85 @@ } -# func_quote_portable EVAL ARG -# ---------------------------- -# Internal function to portably implement func_quote_arg. Note that we still -# keep attention to performance here so we as much as possible try to avoid -# calling sed binary (so far O(N) complexity as long as func_append is O(1)). -func_quote_portable () +# func_quote_for_eval ARG... +# -------------------------- +# Aesthetically quote ARGs to be evaled later. +# This function returns two values: +# i) func_quote_for_eval_result +# double-quoted, suitable for a subsequent eval +# ii) func_quote_for_eval_unquoted_result +# has all characters that are still active within double +# quotes backslashified. +func_quote_for_eval () { $debug_cmd - func_quote_portable_result=$2 - - # one-time-loop (easy break) - while true - do - if $1; then - func_quote_portable_result=`$ECHO "$2" | $SED \ - -e "$sed_double_quote_subst" -e "$sed_double_backslash"` - break - fi - - # Quote for eval. - case $func_quote_portable_result in + func_quote_for_eval_unquoted_result= + func_quote_for_eval_result= + while test 0 -lt $#; do + case $1 in *[\\\`\"\$]*) - case $func_quote_portable_result in - *[\[\*\?]*) - func_quote_portable_result=`$ECHO "$func_quote_portable_result" | $SED "$sed_quote_subst"` - break - ;; - esac + _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; + *) + _G_unquoted_arg=$1 ;; + esac + if test -n "$func_quote_for_eval_unquoted_result"; then + func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" + else + func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg" + fi - func_quote_portable_old_IFS=$IFS - for _G_char in '\' '`' '"' '$' - do - # STATE($1) PREV($2) SEPARATOR($3) - set start "" "" - func_quote_portable_result=dummy"$_G_char$func_quote_portable_result$_G_char"dummy - IFS=$_G_char - for _G_part in $func_quote_portable_result - do - case $1 in - quote) - func_append func_quote_portable_result "$3$2" - set quote "$_G_part" "\\$_G_char" - ;; - start) - set first "" "" - func_quote_portable_result= - ;; - first) - set quote "$_G_part" "" - ;; - esac - done - done - IFS=$func_quote_portable_old_IFS + case $_G_unquoted_arg in + # Double-quote args containing shell metacharacters to delay + # word splitting, command substitution and variable expansion + # for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + _G_quoted_arg=\"$_G_unquoted_arg\" ;; - *) ;; + *) + _G_quoted_arg=$_G_unquoted_arg + ;; esac - break - done - func_quote_portable_unquoted_result=$func_quote_portable_result - case $func_quote_portable_result in - # double-quote args containing shell metacharacters to delay - # word splitting, command substitution and variable expansion - # for a subsequent eval. - # many bourne shells cannot handle close brackets correctly - # in scan sets, so we specify it separately. - *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - func_quote_portable_result=\"$func_quote_portable_result\" - ;; - esac + if test -n "$func_quote_for_eval_result"; then + func_append func_quote_for_eval_result " $_G_quoted_arg" + else + func_append func_quote_for_eval_result "$_G_quoted_arg" + fi + shift + done } -# func_quotefast_eval ARG -# ----------------------- -# Quote one ARG (internal). This is equivalent to 'func_quote_arg eval ARG', -# but optimized for speed. Result is stored in $func_quotefast_eval. -if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then - func_quotefast_eval () - { - printf -v func_quotefast_eval_result %q "$1" - } -else - func_quotefast_eval () - { - func_quote_portable false "$1" - func_quotefast_eval_result=$func_quote_portable_result - } -fi - +# func_quote_for_expand ARG +# ------------------------- +# Aesthetically quote ARG to be evaled later; same as above, +# but do not quote variable references. +func_quote_for_expand () +{ + $debug_cmd -# func_quote_arg MODEs ARG -# ------------------------ -# Quote one ARG to be evaled later. MODEs argument may contain zero ore more -# specifiers listed below separated by ',' character. This function returns two -# values: -# i) func_quote_arg_result -# double-quoted (when needed), suitable for a subsequent eval -# ii) func_quote_arg_unquoted_result -# has all characters that are still active within double -# quotes backslashified. Available only if 'unquoted' is specified. -# -# Available modes: -# ---------------- -# 'eval' (default) -# - escape shell special characters -# 'expand' -# - the same as 'eval'; but do not quote variable references -# 'pretty' -# - request aesthetic output, i.e. '"a b"' instead of 'a\ b'. This might -# later used in func_quote to get output like: 'echo "a b"' instead of -# 'echo a\ b'. This is slower than default on some shells. -# 'unquoted' -# - produce also $func_quote_arg_unquoted_result which does not contain -# wrapping double-quotes. -# -# Examples for 'func_quote_arg pretty,unquoted string': -# -# string | *_result | *_unquoted_result -# ------------+-----------------------+------------------- -# " | \" | \" -# a b | "a b" | a b -# "a b" | "\"a b\"" | \"a b\" -# * | "*" | * -# z="${x-$y}" | "z=\"\${x-\$y}\"" | z=\"\${x-\$y}\" -# -# Examples for 'func_quote_arg pretty,unquoted,expand string': -# -# string | *_result | *_unquoted_result -# --------------+---------------------+-------------------- -# z="${x-$y}" | "z=\"${x-$y}\"" | z=\"${x-$y}\" -func_quote_arg () -{ - _G_quote_expand=false - case ,$1, in - *,expand,*) - _G_quote_expand=: - ;; + case $1 in + *[\\\`\"]*) + _G_arg=`$ECHO "$1" | $SED \ + -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;; + *) + _G_arg=$1 ;; esac - case ,$1, in - *,pretty,*|*,expand,*|*,unquoted,*) - func_quote_portable $_G_quote_expand "$2" - func_quote_arg_result=$func_quote_portable_result - func_quote_arg_unquoted_result=$func_quote_portable_unquoted_result - ;; - *) - # Faster quote-for-eval for some shells. - func_quotefast_eval "$2" - func_quote_arg_result=$func_quotefast_eval_result + case $_G_arg in + # Double-quote args containing shell metacharacters to delay + # word splitting and command substitution for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + _G_arg=\"$_G_arg\" ;; esac -} - -# func_quote MODEs ARGs... -# ------------------------ -# Quote all ARGs to be evaled later and join them into single command. See -# func_quote_arg's description for more info. -func_quote () -{ - $debug_cmd - _G_func_quote_mode=$1 ; shift - func_quote_result= - while test 0 -lt $#; do - func_quote_arg "$_G_func_quote_mode" "$1" - if test -n "$func_quote_result"; then - func_append func_quote_result " $func_quote_arg_result" - else - func_append func_quote_result "$func_quote_arg_result" - fi - shift - done + func_quote_for_expand_result=$_G_arg } @@ -1311,8 +1215,8 @@ _G_cmd=$1 _G_fail_exp=${2-':'} - func_quote_arg pretty,expand "$_G_cmd" - eval "func_notquiet $func_quote_arg_result" + func_quote_for_expand "$_G_cmd" + eval "func_notquiet $func_quote_for_expand_result" $opt_dry_run || { eval "$_G_cmd" @@ -1337,8 +1241,8 @@ _G_fail_exp=${2-':'} $opt_quiet || { - func_quote_arg expand,pretty "$_G_cmd" - eval "func_echo $func_quote_arg_result" + func_quote_for_expand "$_G_cmd" + eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || { @@ -1466,7 +1370,7 @@ #! /bin/sh # Set a version string for this script. -scriptversion=2015-10-12.13; # UTC +scriptversion=2015-10-07.11; # UTC # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 @@ -1676,8 +1580,8 @@ # ' # # No change in '$@' (ignored completely by this hook). There is # # no need to do the equivalent (but slower) action: -# # func_quote eval ${1+"$@"} -# # my_options_prep_result=$func_quote_result +# # func_quote_for_eval ${1+"$@"} +# # my_options_prep_result=$func_quote_for_eval_result # false # } # func_add_hook func_options_prep my_options_prep @@ -1713,8 +1617,8 @@ # done # # if $args_changed; then -# func_quote eval ${1+"$@"} -# my_silent_option_result=$func_quote_result +# func_quote_for_eval ${1+"$@"} +# my_silent_option_result=$func_quote_for_eval_result # fi # # $args_changed @@ -1781,8 +1685,8 @@ if $_G_rc_options; then func_options_result=$_G_res_var else - func_quote eval ${1+"$@"} - func_options_result=$func_quote_result + func_quote_for_eval ${1+"$@"} + func_options_result=$func_quote_for_eval_result fi $_G_rc_options @@ -1925,8 +1829,8 @@ if $_G_rc_parse_options; then # save modified positional parameters for caller - func_quote eval ${1+"$@"} - func_parse_options_result=$func_quote_result + func_quote_for_eval ${1+"$@"} + func_parse_options_result=$func_quote_for_eval_result fi $_G_rc_parse_options @@ -2237,7 +2141,7 @@ compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) - version: $progname $scriptversion Debian-2.4.6-2.1 + version: $progname $scriptversion Debian-2.4.6-7 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` @@ -2471,8 +2375,8 @@ if $_G_rc_lt_options_prep; then # Pass back the list of options. - func_quote eval ${1+"$@"} - libtool_options_prep_result=$func_quote_result + func_quote_for_eval ${1+"$@"} + libtool_options_prep_result=$func_quote_for_eval_result fi $_G_rc_lt_options_prep @@ -2578,8 +2482,8 @@ if $_G_rc_lt_parse_options; then # save modified positional parameters for caller - func_quote eval ${1+"$@"} - libtool_parse_options_result=$func_quote_result + func_quote_for_eval ${1+"$@"} + libtool_parse_options_result=$func_quote_for_eval_result fi $_G_rc_lt_parse_options @@ -2639,8 +2543,8 @@ } # Pass back the unparsed argument list - func_quote eval ${1+"$@"} - libtool_validate_options_result=$func_quote_result + func_quote_for_eval ${1+"$@"} + libtool_validate_options_result=$func_quote_for_eval_result } func_add_hook func_validate_options libtool_validate_options @@ -3606,8 +3510,8 @@ esac done - func_quote_arg pretty "$libobj" - test "X$libobj" != "X$func_quote_arg_result" \ + func_quote_for_eval "$libobj" + test "X$libobj" != "X$func_quote_for_eval_result" \ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ && func_warning "libobj name '$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" @@ -3680,8 +3584,8 @@ func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 srcfile=$func_to_tool_file_result - func_quote_arg pretty "$srcfile" - qsrcfile=$func_quote_arg_result + func_quote_for_eval "$srcfile" + qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. if test yes = "$build_libtool_libs"; then @@ -4284,8 +4188,8 @@ case $nonopt in *shtool*) :;; *) false;; esac then # Aesthetically quote it. - func_quote_arg pretty "$nonopt" - install_prog="$func_quote_arg_result " + func_quote_for_eval "$nonopt" + install_prog="$func_quote_for_eval_result " arg=$1 shift else @@ -4295,8 +4199,8 @@ # The real first argument should be the name of the installation program. # Aesthetically quote it. - func_quote_arg pretty "$arg" - func_append install_prog "$func_quote_arg_result" + func_quote_for_eval "$arg" + func_append install_prog "$func_quote_for_eval_result" install_shared_prog=$install_prog case " $install_prog " in *[\\\ /]cp\ *) install_cp=: ;; @@ -4353,12 +4257,12 @@ esac # Aesthetically quote the argument. - func_quote_arg pretty "$arg" - func_append install_prog " $func_quote_arg_result" + func_quote_for_eval "$arg" + func_append install_prog " $func_quote_for_eval_result" if test -n "$arg2"; then - func_quote_arg pretty "$arg2" + func_quote_for_eval "$arg2" fi - func_append install_shared_prog " $func_quote_arg_result" + func_append install_shared_prog " $func_quote_for_eval_result" done test -z "$install_prog" && \ @@ -4369,8 +4273,8 @@ if test -n "$install_override_mode" && $no_mode; then if $install_cp; then :; else - func_quote_arg pretty "$install_override_mode" - func_append install_shared_prog " -m $func_quote_arg_result" + func_quote_for_eval "$install_override_mode" + func_append install_shared_prog " -m $func_quote_for_eval_result" fi fi @@ -4666,8 +4570,8 @@ relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_quiet || { - func_quote_arg expand,pretty "$relink_command" - eval "func_echo $func_quote_arg_result" + func_quote_for_expand "$relink_command" + eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else @@ -5446,8 +5350,7 @@ if test \"\$libtool_execute_magic\" != \"$magic\"; then file=\"\$0\"" - func_quote_arg pretty "$ECHO" - qECHO=$func_quote_arg_result + qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` $ECHO "\ # A function that is used when there is no print builtin or printf. @@ -5457,7 +5360,7 @@ \$1 _LTECHO_EOF' } - ECHO=$qECHO + ECHO=\"$qECHO\" fi # Very basic option parsing. These options are (a) specific to @@ -6800,9 +6703,9 @@ while test "$#" -gt 0; do arg=$1 shift - func_quote_arg pretty,unquoted "$arg" - qarg=$func_quote_arg_unquoted_result - func_append libtool_args " $func_quote_arg_result" + func_quote_for_eval "$arg" + qarg=$func_quote_for_eval_unquoted_result + func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then @@ -7400,9 +7303,9 @@ save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs - func_quote_arg pretty "$flag" - func_append arg " $func_quote_arg_result" - func_append compiler_flags " $func_quote_arg_result" + func_quote_for_eval "$flag" + func_append arg " $func_quote_for_eval_result" + func_append compiler_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" @@ -7416,10 +7319,10 @@ save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs - func_quote_arg pretty "$flag" - func_append arg " $wl$func_quote_arg_result" - func_append compiler_flags " $wl$func_quote_arg_result" - func_append linker_flags " $func_quote_arg_result" + func_quote_for_eval "$flag" + func_append arg " $wl$func_quote_for_eval_result" + func_append compiler_flags " $wl$func_quote_for_eval_result" + func_append linker_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" @@ -7443,8 +7346,8 @@ # -msg_* for osf cc -msg_*) - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result ;; # Flags to be passed through unchanged, with rationale: @@ -7468,8 +7371,8 @@ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ -specs=*|-fsanitize=*) - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result func_append compile_command " $arg" func_append finalize_command " $arg" func_append compiler_flags " $arg" @@ -7490,15 +7393,15 @@ continue else # Otherwise treat like 'Some other compiler flag' below - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result fi ;; # Some other compiler flag. -* | +*) - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result ;; *.$objext) @@ -7618,8 +7521,8 @@ *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. - func_quote_arg pretty "$arg" - arg=$func_quote_arg_result + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result ;; esac # arg @@ -10131,8 +10034,8 @@ for cmd in $concat_cmds; do IFS=$save_ifs $opt_quiet || { - func_quote_arg expand,pretty "$cmd" - eval "func_echo $func_quote_arg_result" + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? @@ -10225,8 +10128,8 @@ eval cmd=\"$cmd\" IFS=$save_ifs $opt_quiet || { - func_quote_arg expand,pretty "$cmd" - eval "func_echo $func_quote_arg_result" + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? @@ -10700,12 +10603,12 @@ elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else - func_quote_arg pretty "$var_value" - relink_command="$var=$func_quote_arg_result; export $var; $relink_command" + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done - func_quote_arg pretty,unquoted "(cd `pwd`; $relink_command)" - relink_command=$func_quote_arg_unquoted_result + relink_command="(cd `pwd`; $relink_command)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. @@ -10945,14 +10848,13 @@ elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else - func_quote_arg pretty,unquoted "$var_value" - relink_command="$var=$func_quote_arg_unquoted_result; export $var; $relink_command" + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" - func_quote_arg pretty,unquoted "$relink_command" - relink_command=$func_quote_arg_unquoted_result + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` if test yes = "$hardcode_automatic"; then relink_command= fi diff -Nru gst-plugins-ugly1.0-1.14.4/m4/libtool.m4 gst-plugins-ugly1.0-1.15.1/m4/libtool.m4 --- gst-plugins-ugly1.0-1.14.4/m4/libtool.m4 2018-10-02 22:03:42.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/m4/libtool.m4 2019-01-17 02:01:07.000000000 +0000 @@ -4063,7 +4063,8 @@ if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm - if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then + $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD + if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" @@ -6438,7 +6439,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' else GXX=no @@ -6813,7 +6814,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then @@ -6878,7 +6879,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then @@ -7217,7 +7218,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' else # FIXME: insert proper C++ library support @@ -7301,7 +7302,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' else # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. @@ -7312,7 +7313,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' diff -Nru gst-plugins-ugly1.0-1.14.4/meson.build gst-plugins-ugly1.0-1.15.1/meson.build --- gst-plugins-ugly1.0-1.14.4/meson.build 2018-10-02 22:03:34.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/meson.build 2019-01-17 02:00:58.000000000 +0000 @@ -1,6 +1,6 @@ project('gst-plugins-ugly', 'c', - version : '1.14.4', - meson_version : '>= 0.40.1', + version : '1.15.1', + meson_version : '>= 0.47', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) @@ -14,6 +14,7 @@ else gst_version_nano = 0 endif +gst_version_is_dev = gst_version_minor % 2 == 1 and gst_version_micro < 90 have_cxx = add_languages('cpp', required : false) @@ -22,9 +23,12 @@ api_version = '1.0' -plugins_install_dir = '@0@/gstreamer-1.0'.format(get_option('libdir')) +plugins_install_dir = join_paths(get_option('libdir'), 'gstreamer-1.0') cc = meson.get_compiler('c') +if have_cxx + cxx = meson.get_compiler('cpp') +endif if cc.get_id() == 'msvc' # Ignore several spurious warnings for things gstreamer does very commonly @@ -36,6 +40,7 @@ '/wd4146', # unary minus on unsigned (beware INT_MIN) '/wd4244', # lossy type conversion (e.g. double -> int) '/wd4305', # truncating type conversion (e.g. double -> float) + cc.get_supported_arguments(['/utf-8']), # set the input encoding to utf-8 language : 'c') # Disable SAFESEH with MSVC for plugins and libs that use external deps that # are built with MinGW @@ -44,14 +49,11 @@ noseh_link_args = [] endif -# Symbol visibility -if cc.has_argument('-fvisibility=hidden') - add_project_arguments('-fvisibility=hidden', language: 'c') +if cc.has_link_argument('-Wl,-Bsymbolic-functions') + add_project_link_arguments('-Wl,-Bsymbolic-functions', language : 'c') endif - -# Disable strict aliasing -if cc.has_argument('-fno-strict-aliasing') - add_project_arguments('-fno-strict-aliasing', language: 'c') +if have_cxx and cxx.has_link_argument('-Wl,-Bsymbolic-functions') + add_project_link_arguments('-Wl,-Bsymbolic-functions', language : 'cpp') endif cdata = configuration_data() @@ -77,25 +79,7 @@ endforeach check_functions = [ -# check token HAVE_CPU_ALPHA -# check token HAVE_CPU_ARM -# check token HAVE_CPU_CRIS -# check token HAVE_CPU_CRISV32 -# check token HAVE_CPU_HPPA -# check token HAVE_CPU_I386 -# check token HAVE_CPU_IA64 -# check token HAVE_CPU_M68K -# check token HAVE_CPU_MIPS -# check token HAVE_CPU_PPC -# check token HAVE_CPU_PPC64 -# check token HAVE_CPU_S390 -# check token HAVE_CPU_SPARC -# check token HAVE_CPU_X86_64 - ['HAVE_DCGETTEXT', 'dcgettext'], -# check token HAVE_EXPERIMENTAL -# check token HAVE_EXTERNAL -# check token HAVE_GETTEXT -# check token HAVE_VALGRIND + ['HAVE_DCGETTEXT', 'dcgettext'], # FIXME: this looks unused ] foreach f : check_functions @@ -110,13 +94,14 @@ cdata.set('SIZEOF_SHORT', cc.sizeof('short')) cdata.set('SIZEOF_VOIDP', cc.sizeof('void*')) -cdata.set('VERSION', '"@0@"'.format(gst_version)) -cdata.set('PACKAGE', '"gst-plugins-ugly"') -cdata.set('GETTEXT_PACKAGE', '"gst-plugins-ugly-1.0"') -cdata.set('GST_LICENSE', '"LGPL"') +cdata.set_quoted('VERSION', gst_version) +cdata.set_quoted('PACKAGE', 'gst-plugins-ugly') +cdata.set_quoted('GST_LICENSE', 'LGPL') +cdata.set_quoted('GETTEXT_PACKAGE', 'gst-plugins-ugly-1.0') +cdata.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir'))) # GStreamer package name and origin url -gst_package_name = get_option('with-package-name') +gst_package_name = get_option('package-name') if gst_package_name == '' if gst_version_nano == 0 gst_package_name = 'GStreamer Ugly Plug-ins source release' @@ -127,7 +112,7 @@ endif endif cdata.set_quoted('GST_PACKAGE_NAME', gst_package_name) -cdata.set_quoted('GST_PACKAGE_ORIGIN', get_option('with-package-origin')) +cdata.set_quoted('GST_PACKAGE_ORIGIN', get_option('package-origin')) # Mandatory GST deps gst_dep = dependency('gstreamer-1.0', version : gst_req, @@ -156,28 +141,25 @@ fallback : ['gst-plugins-base', 'sdp_dep']) gstrtsp_dep = dependency('gstreamer-rtsp-1.0', version : gst_req, fallback : ['gst-plugins-base', 'rtsp_dep']) -if host_machine.system() != 'windows' - gstcheck_dep = dependency('gstreamer-check-1.0', version : gst_req, +gstcheck_dep = dependency('gstreamer-check-1.0', version : gst_req, + required : get_option('tests'), fallback : ['gstreamer', 'gst_check_dep']) -endif gstcontroller_dep = dependency('gstreamer-controller-1.0', version : gst_req, fallback : ['gstreamer', 'gst_controller_dep']) -orc_dep = dependency('orc-0.4', version : '>= 0.4.16', required : false) +orc_dep = dependency('orc-0.4', version : '>= 0.4.16', required : get_option('orc')) if orc_dep.found() cdata.set('HAVE_ORC', 1) # used by a52dec for cpu detection else cdata.set('DISABLE_ORC', 1) endif -configure_file(output : 'config.h', configuration : cdata) - ugly_args = ['-DHAVE_CONFIG_H'] configinc = include_directories('.') libsinc = include_directories('gst-libs') if gst_dep.type_name() == 'internal' - gst_debug_disabled = subproject('gstreamer').get_variable('disable_gst_debug') + gst_debug_disabled = not subproject('gstreamer').get_variable('gst_debug') else # We can't check that in the case of subprojects as we won't # be able to build against an internal dependency (which is not built yet) @@ -202,6 +184,9 @@ '-Wvla', '-Wpointer-arith', '-Waggregate-return', + '-fno-strict-aliasing', + # Symbol visibility + '-fvisibility=hidden', ] warning_c_flags = [ @@ -211,10 +196,6 @@ '-Wnested-externs' ] -if have_cxx - cxx = meson.get_compiler('cpp') -endif - foreach extra_arg : warning_flags if cc.has_argument (extra_arg) add_project_arguments([extra_arg], language: 'c') @@ -230,15 +211,50 @@ endif endforeach +# Define G_DISABLE_DEPRECATED for development versions +if gst_version_is_dev + message('Disabling deprecated GLib API') + add_project_arguments('-DG_DISABLE_DEPRECATED', language: 'c') +endif + +cast_checks = get_option('gobject-cast-checks') +if cast_checks.disabled() or (cast_checks.auto() and not gst_version_is_dev) + message('Disabling GLib cast checks') + add_project_arguments('-DG_DISABLE_CAST_CHECKS', language: 'c') +endif + +glib_asserts = get_option('glib-asserts') +if glib_asserts.disabled() or (glib_asserts.auto() and not gst_version_is_dev) + message('Disabling GLib asserts') + add_project_arguments('-DG_DISABLE_ASSERT', language: 'c') +endif + +glib_checks = get_option('glib-checks') +if glib_checks.disabled() or (glib_checks.auto() and not gst_version_is_dev) + message('Disabling GLib checks') + add_project_arguments('-DG_DISABLE_CHECKS', language: 'c') +endif + presetdir = join_paths(get_option('datadir'), 'gstreamer-' + api_version, 'presets') + +pkgconfig = import('pkgconfig') +plugins_pkgconfig_install_dir = join_paths(plugins_install_dir, 'pkgconfig') +if get_option('default_library') == 'shared' + # If we don't build static plugins there is no need to generate pc files + plugins_pkgconfig_install_dir = disabler() +endif + subdir('gst') subdir('ext') subdir('tests') # xgettext is optional (on Windows for instance) -if find_program('xgettext', required : false).found() +if find_program('xgettext', required : get_option('nls')).found() + cdata.set('ENABLE_NLS', 1) subdir('po') endif -python3 = import('python3').find_python() +configure_file(output : 'config.h', configuration : cdata) + +python3 = import('python').find_installation() run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")') diff -Nru gst-plugins-ugly1.0-1.14.4/meson_options.txt gst-plugins-ugly1.0-1.15.1/meson_options.txt --- gst-plugins-ugly1.0-1.14.4/meson_options.txt 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/meson_options.txt 2018-09-24 09:09:27.000000000 +0000 @@ -1,6 +1,37 @@ option('x264_libraries', type : 'string', value : '', description : 'Colon separated list of additional x264 library paths, e.g. for 10-bit version') -option('with-package-name', type : 'string', + +# Feature options for plugins without external deps +option('asfdemux', type : 'feature', value : 'auto') +option('dvdlpcmdec', type : 'feature', value : 'auto') +option('dvdsub', type : 'feature', value : 'auto') +option('realmedia', type : 'feature', value : 'auto') +option('xingmux', type : 'feature', value : 'auto') + +# Feature options for plugins that need external deps +option('a52dec', type : 'feature', value : 'auto', description : 'Dolby Digital (AC-3) audio decoder plugin') +option('amrnb', type : 'feature', value : 'auto', description : 'Adaptive Multi-Rate Narrow-Band audio codec plugin') +option('amrwbdec', type : 'feature', value : 'auto', description : 'Adaptive Multi-Rate Wide-Band audio decoder plugin') +option('cdio', type : 'feature', value : 'auto', description : 'CD audio source plugin') +option('dvdread', type : 'feature', value : 'auto', description : 'DVD video source plugin') +option('mpeg2dec', type : 'feature', value : 'auto', description : 'MPEG 2 video decoder plugin') +option('sidplay', type : 'feature', value : 'auto', description : 'Commodore 64 audio decoder plugin') +option('x264', type : 'feature', value : 'auto', description : 'H.264 video encoder plugin') + +# Common feature options +option('nls', type : 'feature', value : 'auto', yield: true, + description : 'Enable native language support (translations)') +option('orc', type : 'feature', value : 'auto', yield : true) +option('tests', type : 'feature', value : 'auto', yield : true) +option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true, + description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for stable releases)') +option('glib-asserts', type : 'feature', value : 'enabled', yield : true, + description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)') +option('glib-checks', type : 'feature', value : 'enabled', yield : true, + description: 'Enable GLib checks such as API guards (auto = enabled for development, disabled for stable releases)') + +# Common options +option('package-name', type : 'string', yield : true, description : 'package name to use in plugins') -option('with-package-origin', type : 'string', value : 'Unknown package origin', +option('package-origin', type : 'string', value : 'Unknown package origin', yield: true, description : 'package origin URL to use in plugins') diff -Nru gst-plugins-ugly1.0-1.14.4/NEWS gst-plugins-ugly1.0-1.15.1/NEWS --- gst-plugins-ugly1.0-1.14.4/NEWS 2018-10-02 22:04:12.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/NEWS 2019-01-17 02:02:27.000000000 +0000 @@ -1,17 +1,21 @@ -GSTREAMER 1.14 RELEASE NOTES +GSTREAMER 1.16 RELEASE NOTES -GStreamer 1.14.0 was originally released on 19 March 2018. +GStreamer 1.16 has not been released yet. It is scheduled for release in +January/February 2019. -The latest bug-fix release in the 1.14 series is 1.14.3 and was released -on 16 September 2018. +1.15.x is the unstable development version that is being developed in +the git master branch and which will eventually result in 1.16. -See https://gstreamer.freedesktop.org/releases/1.14/ for the latest +1.16 will be backwards-compatible to the stable 1.14, 1.12, 1.10, 1.8, +1.6, 1.4, 1.2 and 1.0 release series. + +See https://gstreamer.freedesktop.org/releases/1.16/ for the latest version of this document. -_Last updated: Sunday 16 September 2018, 13:00 UTC (log)_ +_Last updated: Monday 14 January 2019, 13:00 UTC (log)_ Introduction @@ -26,1532 +30,1130 @@ Highlights -- WebRTC support: real-time audio/video streaming to and from web - browsers - -- Experimental support for the next-gen royalty-free AV1 video codec +- GStreamer WebRTC stack gained support for data channels for + peer-to-peer communication based on SCTP, BUNDLE support, as well as + support for multiple TURN servers. -- Video4Linux: encoding support, stable element names and faster - device probing +- AV1 video codec support for Matroska and QuickTime/MP4 containers + and more configuration options and supported input formats for the + AOMedia AV1 encoder -- Support for the Secure Reliable Transport (SRT) video streaming - protocol +- Support for Closed Captions and other Ancillary Data in video -- RTP Forward Error Correction (FEC) support (ULPFEC) +- Spport for planar (non-interleaved) raw audio -- RTSP 2.0 support in rtspsrc and gst-rtsp-server +- GstVideoAggregator, compositor and OpenGL mixer elements are now in + -base -- ONVIF audio backchannel support in gst-rtsp-server and rtspsrc +- New alternate fields interlace mode where each buffer carries a + single field -- playbin3 gapless playback and pre-buffering support +- WebM and Matroska ContentEncryption support in the Matroska demuxer -- tee, our stream splitter/duplication element, now does allocation - query aggregation which is important for efficient data handling and - zero-copy +- new WebKit WPE-based web browser source element -- QuickTime muxer has a new prefill recording mode that allows file - import in Adobe Premiere and FinalCut Pro while the file is still - being written. +- Video4Linux: HEVC encoding and decoding, JPEG encoding, and improved + dmabuf import/export -- rtpjitterbuffer fast-start mode and timestamp offset adjustment - smoothing +- Hardware-accelerated Nvidia video decoder gained support for VP8/VP9 + decoding, whilst the encoder gained support for H.265/HEVC encoding. -- souphttpsrc connection sharing, which allows for connection reuse, - cookie sharing, etc. +- Many improvements to the Intel Media SDK based hardware-accelerated + video decoder and encoder plugin (msdk): dmabuf import/export for + zero-copy integration with other components; VP9 decoding; 10-bit + HEVC encoding; video post-processing (vpp) support including + deinterlacing; and the video decoder now handles dynamic resolution + changes. -- nvdec: new plugin for hardware-accelerated video decoding using the - NVIDIA NVDEC API +- The ASS/SSA subtitle overlay renderer can now handle multiple + subtitles that overlap in time and will show them on screen + simultaneously -- Adaptive DASH trick play support +- The Meson build is now feature-complete (*) and it is now the + recommended build system on all platforms. The Autotools build is + scheduled to be removed in the next cycle. -- ipcpipeline: new plugin that allows splitting a pipeline across - multiple processes +- The GStreamer Rust bindings and Rust plugins module are now + officially part of upstream GStreamer. -- Major gobject-introspection annotation improvements for large parts - of the library API - -- GStreamer C# bindings have been revived and seen many updates and - fixes - -- The externally maintained GStreamer Rust bindings had many usability - improvements and cover most of the API now. Coinciding with the 1.14 - release, a new release with the 1.14 API additions is happening. +- Many performance improvements Major new features and changes -WebRTC support - -There is now basic support for WebRTC in GStreamer in form of a new -webrtcbin element and a webrtc support library. This allows you to build -applications that set up connections with and stream to and from other -WebRTC peers, whilst leveraging all of the usual GStreamer features such -as hardware-accelerated encoding and decoding, OpenGL integration, -zero-copy and embedded platform support. And it’s easy to build and -integrate into your application too! - -WebRTC enables real-time communication of audio, video and data with web -browsers and native apps, and it is supported or about to be support by -recent versions of all major browsers and operating systems. - -GStreamer’s new WebRTC implementation uses libnice for Interactive -Connectivity Establishment (ICE) to figure out the best way to -communicate with other peers, punch holes into firewalls, and traverse -NATs. - -The implementation is not complete, but all the basics are there, and -the code sticks fairly close to the PeerConnection API. Where -functionality is missing it should be fairly obvious where it needs to -go. - -For more details, background and example code, check out Nirbheek’s blog -post _GStreamer has grown a WebRTC implementation_, as well as Matthew’s -_GStreamer WebRTC_ talk from last year’s GStreamer Conference in Prague. +Noteworthy new API -New Elements +- GstAggregator has a new "min-upstream-latency" property that forces + a minimum aggregate latency for the input branches of an aggregator. + This is useful for dynamic pipelines where branches with a higher + latency might be added later after the pipeline is already up and + running and where a change in the latency would be disruptive. This + only applies to the case where at least one of the input branches is + live though, it won’t force the aggregator into live mode in the + absence of any live inputs. + +- GstBaseSink gained a "processing-deadline" property and + setter/getter API to configure a processing deadline for live + pipelines. The processing deadline is the acceptable amount of time + to process the media in a live pipeline before it reaches the sink. + This is on top of the systemic latency that is normally reported by + the latency query. This defaults to 20ms and should make pipelines + such as “v4lsrc ! xvimagesink” not claim that all frames are late in + the QoS events. Ideally, this should replace max_lateness for most + applications. + +- RTCP Extended Reports (XR) parsing according to RFC 3611: + Loss/Duplicate RLE, Packet Receipt Times, Receiver Reference Time, + Delay since the last Receiver (DLRR), Statistics Summary, and VoIP + Metrics reports. + +- a new mode for interlaced video was added where each buffer carries + a single field of interlaced video, with buffer flags indicating + whether the field is the top field or bottom field. Top and bottom + fields are expected to alternate in this mode. Caps for this + interlace mode must also carry a format:Interlaced caps feature to + ensure backwards compatibility. -- webrtcbin handles the transport aspects of webrtc connections (see - WebRTC section above for more details) +- The video library has gained support for three new raw pixel + formats: -- New srtsink and srtsrc elements for the Secure Reliable Transport - (SRT) video streaming protocol, which aims to be easy to use whilst - striking a new balance between reliability and latency for low - latency video streaming use cases. More details about SRT and the - implementation in GStreamer in Olivier’s blog post _SRT in - GStreamer_. - -- av1enc and av1dec elements providing experimental support for the - next-generation royalty free video AV1 codec, alongside Matroska - support for it. - -- hlssink2 is a rewrite of the existing hlssink element, but unlike - its predecessor hlssink2 takes elementary streams as input and - handles the muxing to MPEG-TS internally. It also leverages - splitmuxsink internally to do the splitting. This allows more - control over the chunk splitting and sizing process and relies less - on the co-operation of an upstream muxer. Different to the old - hlssink it also works with pre-encoded streams and does not require - close interaction with an upstream encoder element. - -- audiolatency is a new element for measuring audio latency end-to-end - and is useful to measure roundtrip latency including both the - GStreamer-internal latency as well as latency added by external - components or circuits. - -- ’fakevideosink is basically a null sink for video data and very - similar to fakesink, only that it will answer allocation queries and - will advertise support for various video-specific things such - GstVideoMeta, GstVideoCropMeta and GstVideoOverlayCompositionMeta - like a normal video sink would. This is useful for throughput - testing and testing the zero-copy path when creating a new pipeline. - -- ipcpipeline: new plugin that allows the splitting of a pipeline into - multiple processes. Usually a GStreamer pipeline runs in a single - process and parallelism is achieved by distributing workloads using - multiple threads. This means that all elements in the pipeline have - access to all the other elements’ memory space however, including - that of any libraries used. For security reasons one might therefore - want to put sensitive parts of a pipeline such as DRM and decryption - handling into a separate process to isolate it from the rest of the - pipeline. This can now be achieved with the new ipcpipeline plugin. - Check out George’s blog post _ipcpipeline: Splitting a GStreamer - pipeline into multiple processes_ or his lightning talk from last - year’s GStreamer Conference in Prague for all the gory details. - -- proxysink and proxysrc are new elements to pass data from one - pipeline to another within the same process, very similar to the - existing inter elements, but not limited to raw audio and video - data. These new proxy elements are very special in how they work - under the hood, which makes them extremely powerful, but also - dangerous if not used with care. The reason for this is that it’s - not just data that’s passed from sink to src, but these elements - basically establish a two-way wormhole that passes through queries - and events in both directions, which means caps negotiation and - allocation query driven zero-copy can work through this wormhole. - There are scheduling considerations as well: proxysink forwards - everything into the proxysrc pipeline directly from the proxysink - streaming thread. There is a queue element inside proxysrc to - decouple the source thread from the sink thread, but that queue is - not unlimited, so it is entirely possible that the proxysink - pipeline thread gets stuck in the proxysrc pipeline, e.g. when that - pipeline is paused or stops consuming data for some other reason. - This means that one should always shut down down the proxysrc - pipeline before shutting down the proxysink pipeline, for example. - Or at least take care when shutting down pipelines. Usually this is - not a problem though, especially not in live pipelines. For more - information see Nirbheek’s blog post _Decoupling GStreamer - Pipelines_, and also check out out the new ipcpipeline plugin for - sending data from one process to another process (see above). - -- lcms is a new LCMS-based ICC color profile correction element - -- openmptdec is a new OpenMPT-based decoder for module music formats, - such as S3M, MOD, XM, IT. It is built on top of a new - GstNonstreamAudioDecoder base class which aims to unify handling of - files which do not operate a streaming model. The wildmidi plugin - has also been revived and is also implemented on top of this new - base class. + - Y410: packed 4:4:4 YUV, 10 bits per channel + - Y210: packed 4:2:2 YUV, 10 bits per channel + - NV12_10LE40: fully-packed 10-bit variant of NV12_10LE32, + i.e. without the padding bits + +- GstRTPSourceMeta is a new meta that can be used to transport + information about the origin of depayloaded or decoded RTP buffers, + e.g. when mixing audio from multiple sources into a single stream. A + new "source-info" property on the RTP depayloader base class + determines whether depayloaders should put this meta on outgoing + buffers. Similarly, the same property on RTP payloaders determines + whether they should use the information from this meta to construct + the CSRCs list on outgoing RTP buffers. + +- gst_sdp_message_from_text() is a convenience constructor to parse + SDPs from a string which is particularly useful for language + bindings. + +Support for Planar (Non-Interleaved) Raw Audio + +Raw audio samples are usually passed around in interleaved form in +GStreamer, which means that if there are multiple audio channels the +samples for each channel are interleaved in memory, e.g. +|LEFT|RIGHT|LEFT|RIGHT|LEFT|RIGHT| for stereo audio. A non-interleaved +or planar arrangement in memory would look like +|LEFT|LEFT|LEFT|RIGHT|RIGHT|RIGHT| instead, possibly with +|LEFT|LEFT|LEFT| and |RIGHT|RIGHT|RIGHT| residing in separate memory +chunks or separated by some padding. + +GStreamer has always had signalling for non-interleaved audio, but it +was never actually properly implemented in any elements. audioconvert +would advertise support for it, but wasn’t actually able to handle it. + +With this release we now have full support for non-interleaved audio as +well, which means more efficient integration with external APIs that +handle audio this way, but also more efficient processing of certain +operations like interleaving multiple 1-channel streams into a +multi-channel stream which can be done without memory copies now. + +New API to support this has been added to the GStreamer Audio support +library: There is now a new GstAudioMeta which describes how data is +laid out inside the buffer, and buffers with non-interleaved audio must +always carry this meta. To access the non-interleaved audio samples you +must map such buffers with gst_audio_buffer_map() which works much like +gst_buffer_map() or gst_video_frame_map() in that it will populate a +little GstAudioBuffer helper structure passed to it with the number of +samples, the number of planes and pointers to the start of each plane in +memory. This function can also be used to map interleaved audio buffers +in which case there will be only one plane of interleaved samples. + +Of course support for this has also been implemented in the various +audio helper and conversion APIs, base classes, and in elements such as +audioconvert, audioresample, audiotestsrc, audiorate. + +Support for Closed Captions and Other Ancillary Data in Video + +The video support library has gained support for detecting and +extracting Ancillary Data from videos as per the SMPTE S291M +specification, including: + +- a VBI (Video Blanking Interval) parser that can detect and extract + Ancillary Data from Vertical Blanking Interval lines of component + signals. This is currently supported for videos in v210 and UYVY + format. + +- a new GstMeta for closed captions: GstVideoCaptionMeta. This + supports the two types of closed captions, CEA-608 and CEA-708, + along with the four different ways they can be transported (other + systems are a superset of those). + +- a VBI (Video Blanking Interval) encoder for writing ancillary data + to the Vertical Blanking Interval lines of component signals. + +The new closedcaption plugin in gst-plugins-bad then makes use of all +this new infrastructure and provides the following elements: + +- cccombiner: a closed caption combiner that takes a closed captions + stream and another stream and adds the closed captions as + GstVideoCaptionMeta to the buffers of the other stream. + +- ccextractor: a closed caption extractor which will take + GstVideoCaptionMeta from input buffers and output them as a separate + closed captions stream. + +- ccconverter: a closed caption converter that can convert between + different formats + +- line21decoder: extract line21 closed captions from SD video streams + +- cc708overlay: decodes CEA 608/708 captions and overlays them on + video + +Additionally, the following elements have also gained Closed Caption +support: + +- qtdemux and qtmux support CEA 608/708 Closed Caption tracks + +- mpegvideoparse extracts Closed Captions from MPEG-2 video streams -- The curl plugin has gained a new curlhttpsrc element, which is - useful for testing HTTP protocol version 2.0 amongst other things. +- decklinkvideosink can output closed captions and decklinkvideosrc + can extract closed captions -- The msdk plugin has gained a MPEG-2 video decoder(msdkmpeg2dec), VP8 - decoder(msdkvp8dec) and a VC1/WMV decoder(msdkvc1dec) +- playbin and playbin3 learned how to autoplug CEA 608/708 CC overlay + elements -Noteworthy new API +The rsclosedcaption plugin in the Rust plugins collection includes a +MacCaption (MCC) file parser and encoder. -- GstPromise provides future/promise-like functionality. This is used - in the GStreamer WebRTC implementation. +New Elements -- GstReferenceTimestampMeta is a new meta that allows you to attach - additional reference timestamps to a buffer. These timestamps don’t - have to relate to the pipeline clock in any way. Examples of this - could be an NTP timestamp when the media was captured, a frame - counter on the capture side or the (local) UNIX timestamp when the - media was captured. The decklink elements make use of this. - -- GstVideoRegionOfInterestMeta: it’s now possible to attach generic - free-form element-specific parameters to a region of interest meta, - for example to tell a downstream encoder to use certain codec - parameters for a certain region. - -- gst_bus_get_pollfd can be used to obtain a file descriptor for the - bus that can be poll()-ed on for new messages. This is useful for - integration with non-GLib event loops. - -- gst_get_main_executable_path() can be used by wrapper plugins that - need to find things in the directory where the application - executable is located. In the same vein, - GST_PLUGIN_DEPENDENCY_FLAG_PATHS_ARE_RELATIVE_TO_EXE can be used to - signal that plugin dependency paths are relative to the main - executable. - -- pad templates can be told about the GType of the pad subclass of the - pad via newly-added GstPadTemplate API API or the - gst_element_class_add_static_pad_template_with_gtype() convenience - function. gst-inspect-1.0 will use this information to print pad - properties. - -- new convenience functions to iterate over element pads without using - the GstIterator API: gst_element_foreach_pad(), - gst_element_foreach_src_pad(), and gst_element_foreach_sink_pad(). - -- GstBaseSrc and appsrc have gained support for buffer lists: - GstBaseSrc subclasses can use gst_base_src_submit_buffer_list(), and - applications can use gst_app_src_push_buffer_list() to push a buffer - list into appsrc. - -- The GstHarness unit test harness has a couple of new convenience - functions to retrieve all pending data in the harness in form of a - single chunk of memory. - -- GstAudioStreamAlign is a new helper object for audio elements that - handles discontinuity detection and sample alignment. It will align - samples after the previous buffer’s samples, but keep track of the - divergence between buffer timestamps and sample position (jitter). - If it exceeds a configurable threshold the alignment will be reset. - This simply factors out code that was duplicated in a number of - elements into a common helper API. - -- The GstVideoEncoder base class implements Quality of Service (QoS) - now. This is disabled by default and must be opted in by setting the - "qos" property, which will make the base class gather statistics - about the real-time performance of the pipeline from downstream - elements (usually sinks that sync the pipeline clock). Subclasses - can then make use of this by checking whether input frames are late - already using gst_video_encoder_get_max_encode_time() If late, they - can just drop them and skip encoding in the hope that the pipeline - will catch up. - -- The GstVideoOverlay interface gained a few helper functions for - installing and handling a "render-rectangle" property on elements - that implement this interface, so that this functionality can also - be used from the command line for testing and debugging purposes. - The property wasn’t added to the interface itself as that would - require all implementors to provide it which would not be - backwards-compatible. - -- A new base class, GstNonstreamAudioDecoder for non-stream audio - decoders was added to gst-plugins-bad. This base-class is meant to - be used for audio decoders that require the whole stream to be - loaded first before decoding can start. Examples of this are module - formats (MOD/S3M/XM/IT/etc), C64 SID tunes, video console music - files (GYM/VGM/etc), MIDI files and others. The new openmptdec - element is based on this. - -- Full list of API new in 1.14: - - GStreamer core API new in 1.14 - - GStreamer base library API new in 1.14 - - gst-plugins-base libraries API new in 1.14 - - gst-plugins-bad: no list, mostly GstWebRTC library and new - non-stream audio decoder base class. - -New RTP features and improvements - -- rtpulpfecenc and rtpulpfecdec are new elements that implement - Generic Forward Error Correction (FEC) using Uneven Level Protection - (ULP) as described in RFC 5109. This can be used to protect against - certain types of (non-bursty) packet loss, and important packets - such as those containing codec configuration data or key frames can - be protected with higher redundancy. Equally, packets that are not - particularly important can be given low priority or not be protected - at all. If packets are lost, the receiver can then hopefully restore - the lost packet(s) from the surrounding packets which were received. - This is an alternative to, or rather complementary to, dealing with - packet loss using _retransmission (rtx)_. GStreamer has had - retransmission support for a long time, but Forward Error Correction - allows for different trade-offs: The advantage of Forward Error - Correction is that it doesn’t add latency, whereas retransmission - requires at least one more roundtrip to request and hopefully - receive lost packets; Forward Error Correction increases the - required bandwidth however, even in situations where there is no - packet loss at all, so one will typically want to fine-tune the - overhead and mechanisms used based on the characteristics of the - link at the time. - -- New _Redundant Audio Data (RED)_ encoders and decoders for RTP as - per RFC 2198 are also provided (rtpredenc and rtpreddec), mostly for - chrome webrtc compatibility, as chrome will wrap ULPFEC-protected - streams in RED packets, and such streams need to be wrapped and - unwrapped in order to use ULPFEC with chrome. - -- a few new buffer flags for FEC support: - GST_BUFFER_FLAG_NON_DROPPABLE can be used to mark important buffers, - e.g. to flag RTP packets carrying keyframes or codec setup data for - RTP Forward Error Correction purposes, or to prevent still video - frames from being dropped by elements due to QoS. There already is a - GST_BUFFER_FLAG_DROPPABLE. GST_RTP_BUFFER_FLAG_REDUNDANT is used to - signal internally that a packet represents a redundant RTP packet - and used in rtpstorage to hold back the packet and use it only for - recovery from packet loss. Further work is still needed in - payloaders to make use of these. - -- rtpbin now has an option for increasing timestamp offsets gradually: - Sudden large changes to the internal ts_offset may cause timestamps - to move backwards and may also cause visible glitches in media - playback. The new "max-ts-offset-adjustment" and "max-ts-offset" - properties let the application control the rate to apply changes to - ts_offset. There have also been some EOS/BYE handling improvements - in rtpbin. - -- rtpjitterbuffer has a new fast start mode: in many scenarios the - jitter buffer will have to wait for the full configured latency - before it can start outputting packets. The reason for that is that - it often can’t know what the sequence number of the first expected - RTP packet is, so it can’t know whether a packet earlier than the - earliest packet received will still arrive in future. This behaviour - can now be bypassed by setting the "faststart-min-packets" property - to the number of consecutive packets needed to start, and the jitter - buffer will start output packets as soon as it has N consecutive - packets queued internally. This is particularly useful to get a - first video frame decoded and rendered as quickly as possible. - -- rtpL8pay and rtpL8depay provide RTP payloading and depayloading for - 8-bit raw audio - -New element features - -- playbin3 has gained support or gapless playback via the - "about-to-finish" signal where users can set the uri for the next - item to play. For non-live streams this will be emitted as soon as - the first uri has finished downloading, so with sufficiently large - buffers it is now possible to pre-buffer the next item well ahead of - time (unlike playbin where there would not be a lot of time between - "about-to-finish" emission and the end of the stream). If the stream - format of the next stream is the same as that of the previous - stream, the data will be concatenated via the concat element. - Whether this will result in true gaplessness depends on the - container format and codecs used, there might still be codec-related - gaps between streams with some codecs. - -- tee now does allocation query aggregation, which is important for - zero-copy and efficient data handling, especially for video. Those - who want to drop allocation queries on purpose can use the identity - element’s new "drop-allocation" property for that instead. - -- audioconvert now has a "mix-matrix" property, which obsoletes the - audiomixmatrix element. There’s also mix matrix support in the audio - conversion and channel mixing API. - -- x264enc: new "insert-vui" property to disable VUI (Video Usability - Information) parameter insertion into the stream, which allows - creation of streams that are compatible with certain legacy hardware - decoders that will refuse to decode in certain combinations of - resolution and VUI parameters; the max. allowed number of B-frames - was also increased from 4 to 16. - -- dvdlpcmdec: has gained support for Blu-Ray audio LPCM. - -- appsrc has gained support for buffer lists (see above) and also seen - some other performance improvements. - -- flvmux has been ported to the GstAggregator base class which means - it can work in defined-latency mode with live input sources and - continue streaming if one of the inputs stops producing data. - -- jpegenc has gained a "snapshot" property just like pngenc to make it - easier to output just a single encoded frame. - -- jpegdec will now handle interlaced MJPEG streams properly and also - handles frames without an End of Image marker better. - -- v4l2: There are now video encoders for VP8, VP9, MPEG4, and H263. - The v4l2 video decoder handles dynamic resolution changes, and the - video4linux device provider now does much faster device probing. The - plugin also no longer uses the libv4l2 library by default, as it has - prevented a lot of interesting use cases like CREATE_BUFS, DMABuf, - usage of TRY_FMT. As the libv4l2 library is totally inactive and not - really maintained, we decided to disable it. This might affect a - small number of cheap/old webcams with custom vendor formats for - which we do not provide conversion in GStreamer. It is possible to - re-enable support for libv4l2 at run-time however, by setting the - environment variable GST_V4L2_USE_LIBV4L2=1. - -- rtspsrc now has support for RTSP protocol version 2.0 as well as - ONVIF audio backchannels (see below for more details). It also - sports a new "accept-certificate" signal for “manually” checking a - TLS certificate for validity. It now also prints RTSP/SDP messages - to the gstreamer debug log instead of stdout. - -- shout2send now uses non-blocking I/O and has a configurable network - operations timeout. - -- splitmuxsink has gained a "split-now" action signal and new - "alignment-threshold" and "use-robust-muxing" properties. If robust - muxing is enabled, it will check and set the muxer’s reserved space - properties if present. This is primarily for use with mp4mux’s - robust muxing mode. - -- qtmux has a new _prefill recording mode_ which sets up a moov header - with the correct sample positions beforehand, which then allows - software like Adobe Premiere and FinalCut Pro to import the files - while they are still being written to. This only works with constant - framerate I-frame only streams, and for now only support for ProRes - video and raw audio is implemented. Adding support for additional - codecs is just a matter of defining appropriate maximum frame sizes - though. - -- qtmux also supports writing of svmi atoms with stereoscopic video - information now. Trak timescales can be configured on a per-stream - basis using the "trak-timescale" property on the sink pads. Various - new formats can be muxed: MPEG layer 1 and 2, AC3 and Opus, as well - as PNG and VP9. - -- souphttpsrc now does connection sharing by default: it shares its - SoupSession with other elements in the same pipeline via a - GstContext if possible (session-wide settings are all the defaults). - This allows for connection reuse, cookie sharing, etc. Applications - can also force a context to use. In other news, HTTP headers - received from the server are posted as element messages on the bus - now for easier diagnostics, and it’s also possible now to use other - types of proxy servers such as SOCKS4 or SOCKS5 proxies, support for - which is implemented directly in gio. Before only HTTP proxies were - allowed. - -- qtmux, mp4mux and matroskamux will now refuse caps changes of input - streams at runtime. This isn’t really supported with these - containers (or would have to be implemented differently with a - considerable effort) and doesn’t produce valid and spec-compliant - files that will play everywhere. So if you can’t guarantee that the - input caps won’t change, use a container format that does support on - the fly caps changes for a stream such as MPEG-TS or use - splitmuxsink which can start a new file when the caps change. What - would happen before is that e.g. rtph264depay or rtph265depay would - simply send new SPS/PPS inband even for AVC format, which would then - get muxed into the container as if nothing changed. Some decoders - will handle this just fine, but that’s often more luck than by - design. In any case, it’s not right, so we disallow it now. - -- matroskamux has Table of Content (TOC) support now (chapters etc.) - and matroskademux TOC support has been improved. matroskademux has - also seen seeking improvements searching for the right cluster and - position. - -- videocrop now uses GstVideoCropMeta if downstream supports it, which - means cropping can be handled more efficiently without any copying. - -- compositor now has support for _crossfade blending_, which can be - used via the new "crossfade-ratio" property on the sink pads. - -- The avwait element has a new "end-timecode" property and posts - "avwait-status" element messages now whenever avwait starts or stops - passing through data (e.g. because target-timecode and end-timecode - respectively have been reached). - -- ‘alsamidisrc’ element has been broken for many many years and has - now been repaired allowing live capture from your MIDI HW. - -- h265parse and h265parse will try harder to make upstream output the - same caps as downstream requires or prefers, thus avoiding - unnecessary conversion. The parsers also expose chroma format and - bit depth in the caps now. - -- The dtls elements now longer rely on or require the application to - run a GLib main loop that iterates the default main context - (GStreamer plugins should never rely on the application running a - GLib main loop). - -- openh264enc allows to change the encoding bitrate dynamically at - runtime now - -- nvdec is a new plugin for hardware-accelerated video decoding using - the NVIDIA NVDEC API (which replaces the old VDPAU API which is no - longer supported by NVIDIA) - -- The NVIDIA NVENC hardware-accelerated video encoders now support - dynamic bitrate and preset reconfiguration and support the I420 - 4:2:0 video format. It’s also possible to configure the gop size via - the new "gop-size" property. - -- The MPEG-TS muxer and demuxer (tsmux, tsdemux) now have support for - JPEG2000 - -- openjpegdec and jpeg2000parse support 2-component images now (gray - with alpha), and jpeg2000parse has gained limited support for - conversion between JPEG2000 stream-formats. (JP2, J2C, JPC) and also - extracts more details such as colorimetry, interlace-mode, - field-order, multiview-mode and chroma siting. - -- The decklink plugin for Blackmagic capture and playback cards have - seen numerous improvements: - - - decklinkaudiosrc and decklinkvideosrc now put hardware reference - timestamp on buffers in form of GstReferenceTimestampMetas. - This can be useful to know on multi-channel cards which frames - from different channels were captured at the same time. - - - decklinkvideosink has gained support for Decklink hardware - keying with two new properties ("keyer-mode" and "keyer-level") - to control the built-in hardware keyer of Decklink cards. - - - decklinkaudiosink has been re-implemented around GstBaseSink - instead of the GstAudioBaseSink base class, since the Decklink - APIs don’t fit very well with the GstAudioBaseSink APIs, which - used to cause various problems due to inaccuracies in the clock - calculations. Problems were audio drop-outs and A/V sync going - wrong after pausing/seeking. - - - support for more than 16 devices, without any artificial limit - -- work continued on the msdk plugin for Intel’s Media SDK which - enables hardware-accelerated video encoding and decoding on Intel - graphics hardware on Windows or Linux. Added the video memory, - buffer pool, and context/session sharing support which helps to - improve the performance and resource utilization. Rendernode support - is in place which helps to avoid the constraint of having a running - graphics server as DRM-Master. Encoders are exposing a number rate - control algorithms now. More encoder tuning options like - trellis-quantiztion (h264), slice size control (h264), B-pyramid - prediction(h264), MB-level bitrate control, frame partitioning and - adaptive I/B frame insertion were added, and more pixel formats and - video codecs are supported now. The encoder now also handles - force-key-unit events and can insert frame-packing SEIs for - side-by-side and top-bottom stereoscopic 3D video. - -- dashdemux can now do adaptive trick play of certain types of DASH - streams, meaning it can do fast-forward/fast-rewind of normal (non-I - frame only) streams even at high speeds without saturating network - bandwidth or exceeding decoder capabilities. It will keep statistics - and skip keyframes or fragments as needed. See Sebastian’s blog post - _DASH trick-mode playback in GStreamer_ for more details. It also - supports webvtt subtitle streams now and has seen improvements when - seeking in live streams. - -- kmssink has seen lots of fixes and improvements in this cycle, - including: - - - Raspberry Pi (vc4) and Xilinx DRM driver support - - - new "render-rectangle" property that can be used from the - command line as well as "display-width" and "display-height", - and "can-scale" properties +- overlaycomposition: New element that allows applications to draw + GstVideoOverlayCompositions on a stream. The element will emit the + "draw" signal for each video buffer, and the application then + generates an overlay for that frame (or not). This is much more + performant than e.g. cairooverlay for many use cases, e.g. because + pixel format conversions can be avoided or the blitting of the + overlay can be delegated to downstream elements (such as + gloverlaycompositor). It’s particularly useful for cases where only + a small section of the video frame should be drawn on. + +- gloverlaycompositor: New OpenGL-based compositor element that + flattens any overlays from GstVideoOverlayCompositionMetas into the + video stream. + +- glalpha: New element that adds an alpha channel to a video stream. + The values of the alpha channel can either be set to a constant or + can be dynamically calculated via chroma keying. It is similar to + the existing alpha element but based on OpenGL. Calculations are + done in floating point so results may not be identical to the output + of the existing alpha element. + +- rtpfunnel funnels together rtp-streams into a single session. Use + cases include multiplexing and bundle. webrtcbin uses it to + implement BUNDLE support. + +- testsrcbin is a source element that provides an audio and/or video + stream and also announces them using the recently-introduced + GstStream API. This is useful for testing elements such as playbin3 + or uridecodebin3 etc. + +- New closed caption elements: cccombiner, ccextractor, ccconverter, + line21decoder and cc708overlay (see above) + +- wpesrc: new source element acting as a Web Browser based on WebKit + WPE + +- Two new OpenCV-based elements: cameracalibrate and cameraundistort + who can communicate to figure out distortion correction parameters + for a camera and correct for the distortion. + +- new sctp plugin based on usrsctp with sctpenc and sctpdec elements + +New element features and additions + +- playbin3, playbin and playsink have gained a new "text-offset" + property to adjust the positioning of the selected subtitle stream + vis-a-vis the audio and video streams. This uses subtitleoverlay’s + new "subtitle-ts-offset" property. GstPlayer has gained matching API + for this, namely gst_player_get_text_video_offset(). + +- playbin3 buffering improvements: in network playback scenarios there + may be multiple inputs to decodebin3, and buffering will be done + before decodebin3 using queue2 or downloadbuffer elements inside + urisourcebin. Since this is before any parsers or demuxers there may + not be any bitrate information available for the various streams, so + it was difficult to configure the buffering there smartly within + global constraints. This was improved now: The queue2 elements + inside urisourcebin will now use the new bitrate query to figure out + a bitrate estimate for the stream if no bitrate was provided by + upstream, and urisourcebin will use the bitrates of the individual + queues to distribute the globally-set "buffer-size" budget in bytes + to the various queues. urisourcebin also gained "low-watermark" and + "high-watermark" properties which will be proxied to the internal + queues, as well as a read-only "statistics" property which allows + querying of the minimum/maximum/average byte and time levels of the + queues inside the urisourcebin in question. + +- splitmuxsink has gained a couple of new features: + + - new "async-finalize" mode: This mode is useful for muxers or + outputs that can take a long time to finalize a file. Instead of + blocking the whole upstream pipeline while the muxer is doing + its stuff, we can unlink it and spawn a new muxer + sink + combination to continue running normally. This requires us to + receive the muxer and sink (if needed) as factories via the new + "muxer-factory" and "sink-factory" properties, optionally + accompanied by their respective properties structures (set via + the new "muxer-properties" and "sink-properties" properties). + There are also new "muxer-added" and "sink-added" signals in + case custom code has to be called for them to configure them. + + - "split-at-running-time" action signal: When called by the user, + this action signal ends the current file (and starts a new one) + as soon as the given running time is reached. If called multiple + times, running times are queued up and processed in the order + they were given. + + - "split-after" action signal to finish outputting the current GOP + to the current file and then start a new file as soon as the GOP + is finished and a new GOP is opened (unlike the existing + "split-now" which immediately finishes the current file and + writes the current GOP into the next newly-started file). + + - "reset-muxer" property: when unset, the muxer is reset using + flush events instead of setting its state to NULL and back. This + means the muxer can keep state across resets, e.g. mpegtsmux + will keep the continuity counter continuous across segments as + required by hlssink2. + +- qtdemux gained PIFF track encryption box support in addition to the + already-existing PIFF sample encryption support, and also allows + applications to select which encryption system to use via a + "drm-preferred-decryption-system-id" context in case there are + multiple options. + +- qtmux: the "start-gap-threshold" property determines now whether an + edit list will be created to account for small gaps or offsets at + the beginning of a stream in case the start timestamps of tracks + don’t line up perfectly. Previously the threshold was hard-coded to + 1% of the (video) frame duration, now it is 0 by default (so edit + list will be created even for small differences), but fully + configurable. + +- rtpjitterbuffer has improved end-of-stream handling + +- rtpmp4vpay will be prefered over rtpmp4gpay for MPEG-4 video in + autoplugging scenarios now + +- rtspsrc now allows applications to send RTSP SET_PARAMETER and + GET_PARAMETER requests using action signals. + +- rtspsrc also has a small (100ms) configurable teardown delay by + default to try and make sure an RTSP TEARDOWN request gets sent out + when the source element shuts down. This will block the downward + PAUSED to READY state change for a short time, but can be unset + where it’s a problem. Some servers only allow a limited number of + concurren clients, so if no proper TEARDOWN is sent clients may have + problems connecting to the server for a while. + +- souphttpsrc behaves better with low bitrate streams now. Before it + would increase the read block size too quickly which could lead to + it not reading any data from the socket for a very long time with + low bitrate streams that are output live downstream. This could lead + to servers kicking off the client. + +- filesink: do internal buffering to avoid performance regression with + small writes since we bypass libc buffering by using writev() + +- identity: add "eos-after" property and fix "error-after" property + when the element is reused + +- input-selector: lets context queries pass through, so that + e.g. upstream OpenGL elements can use contexts and displays + advertised by downstream elements + +- queue2: avoid ping-pong between 0% and 100% buffering messages if + upstream is pushing buffers larger than one of its limits, plus + performance optimisations + +- opusdec: new "phase-inversion" property to control phase inversion. + When enabled, this will slightly increase stereo quality, but + produces a stream that when downmixed to mono will suffer audio + distortions. + +- The x265enc HEVC encoder also exposes a "key-int-max" property to + configure the maximum allowed GOP size now. + +- decklinkvideosink has seen stability improvements for long-running + pipelines (potential crash due to overflow of leaked clock refcount) + and clock-slaving improvements when performing flushing seeks + (causing stalls in the output timeline), pausing and/or buffering. + +- srtpdec, srtpenc: add support for MKIs which allow multiple keys to + be used with a single SRTP stream + +- The srt Secure Reliable Transport plugin has integrated server and + client elements srt{client,server}{src,sink} into one (srtsrc and + srtsink), since SRT connection mode can be changed by uri + parameters. + +- h264parse and h265parse will handle SEI recovery point messages and + mark recovery points as keyframes as well (in addition to IDR + frames) + +- webrtcbin: "add-turn-server" action signal to pass multiple ICE + relays (TURN servers). + +- The removesilence element has received various new features and + properties, such as a + "threshold"1 property, detecting silence only after minimum silence time/buffers, a“silent”property to control bus message notifications as well as a“squash”` + property. + +- AOMedia AV1 decoder gained support for 10/12bit decoding whilst the + AV1 encoder supports more image formats and subsamplings now and + acquired support for rate control and profile related configuration. + +- The Fraunhofer fdkaac plugin can now be built against the 2.0.0 + version API and has improved multichannel support + +- kmssink now supports unpadded 24-bit RGB and can configure mode + setting from video info, which enables display of multi-planar + formats such as I420 or NV12 with modesetting. It has also gained a + number of new properties: The "restore-crtc" property does what it + says on the tin and is enabled by default. "plane-properties" and + "connector-properties" can be used to pass custom properties to the + DRM. - - GstVideoCropMeta support +- waylandsink has a "fullscreen" property now. Plugin and library moves -MPEG-1 audio (mp1, mp2, mp3) decoders and encoders moved to -good - -Following the expiration of the last remaining mp3 patents in most -jurisdictions, and the termination of the mp3 licensing program, as well -as the decision by certain distros to officially start shipping full mp3 -decoding and encoding support, these plugins should now no longer be -problematic for most distributors and have therefore been moved from --ugly and -bad to gst-plugins-good. Distributors can still disable these -plugins if desired. - -In particular these are: - -- mpg123audiodec: an mp1/mp2/mp3 audio decoder using libmpg123 -- lamemp3enc: an mp3 encoder using LAME -- twolamemp2enc: an mp2 encoder using TwoLAME - -GstAggregator moved from -bad to core - -GstAggregator has been moved from gst-plugins-bad to the base library in -GStreamer and is now stable API. - -GstAggregator is a new base class for mixers and muxers that have to -handle multiple input pads and aggregate streams into one output stream. -It improves upon the existing GstCollectPads API in that it is a proper -base class which was also designed with live streaming in mind. -GstAggregator subclasses will operate in a mode with defined latency if -any of the inputs are live streams. This ensures that the pipeline won’t -stall if any of the inputs stop producing data, and that the configured -maximum latency is never exceeded. - -GstAudioAggregator, audiomixer and audiointerleave moved from -bad to -base - -GstAudioAggregator is a new base class for raw audio mixers and muxers -and is based on GstAggregator (see above). It provides defined-latency -mixing of raw audio inputs and ensures that the pipeline won’t stall +- The stereo element was moved from -bad into the existing audiofx + plugin in -good. If you get duplicate type registration warnings + when upgrading, check that you don’t have a stale gststereo plugin + lying about somewhere. + +GstVideoAggregator, compositor, and OpenGL mixer elements moved from -bad to -base + +GstVideoAggregator is a new base class for raw video mixers and muxers +and is based on [GstAggregator][aggregator]. It provides defined-latency +mixing of raw video inputs and ensures that the pipeline won’t stall even if one of the input streams stops producing data. As part of the move to stabilise the API there were some last-minute API changes and clean-ups, but those should mostly affect internal elements. +Most notably, the "ignore-eos" pad property was renamed to +"repeat-after-eos" and the conversion code was moved to a +GstVideoAggregatorConvertPad subclass to avoid code duplication, make +things less awkward for subclasses like the OpenGL-based video mixer, +and make the API more consistent with the audio aggregator API. + +It is used by the compositor element, which is a replacement for +‘videomixer’ which did not handle live inputs very well. compositor +should behave much better in that respect and generally behave as one +would expected in most scenarios. + +The compositor element has gained support for per-pad blending mode +operators (SOURCE, OVER, ADD) which determines what operator to use for +blending this pad over the previous ones. This can be used to implement +crossfading. + +A number of OpenGL-based video mixer elements (glvideomixer, glmixerbin, +glvideomixerelement, glstereomix, glmosaic) which are built on top of +GstVideoAggregator have also been moved from -bad to -base now. These +elements have been merged into the existing OpenGL plugin, so if you get +duplicate type registration warnings when upgrading, check that you +don’t have a stale gstopenglmixers plugin lying about somewhere. + +Plugin removals -It is used by the audiomixer element, which is a replacement for -‘adder’, which did not handle live inputs very well and did not align -input streams according to running time. audiomixer should behave much -better in that respect and generally behave as one would expected in -most scenarios. - -Similarly, audiointerleave replaces the ‘interleave’ element which did -not handle live inputs or non-aligned inputs very robustly. - -GstAudioAggregator and its subclases have gained support for input -format conversion, which does not include sample rate conversion though -as that would add additional latency. Furthermore, GAP events are now -handled correctly. - -We hope to move the video equivalents (GstVideoAggregator and -compositor) to -base in the next cycle, i.e. for 1.16. - -GStreamer OpenGL integration library and plugin moved from -bad to -base - -The GStreamer OpenGL integration library and opengl plugin have moved -from gst-plugins-bad to -base and are now part of the stable API canon. -Not all OpenGL elements have been moved; a few had to be left behind in -gst-plugins-bad in the new openglmixers plugin, because they depend on -the GstVideoAggregator base class which we were not able to move in this -cycle. We hope to reunite these elements with the rest of their family -for 1.16 though. - -This is quite a milestone, thanks to everyone who worked to make this -happen! - -Qt QML and GTK plugins moved from -bad to -good - -The Qt QML-based qmlgl plugin has moved to -good and provides a -qmlglsink video sink element as well as a qmlglsrc element. qmlglsink -renders video into a QQuickItem, and qmlglsrc captures a window from a -QML view and feeds it as video into a pipeline for further processing. -Both elements leverage GStreamer’s OpenGL integration. In addition to -the move to -good the following features were added: - -- A proxy object is now used for thread-safe access to the QML widget - which prevents crashes in corner case scenarios: QML can destroy the - video widget at any time, so without this we might be left with a - dangling pointer. - -- EGL is now supported with the X11 backend, which works e.g. on - Freescale imx6 - -The GTK+ plugin has also moved from -bad to -good. It includes gtksink -and gtkglsink which both render video into a GtkWidget. gtksink uses -Cairo for rendering the video, which will work everywhere in all -scenarios but involves an extra memory copy, whereas gtkglsink fully -leverages GStreamer’s OpenGL integration, but might not work properly in -all scenarios, e.g. where the OpenGL driver does not properly support -multiple sharing contexts in different threads; on Linux Nouveau is -known to be broken in this respect, whilst NVIDIA’s proprietary drivers -and most other drivers generally work fine, and the experience with -Intel’s driver seems to be mixed; some proprietary embedded Linux -drivers don’t work; macOS works. +The following plugins have been removed from gst-plugins-bad: -GstPhysMemoryAllocator interface moved from -bad to -base +- The experimental daala plugin has been removed, since it’s not so + useful now that all effort is focused on AV1 instead, and it had to + be enabled explicitly with --enable-experimental anyway. + +- The spc plugin has been removed. It has been replaced by the gme + plugin. + +- The acmmp3dec and acmenc plugins for Windows have been removed. ACM + is an ancient legacy API and there was no point in keeping them + around for a licensed mp3 decoder now that mp3 patents have expired + and we have a decoder in -good. We also didn’t ship these in our + cerbero-built Windows packages, so it’s unlikely that they’ll be + missed. + + +Miscellaneous API additions + +- GstBitwriter: new generic bit writer API to complement the existing + bit reader + +- gst_buffer_new_wrapped_bytes() creates a wrap buffer from a GBytes + +- gst_caps_set_features_simple() sets a caps feature on all the + structures of a GstCaps + +- New GST_QUERY_BITRATE query: This allows determining from downstream + what the expected bitrate of a stream may be which is useful in + queue2 for setting time based limits when upstream does not provide + timing information. tsdemux, qtdemux and matroskademux have basic + support for this query on their sink pads. + +- elements: there is a new “Hardware” class specifier. Elements + interacting with hardware devices should specify this classifier in + their element factory class metadata. This is useful to advertise as + one might need to put such elements into READY state to test if the + hardware is present in the system for example. + +- protection: Add a new definition for unspecified system protection + +- take functions for various mini objects that didn’t have them yet: + gst_query_take(), gst_message_take(), gst_tag_list_take(), + gst_buffer_list_take(). Unlike the various _replace() functions + _take() does not increase the reference count but takes ownership of + the mini object passed. + +- clear functions for various mini object types and GstObject which + unrefs the object or mini object (if non-NULL) and sets the variable + pointed to to NULL: gst_clear_structure(), gst_clear_tag_list(), + gst_clear_query(), gst_clear_message(), gst_clear_event(), + gst_clear_caps(), gst_clear_buffer_list(), gst_clear_buffer(), + gst_clear_mini_object(), gst_clear_object() + +- miniobject: new API gst_mini_object_add_parent() and + gst_mini_object_remove_parent()to set parent pointers on mini objects to ensure correct writability: Every container of miniobjects now needs to store itself as parent in the child object, and remove itself again later. A mini object is then only writable if there is at most one parent, that parent is writable itself, and the reference count of the mini object is 1.GstBuffer(for memories),GstBufferList(for buffers),GstSample(for caps, buffer, bufferlist), andGstVideoOverlayComposition` + were updated accordingly. Without this it was possible to have + e.g. a buffer list with a refcount of 2 used in two places at once + that both modify the same buffer with refcount 1 at the same time + wrongly thinking it is writable even though it’s really not. + +- poll: add API to watch for POLLPRI and stop treating POLLPRI as a + read. This is useful to wait for video4linux events which are + signalled via POLLPRI. + +- sample: new API to update the contents of a GstSample and make it + writable: gst_sample_set_buffer(), gst_sample_set_caps(), + gst_sample_set_segment(), gst_sample_set_info(), plus + gst_sample_is_writable() and gst_sample_make_writable(). This makes + it possible to reuse a sample object and avoid unnecessary memory + allocations, for example in appsink. + +- ClockIDs now keep a weak reference to underlying clock to avoid + crashes in basesink in corner cases where a clock goes away while + the ClockID is still in use, plus some new API + (gst_clock_id_get_clock(), gst_clock_id_uses_clock()) to check the + clock a ClockID is linked to. + +- The GstCheck unit test library gained a + fail_unless_equals_clocktime() convenience macro as well as some new + GstHarness API for for proposing meta APIs from the allocation + query: gst_harness_add_propose_allocation_meta(). ASSERT_CRITICAL() + checks in unit tests are now skipped if GStreamer was compiled with + GST_DISABLE_GLIB_CHECKS. + +- gst_audio_buffer_truncate() convenience function to truncate a raw + audio buffer + + +Miscellaneous performance and memory optimisations + +As always there have been many performance and memory usage improvements +across all components and modules. Some of them (such as dmabuf +import/export) have already been mentioned elsewhere so won’t be +repeated here. + +The following list is only a small snapshot of some of the more +interesting optimisations that haven’t been mentioned in other contexts +yet: + +- The GstVideoEncoder and GstVideoDecoder base classes now release the + STREAM_LOCK when pushing out buffers, which means (multi-threaded) + encoders and decoders can now receive and continue to process input + buffers whilst waiting for downstream elements in the pipeline to + process the buffer that was pushed out. This increases throughput + and reduces processing latency, also and especially for + hardware-accelerated encoder/decoder elements. + +- GstQueueArray has seen a few API additions + (gst_queue_array_peek_nth(), gst_queue_array_set_clear_func(), + gst_queue_array_clear()) so that it can be used in other places like + GstAdapter instead of a GList, which reduces allocations and + improves performance. + +- appsink now reuses the sample object in pull_sample() if possible + +- rtpsession only starts the RTCP thread when it’s actually needed now -GstPhysMemoryAllocator is a marker interface for allocators with -physical address backed memory. +- udpsrc uses a buffer pool now and the GstUdpSrc object structure was + optimised for better cache performance -Plugin removals +GstPlayer -- the sunaudio plugin was removed, since it couldn’t ever have been - built or used with GStreamer 1.0, but no one even noticed in all - these years. - -- the schroedinger-based Dirac encoder/decoder plugin has been - removed, as there is no longer any upstream or anyone else - maintaining it. Seeing that it’s quite a fringe codec it seemed best - to simply remove it. - -API removals - -- some MPEG video parser API in the API unstable codecutils library in - gst-plugins-bad was removed after having been deprecated for 5 - years. +- API was added to fine-tune the synchronisation offset between + subtitles and video Miscellaneous changes -- The video support library has gained support for a few new pixel - formats: - - NV16_10LE32: 10-bit variant of NV16, packed into 32bit words - (plus 2 bits padding) - - NV12_10LE32: 10-bit variant of NV12, packed into 32bit words - (plus 2 bits padding) - - GRAY10_LE32: 10-bit grayscale, packed in 32bit words (plus 2 - bits padding) -- decodebin, playbin and GstDiscoverer have seen stability - improvements in corner cases such as shutdown while still starting - up or shutdown in error cases (hat tip to the oss-fuzz project). - -- floating reference handling was inconsistent and has been cleaned up - across the board, including annotations. This solves various - long-standing memory leaks in language bindings, which e.g. often - caused elements and pads to be leaked. - -- major gobject-introspection annotation improvements for large parts - of the library API, including nullability of return types and - function parameters, correct types (e.g. strings vs. filenames), - ownership transfer, array length parameters, etc. This allows to use - bigger parts of the GStreamer API to be safely used from dynamic - language bindings (e.g. Python, Javascript) and allows static - bindings (e.g. C#, Rust, Vala) to autogenerate more API bindings - without manual intervention. +- As a result of moving to different FFmpeg APIs, encoder and decoder + elements exposed by the GStreamer FFmpeg wrapper plugin (gst-libav) + may have seen possibly incompatible changes to property names and/or + types, and not all properties exposed might be functional. We are + still reviewing the new properties and aim to minimise breaking + changes at least for the most commonly-used properties, so please + report any issues you run into! OpenGL integration -- The GStreamer OpenGL integration library has moved to - gst-plugins-base and is now part of our stable API. - -- new MESA3D GBM BACKEND. On devices with working libdrm support, it - is possible to use Mesa3D’s GBM library to set up an EGL context - directly on top of KMS. This makes it possible to use the GStreamer - OpenGL elements without a windowing system if a libdrm- and - Mesa3D-supported GPU is present. +- The OpenGL mixer elements have been moved from -bad to + gst-plugins-base (see above) -- Prefer wayland display over X11: As most Wayland compositors support - XWayland, the X11 backend would get selected. +- The Mesa GBM backend now supports headless mode -- gldownload can export dmabufs now, and glupload will advertise - dmabuf as caps feature. +- gloverlaycompositor: New OpenGL-based compositor element that + flattens any overlays from GstVideoOverlayCompositionMetas into the + video stream. + +- glalpha: New element that adds an alpha channel to a video stream. + The values of the alpha channel can either be set to a constant or + can be dynamically calculated via chroma keying. It is similar to + the existing alpha element but based on OpenGL. Calculations are + done in floating point so results may not be identical to the output + of the existing alpha element. + +- glupload: Implement direct dmabuf uploader, the idea being that some + GPUs (like the Vivante series) can actually perform the YUV->RGB + conversion internally, so no custom conversion shaders are needed. + To make use of this feature, we need an additional uploader that can + import DMABUF FDs and also directly pass the pixel format, relying + on the GPU to do the conversion. Tracing framework and debugging improvements -- NEW MEMORY RINGBUFFER BASED DEBUG LOGGER, useful for long-running - applications or to retrieve diagnostics when encountering an error. - The GStreamer debug logging system provides in-depth debug logging - about what is going on inside a pipeline. When enabled, debug logs - are usually written into a file, printed to the terminal, or handed - off to a log handler installed by the application. However, at - higher debug levels the volume of debug output quickly becomes - unmanageable, which poses a problem in disk-space or bandwidth - restricted environments or with long-running pipelines where a - problem might only manifest itself after multiple days. In those - situations, developers are usually only interested in the most - recent debug log output. The new in-memory ringbuffer logger makes - this easy: just installed it with gst_debug_add_ring_buffer_logger() - and retrieve logs with gst_debug_ring_buffer_logger_get_logs() when - needed. It is possible to limit the memory usage per thread and set - a timeout to determine how long messages are kept around. It was - always possible to implement this in the application with a custom - log handler of course, this just provides this functionality as part - of GStreamer. - -- ’fakevideosink is a null sink for video data that advertises - video-specific metas and behaves like a video sink. See above for - more details. - -- gst_util_dump_buffer() prints the content of a buffer to stdout. - -- gst_pad_link_get_name() and gst_state_change_get_name() print pad - link return values and state change transition values as strings. - -- The LATENCY TRACER has seen a few improvements: trace records now - contain timestamps which is useful to plot things over time, and - downstream synchronisation time is now excluded from the measured - values. - -- Miniobject refcount tracing and logging was not entirley - thread-safe, there were duplicates or missing entries at times. This - has now been made reliable. - -- The netsim element, which can be used to simulate network jitter, - packet reordering and packet loss, received new features and - improvements: it can now also simulate network congestion using a - token bucket algorithm. This can be enabled via the "max-kbps" - property. Packet reordering can be disabled now via the - "allow-reordering" property: Reordering of packets is not very - common in networks, and the delay functions will always introduce - reordering if delay > packet-spacing, so by setting - "allow-reordering" to FALSE you guarantee that the packets are in - order, while at the same time introducing delay/jitter to them. By - using the new "delay-distribution" property the user can control how - the delay applied to delayed packets is distributed: This is either - the uniform distribution (as before) or the normal distribution; in - addition there is also the gamma distribution which simulates the - delay on wifi networks better. +- There is now a GDB PRETTY PRINTER FOR VARIOUS GSTREAMER TYPES: For + GstObject pointers the type and name is added, e.g. + 0x5555557e4110 [GstDecodeBin|decodebin0]. For GstMiniObject pointers + the object type is added, e.g. 0x7fffe001fc50 [GstBuffer]. For + GstClockTime and GstClockTimeDiff the time is also printed in human + readable form, e.g. 150116219955 [+0:02:30.116219955]. + +- GDB EXTENSION WITH TWO CUSTOM GDB COMMANDS gst-dot AND gst-print: + + - gst-dot creates dot files that a very close to what + GST_DEBUG_BIN_TO_DOT_FILE() produces, but object properties and + buffer contents such as codec-data in caps are not available. + + - gst-print produces high-level information about a GStreamer + object. This is currently limited to pads for GstElements and + events for the pads. The output may look like this: + + (gdb) gst-print pad.object.parent + GstMatroskaDemux (matroskademux0) { + SinkPad (sink, pull) { + } + SrcPad (video_0, push) { + events: + stream-start: + stream-id: 0463ccb080d00b8689bf569a435c4ff84f9ff753545318ae2328ea0763fd0bec/001:1274058367 + caps: video/x-theora + width: 1920 + height: 800 + pixel-aspect-ratio: 1/1 + framerate: 24/1 + streamheader: < 0x5555557c7d30 [GstBuffer], 0x5555557c7e40 [GstBuffer], 0x7fffe00141d0 [GstBuffer] > + segment: time + rate: 1 + tag: global + container-format: Matroska + } + SrcPad (audio_0, push) { + events: + stream-start: + stream-id: 0463ccb080d00b8689bf569a435c4ff84f9ff753545318ae2328ea0763fd0bec/002:1551204875 + caps: audio/mpeg + mpegversion: 4 + framed: true + stream-format: raw + codec_data: 0x7fffe0014500 [GstBuffer] + level: 2 + base-profile: lc + profile: lc + channels: 2 + rate: 44100 + segment: time + rate: 1 + tag: global + container-format: Matroska + tag: stream + audio-codec: MPEG-4 AAC audio + language-code: en + } + } + +- gst_structure_to_string() now serialises the actual value of + pointers when serialising GstStructures instead of claiming they’re + NULL. This makes debug logging in various places less confusing, + because it’s clear now that structure fields actually hold valid + objects. Such object pointer values will never be deserialised + however. Tools -- gst-inspect-1.0 now prints pad properties for elements that have pad - subclasses with special properties, such as compositor or - audiomixer. This only works for elements that use the newly-added - GstPadTemplate API API or the - gst_element_class_add_static_pad_template_with_gtype() convenience - function to tell GStreamer about the special pad subclass. +- gst-inspect-1.0 has coloured output now and will automatically use a + pager if the output does not fit on a page. This only works in a + unix environment and if the output is not piped. If you don’t like + the colours you can disable them by setting the + GST_INSPECT_NO_COLORS=1 environment variable or passing the + --no-colors command line option. -- gst-launch-1.0 now generates a gstreamer pipeline diagram (.dot - file) whenever SIGHUP is sent to it on Linux/*nix systems. -- gst-discoverer-1.0 can now analyse live streams such as rtsp:// URIs +GStreamer RTSP server +- Improved backlog handling when using TCP interleaved for data + transport. Before there was a fixed maximum size for backlog + messages, which was prone to deadlocks and made it difficult to + control memory usage with the watch backlog. The RTSP server now + limits queued TCP data messages to one per stream, moving queuing of + the data into the pipeline and leaving the RTSP connection + responsive to RTSP messages in both directions, preventing all those + problems. -GStreamer RTSP server +- Initial ULP Forward Error Correction support in rtspclientsink and + for RECORD mode in the server. -- Initial support for RTSP protocol version 2.0 was added, which is to - the best of our knowledge the first RTSP 2.0 implementation ever! +- API to explicitly enable retransmission requests (RTX) -- ONVIF audio backchannel support. This is an extension specified by - ONVIF that allows RTSP clients (e.g. a control room operator) to - send audio back to the RTSP server (e.g. an IP camera). - Theoretically this could have been done also by using the RECORD - method of the RTSP protocol, but ONVIF chose not to do that, so the - backchannel is set up alongside the other streams. Format - negotiation needs to be done out of band, if needed. Use the new - ONVIF-specific subclasses GstRTSPOnvifServer and - GstRTSPOnvifMediaFactory to enable this functionality. - -- The internal server streaming pipeline is now dynamically - reconfigured on PLAY based on the transports needed. This means that - the server no longer adds the pipeline plumbing for all possible - transports from the start, but only if needed as needed. This - improves performance and memory footprint. - -- rtspclientsink has gained an "accept-certificate" signal for - manually checking a TLS certificate for validity. - -- Fix keep-alive/timeout issue for certain clients using TCP - interleave as transport who don’t do keep-alive via some other - method such as periodic RTSP OPTION requests. We now put netaddress - metas on the packets from the TCP interleaved stream, so can map - RTCP packets to the right stream in the server and can handle them - properly. - -- Language bindings improvements: in general there were quite a few - improvements in the gobject-introspection annotations, but we also - extended the permissions API which was not usable from bindings - before. +- Lots of multicast-related fixes -- Fix corner case issue where the wrong mount point was found when - there were multiple mount points with a common prefix. +- rtsp-auth: Add support for parsing .htdigest files GStreamer VAAPI -- Improve DMABuf’s usage, both upstream and dowstream, and - memory:DMABuf caps feature is also negotiated when the dmabuf-based - buffer cannot be mapped onto user-space. +- this section will be filled in in due course -- VA initialization was fixed when it is used in headless systems. -- VA display sharing, through GstContext, among the pipeline, has been - improved, adding the possibility to the application share its VA - display (external display) via gst.vaapi.app.Display context. +GStreamer Editing Services and NLE -- VA display cache was removed. +- this section will be filled in in due course -- libva’s log messages are now redirected into the GStreamer log - handler. -- Decoders improved their upstream re-negotiation by avoiding to - re-instantiate the internal decoder if stream caps are compatible - with the previous one. +GStreamer validate -- When downstream doesn’t support GstVideoMeta and the decoded frames - don’t have standard strides, they are copied onto system - memory-based buffers. +- this section will be filled in in due course -- H.264 decoder has a low-latency property, for live streams which - doesn’t conform the H.264 specification but still it is required to - push the frames to downstream as soon as possible. -- As part of the Google Summer of Code 2017 the H.264 decoder drops - MVC and SVC frames when base-only property is enabled. +GStreamer Python Bindings -- Added support for libva-2.0 (VA-API 1.0). +- add binding for gst_pad_set_caps() -- H.264 and H.265 encoders handle Region-Of-Interest metas by adding a - delta-qp for every rectangle within the frame specified by those - metas. +- pygobject dependency requirement was bumped to >= 3.8 -- Encoders for H.264 and H.265 set the media profile by the downstream - caps. +- new audiotestsrc, audioplot, and mixer plugin examples, and a + dynamic pipeline example -- H.264 encoder inserts an AU delimiter for each encoded frame when - aud property is enabled (it is only available for certain drivers - and platforms). -- H.264 encoder supports for P and B hierarchical prediction modes. +GStreamer C# Bindings -- All encoders handles a quality-level property, which is a number - from 1 to 8, where a lower number means higher quality, but slower - processing, and vice-versa. +- bindings for the GstWebRTC library -- VP8 and VP9 encoders support constant bit-rate mode (CBR). -- VP8, VP9 and H.265 encoders support variable bit-rate mode (VBR). +GStreamer Rust Bindings -- Resurrected GstGLUploadTextureMeta handling for EGL backends. +The GStreamer Rust bindings are now officially part of the GStreamer +project and are also maintained in the GStreamer GitLab. -- H.265 encoder can configure its number of reference frames via the - refs property. +The releases will generally not be synchronized with the releases of +other GStreamer parts due to dependencies on other projects. -- Add H.264 encoder mbbrc property, which controls the macro-block - bitrate as auto, on or off. +Also unlike the other GStreamer libraries, the bindings will not commit +to full API stability but instead will follow the approach that is +generally taken by Rust projects, e.g.: -- Add H.264 encoder temporal-levels property, to select the number of - temporal levels to be included. +1) 0.12.X will be completely API compatible with all other 0.12.Y + versions. +2) 0.12.X+1 will contain bugfixes and compatible new feature additions. +3) 0.13.0 will _not_ be backwards compatible with 0.12.X but projects + will be able to stay at 0.12.X without any problems as long as they + don’t need newer features. -- Add to H.264 and H.265 encoders the properties qp-ip and qp-ib, to - handle the QP (quality parameter) difference between the I and P - frames, and the I and B frames, respectively. +The current stable release is 0.12.2 and the next release series will be +0.13, probably around March 2019. -- vaapisink was demoted to marginal rank on Wayland because COGL - cannot display YUV surfaces. +At this point the bindings cover most of GStreamer core (except for most +notably GstAllocator and GstMemory), and most parts of the app, audio, +base, check, editing-services, gl, net. pbutils, player, rtsp, +rtsp-server, sdp, video and webrtc libraries. -More details in Víctor’s blog post _GStreamer VA-API 1.14: what’s new?_. +Also included is support for creating subclasses of the following types +and writing GStreamer plugins: +- gst::Element +- gst::Bin and gst::Pipeline +- gst::URIHandler and gst::ChildProxy +- gst::Pad, gst::GhostPad +- gst_base::Aggregator and gst_base::AggregatorPad +- gst_base::BaseSrc and gst_base::BaseSink +- gst_base::BaseTransform -GStreamer Editing Services and NLE +Changes to 0.12.X since 0.12.0 -- Handle crossfade in complex scenarios by using the new - compositorpad::crossfade-ratio property +Fixed -- Add API allowing to stop using proxies for clips in the timeline +- PTP clock constructor actually creates a PTP instead of NTP clock -- Allow management of none square pixel aspect ratios by allowing - application to deal with them in the way they want +Added -- Misc fixes around the timeline editing API +- Bindings for GStreamer Editing Services +- Bindings for GStreamer Check testing library +- Bindings for the encoding profile API (encodebin) +- VideoFrame, VideoInfo, AudioInfo, StructureRef implements Send and + Sync now +- VideoFrame has a function to get the raw FFI pointer +- From impls from the Error/Success enums to the combined enums like + FlowReturn +- Bin-to-dot file functions were added to the Bin trait +- gst_base::Adapter implements SendUnique now +- More complete bindings for the gst_video::VideoOverlay interface, + especially + gst_video::is_video_overlay_prepare_window_handle_message() -GStreamer validate +Changed + +- All references were updated from GitHub to freedesktop.org GitLab +- Fix various links in the README.md +- Link to the correct location for the documentation +- Remove GitLab badge as that only works with gitlab.com currently + +Changes in git master for 0.13 + +Fixed + +- gst::tag::Album is the album tag now instead of artist sortname + +Added + +- Subclassing infrastructure was moved directly into the bindings, + making the gst-plugin crate deprecated. This involves many API + changes but generally cleans up code and makes it more flexible. + Take a look at the gst-plugins-rs crate for various examples. + +- Bindings for CapsFeatures and Meta +- Bindings for + ParentBufferMeta,VideoMetaandVideoOverlayCompositionMeta` +- Bindings for VideoOverlayComposition and VideoOverlayRectangle +- Bindings for VideoTimeCode + +- UniqueFlowCombiner and UniqueAdapter wrappers that make use of the + Rust compile-time mutability checks and expose more API in a safe + way, and as a side-effect implement Sync and Send now -- Handle running scenarios on live pipelines (in the “content sense”, - not the GStreamer one) +- More complete bindings for Allocation Query +- pbutils functions for codec descriptions +- TagList::iter() for iterating over all tags while getting a single + value per tag. The old ::iter_tag_list() function was renamed to + ::iter_generic() and still provides access to each value for a tag +- Bus::iter() and Bus::iter_timed() iterators around the corresponding + ::pop*() functions -- Implement RTSP support with a basic server based on gst-rtsp-server, - and add RTSP 1.0 and 2.0 integration tests +- serde serialization of Value can also handle Buffer now -- Implement a plugin that allows users to implement configurable - tests. It currently can check if a particular element is added a - configurable number of time in the pipeline. In the future that - plugin should allow us to implement specific tests of any kind in a - descriptive way +- Extensive comments to all examples with explanations +- Transmuxing example showing how to use typefind, multiqueue and + dynamic pads +- basic-tutorial-12 was ported and added -- Add a verbosity configuration which behaves in a similare way as the - gst-launch-1.0 verbose flags allowing the informations to be - outputed on any running pipeline when enabling GstValidate. +Changed -- Misc optimization in the launcher, making the tests run much faster. +- Rust 1.31 is the minimum supported Rust version now +- Update to latest gir code generator and glib bindings +- Functions returning e.g. gst::FlowReturn or other “combined” enums + were changed to return split enums like + Result to allow usage of the + standard Rust error handling. -GStreamer C# bindings +- MiniObject subclasses are now newtype wrappers around the underlying + GstRc wrapper. This does not change the API in any breaking + way for the current usages, but allows MiniObjects to also be + implemented in other crates and makes sure rustdoc places the + documentation in the right places. -- Port to the meson build system, autotools support has been removed +- BinExt extension trait was renamed to GstBinExt to prevent conflicts + with gtk::Bin if both are imported -- Use a new GlibSharp version, set as a meson subproject +- Buffer::from_slice() can’t possible return None -- Update wrapped API to GStreamer 1.14 +- Various clippy warnings -- Removed the need for “glue” code -- Provide a nuget +GStreamer Rust Plugins -- Misc API fixes +Like the GStreamer Rust bindings, the Rust plugins are now officially +part of the GStreamer project and are also maintained in the GStreamer +GitLab. + +In the 0.3.x versions this contained infrastructure for writing +GStreamer plugins in Rust, and a set of plugins. + +In git master that infrastructure was moved to the GLib and GStreamer +bindings directly, together with many other improvements that were made +possible by this, so the gst-plugins-rs repository only contains +GStreamer elements now. + +Elements included are: + +- Tutorials plugin: identity, rgb2gray and sinesrc with extensive + comments + +- rsaudioecho, a port of the audiofx element + +- rsfilesrc, rsfilesink + +- rsflvdemux, a FLV demuxer. Not feature-equivalent with flvdemux yet + +- threadshare plugin: ts-appsrc, ts-proxysrc/sink, ts-queue, ts-udpsrc + and ts-tcpclientsrc elements that use a fixed number of threads and + share them between instances. For more background about these + elements see Sebastian’s talk “When adding more threads adds more + problems - Thread-sharing between elements in GStreamer” at the + GStreamer Conference 2017. + +- rshttpsrc, a HTTP source around the hyper/reqwest Rust libraries. + Not feature-equivalent with souphttpsrc yet. + +- togglerecord, an element that allows to start/stop recording at any + time and keeps all audio/video streams in sync. + +- mccparse and mccenc, parsers and encoders for the MCC closed caption + file format. + +Changes to 0.3.X since 0.3.0 + +- All references were updated from GitHub to freedesktop.org GitLab +- Fix various links in the README.md +- Link to the correct location for the documentation + +Changes in git master for 0.4 + +- togglerecord: Switch to parking_lot crate for mutexes/condition + variables for lower overhead +- Merge threadshare plugin here +- New closedcaption plugin with mccparse and mccenc elements +- New identity element for the tutorials plugin + +- Register plugins statically in tests instead of relying on the + plugin loader to find the shared library in a specific place + +- Update to the latest API changes in the GLib and GStreamer bindings +- Update to the latest versions of all crates Build and Dependencies -- the new WebRTC support in gst-plugins-bad depends on the GStreamer - elements that ship as part of libnice, and libnice version 1.1.14 is - required. Also the dtls and srtp plugins. - -- gst-plugins-bad no longer depends on the libschroedinger Dirac codec - library. - -- The srtp plugin can now also be built against libsrtp2. - -- some plugins and libraries have moved between modules, see the - _Plugin and_ _library moves_ section above, and their respective - dependencies have moved with them of course, e.g. the GStreamer - OpenGL integration support library and plugin is now in - gst-plugins-base, and mpg123, LAME and twoLAME based audio decoder - and encoder plugins are now in gst-plugins-good. - -- Unify static and dynamic plugin interface and remove plugin specific - static build option: Static and dynamic plugins now have the same - interface. The standard --enable-static/--enable-shared toggle is - sufficient. This allows building static and shared plugins from the - same object files, instead of having to build everything twice. - -- The default plugin entry point has changed. This will only affect - plugins that are recompiled against new GStreamer headers. Binary - plugins using the old entry point will continue to work. However, - plugins that are recompiled must have matching plugin names in - GST_PLUGIN_DEFINE and filenames, as the plugin entry point for - shared plugins is now deduced from the plugin filename. This means - you can no longer have a plugin called foo living in a file called - libfoobar.so or such, the plugin filename needs to match. This might - cause problems with some external third party plugin modules when - they get rebuilt against GStreamer 1.14. - - -Note to packagers and distributors - -A number of libraries, APIs and plugins moved between modules and/or -libraries in different modules between version 1.12.x and 1.14.x, see -the _Plugin and_ _library moves_ section above. Some APIs have seen -minor ABI changes in the course of moving them into the stable APIs -section. - -This means that you should try to ensure that all major GStreamer -modules are synced to the same major version (1.12 or 1.13/1.14) and can -only be upgraded in lockstep, so that your users never end up with a mix -of major versions on their system at the same time, as this may cause -breakages. - -Also, plugins compiled against >= 1.14 headers will not load with -GStreamer <= 1.12 owing to a new plugin entry point (but plugin binaries -built against older GStreamer versions will continue to load with newer -versions of GStreamer of course). - -There is also a small structure size related ABI breakage introduced in -the gst-plugins-bad codecparsers library between version 1.13.90 and -1.13.91. This should “only” affect gstreamer-vaapi, so anyone who ships -the release candidates is advised to upgrade those two modules at the -same time. +- The MESON BUILD SYSTEM BUILD IS NOW FEATURE-COMPLETE (*) and it is + now the recommended build system on all platforms and also used by + Cerbero to build GStreamer on all platforms. The Autotools build is + scheduled to be removed in the next cycle. Developers who currently + use gst-uninstalled should move to gst-build. The build option + naming has been cleaned up and made consistent and there are now + feature options to enable/disable plugins and various other features + on a case-by-case basis. (*) with the exception of plugin docs which + will be handled differently in future + +- Symbol export in libraries is now controlled via explicit exports + using symbol visibility or export defines where supported, to ensure + consistency across all platforms. This also allows libraries to have + exports that vary based on detected platform features and configure + options as is the case with the GStreamer OpenGL integration library + for example. A few symbols that had been exported by accident in + earlier versions may no longer be exported. These symbols will not + have had declarations in any public header files then though and + would not have been usable. + +- The GStreamer FFmpeg wrapper plugin (gst-libav) now depends on + FFmpeg 4.x and uses the new FFmpeg 4.x API and stopped relying on + ancient API that was removed with the FFmpeg 4.x release. This means + that it is no longer possible to build this module against an older + system-provided FFmpeg 3.x version. Use the internal FFmpeg 4.x copy + instead if you build using autotools, or use gst-libav 1.14.x + instead which targets the FFmpeg 3.x API and _should_ work fine in + combination with a newer GStreamer. It’s difficult for us to support + both old and new FFmpeg APIs at the same time, apologies for any + inconvenience caused. + +- Hardware-accelerated Nvidia video encoder/decoder plugins nvdec and + nvenc can be built against CUDA Toolkit versions 9 and 10.0 now. The + dynlink interface has been dropped since it’s deprecated in 10.0. + +- The (optional) OpenCV requirement has been bumped to >= 3.0.0 and + the plugin can also be built against OpenCV 4.x now. +- New sctp plugin based on usrsctp (for WebRTC data channels) -Platform-specific improvements + +Platform-specific changes and improvements Android -- ahcsrc (Android camera source) does autofocus now +- The way that GIO modules are named has changed due to upstream GLib + natively adding support for loading static GIO modules. This means + that any GStreamer application using gnutls for SSL/TLS on the + Android or iOS platforms (or any other setup using static libraries) + will fail to link looking for the g_io_module_gnutls_load_static() + function. The new function name is now + g_io_gnutls_load(gpointer data). data can be NULL for a static + library. Look at this commit for the necessary change in the + examples. macOS and iOS -- no major changes in macOS and iOS support, only bugfixes +- macOS binaries should be fully relocatable now + +- The way that GIO modules are named has changed due to upstream GLib + natively adding support for loading static GIO modules. This means + that any GStreamer application using gnutls for SSL/TLS on the + Android or iOS platforms (or any other setup using static libraries) + will fail to link looking for the g_io_module_gnutls_load_static() + function. The new function name is now + g_io_gnutls_load(gpointer data). data can be NULL for a static + library. Look at this commit for the necessary change in the + examples. Windows -- The GStreamer wasapi plugin was rewritten and should not only be - usable now, but in top shape and suitable for low-latency use cases. - The Windows Audio Session API (WASAPI) is Microsoft’s most modern - method for talking with audio devices, and now that the wasapi - plugin is up to scratch it is preferred over the directsound plugin. - The ranks of the wasapisink and wasapisrc elements have been updated - to reflect this. Further improvements include: - - - support for more than 2 channels - - - a new "low-latency" property to enable low-latency operation - (which should always be safe to enable) - - - support for the AudioClient3 API which is only available on - Windows 10: in wasapisink this will be used automatically if - available; in wasapisrc it will have to be enabled explicitly - via the "use-audioclient3" property, as capturing audio with low - latency and without glitches seems to require setting the - realtime priority of the entire pipeline to “critical”, which - cannot be done from inside the element, but has to be done in - the application. - - - set realtime thread priority to avoid glitches - - - allow opening devices in exclusive mode, which provides much - lower latency compared to shared mode where WASAPI’s engine - period is 10ms. This can be activated via the "exclusive" - property. - - - Also see Nirbheek’s blog post _Low Latency Audio on Windows with - GStreamer_. - -- There are now GstDeviceProvider implementations for the wasapi and - directsound plugins, so it’s now possible to discover both audio - sources and audio sinks on Windows via the GstDeviceMonitor API - -- debug log timestamps are now higher granularity owing to - g_get_monotonic_time() now being used as fallback in - gst_utils_get_timestamp(). Before that, there would sometimes be - 10-20 lines of debug log output sporting the same timestamp. +- The webrtcdsp element is shipped again as part of the Windows binary + packages, the build system issue has been resolved. + +- ‘Inconsistent DLL linkage’ warnings when building with MSVC have + been fixed + +- Hardware-accelerated Nvidia video encoder/decoder plugins nvdec and + nvenc build on Windows now, also with MSVC and using Meson. + +- The ksvideosrc camera capture plugin supports 16-bit grayscale video + now + +- The wasapisrc audio capture element implements loopback recording + from another output device or sink + +- wasapisink recover from low buffer levels in shared mode and some + exclusive mode fixes + +- dshowsrc now implements the GstDeviceMonitor interface Contributors -Aaron Boxer, Adrián Pardini, Adrien SCH, Akinobu Mita, Alban Bedel, -Alessandro Decina, Alex Ashley, Alicia Boya García, Alistair Buxton, -Alvaro Margulis, Anders Jonsson, Andreas Frisch, Andrejs Vasiljevs, -Andrew Bott, Antoine Jacoutot, Antonio Ospite, Antoni Silvestre, Anton -Obzhirov, Anuj Jaiswal, Arjen Veenhuizen, Arnaud Bonatti, Arun Raghavan, -Ashish Kumar, Aurélien Zanelli, Ayaka, Branislav Katreniak, Branko -Subasic, Brion Vibber, Carlos Rafael Giani, Cassandra Rommel, Chris -Bass, Chris Paulson-Ellis, Christoph Reiter, Claudio Saavedra, Clemens -Lang, Cyril Lashkevich, Daniel van Vugt, Dave Craig, Dave Johnstone, -David Evans, David Schleef, Deepak Srivastava, Dimitrios Katsaros, -Dmitry Zhadinets, Dongil Park, Dustin Spicuzza, Eduard Sinelnikov, -Edward Hervey, Enrico Jorns, Eunhae Choi, Ezequiel Garcia, fengalin, -Filippo Argiolas, Florent Thiéry, Florian Zwoch, Francisco Velazquez, -François Laignel, fvanzile, George Kiagiadakis, Georg Lippitsch, Graham -Leggett, Guillaume Desmottes, Gurkirpal Singh, Gwang Yoon Hwang, Gwenole -Beauchesne, Haakon Sporsheim, Haihua Hu, Håvard Graff, Heekyoung Seo, -Heinrich Fink, Holger Kaelberer, Hoonhee Lee, Hosang Lee, Hyunjun Ko, -Ian Jamison, James Stevenson, Jan Alexander Steffens (heftig), Jan -Schmidt, Jason Lin, Jens Georg, Jeremy Hiatt, Jérôme Laheurte, Jimmy -Ohn, Jochen Henneberg, John Ludwig, John Nikolaides, Jonathan Karlsson, -Josep Torra, Juan Navarro, Juan Pablo Ugarte, Julien Isorce, Jun Xie, -Jussi Kukkonen, Justin Kim, Lasse Laursen, Lubosz Sarnecki, Luc -Deschenaux, Luis de Bethencourt, Marcin Lewandowski, Mario Alfredo -Carrillo Arevalo, Mark Nauwelaerts, Martin Kelly, Matej Knopp, Mathieu -Duponchelle, Matteo Valdina, Matt Fischer, Matthew Waters, Matthieu -Bouron, Matthieu Crapet, Matt Staples, Michael Catanzaro, Michael -Olbrich, Michael Shigorin, Michael Tretter, Michał Dębski, Michał Górny, -Michele Dionisio, Miguel París, Mikhail Fludkov, Munez, Nael Ouedraogo, -Neos3452, Nicholas Panayis, Nick Kallen, Nicola Murino, Nicolas -Dechesne, Nicolas Dufresne, Nirbheek Chauhan, Ognyan Tonchev, Ole André -Vadla Ravnås, Oleksij Rempel, Olivier Crête, Omar Akkila, Orestis -Floros, Patricia Muscalu, Patrick Radizi, Paul Kim, Per-Erik Brodin, -Peter Seiderer, Philip Craig, Philippe Normand, Philippe Renon, Philipp -Zabel, Pierre Pouzol, Piotr Drąg, Ponnam Srinivas, Pratheesh Gangadhar, -Raimo Järvi, Ramprakash Jelari, Ravi Kiran K N, Reynaldo H. Verdejo -Pinochet, Rico Tzschichholz, Robert Rosengren, Roland Peffer, Руслан -Ижбулатов, Sam Hurst, Sam Thursfield, Sangkyu Park, Sanjay NM, Satya -Prakash Gupta, Scott D Phillips, Sean DuBois, Sebastian Cote, Sebastian -Dröge, Sebastian Rasmussen, Sejun Park, Sergey Borovkov, Seungha Yang, -Shakin Chou, Shinya Saito, Simon Himmelbauer, Sky Juan, Song Bing, -Sreerenj Balachandran, Stefan Kost, Stefan Popa, Stefan Sauer, Stian -Selnes, Thiago Santos, Thibault Saunier, Thijs Vermeir, Tim Allen, -Tim-Philipp Müller, Ting-Wei Lan, Tomas Rataj, Tom Bailey, Tonu Jaansoo, -U. Artie Eoff, Umang Jain, Ursula Maplehurst, VaL Doroshchuk, Vasilis -Liaskovitis, Víctor Manuel Jáquez Leal, vijay, Vincent Penquerc’h, -Vineeth T M, Vivia Nikolaidou, Wang Xin-yu (王昕宇), Wei Feng, Wim -Taymans, Wonchul Lee, Xabier Rodriguez Calvar, Xavier Claessens, -XuGuangxin, Yasushi SHOJI, Yi A Wang, Youness Alaoui, +Aleix Conchillo Flaqué, Alessandro Decina, Alexandru Băluț, Alex Ashley, +Alexey Chernov, Alicia Boya García, Amit Pandya, Andoni Morales +Alastruey, Andreas Frisch, Andre McCurdy, Andy Green, Anthony Violo, +Antoine Jacoutot, Antonio Ospite, Arun Raghavan, Aurelien Jarno, +Aurélien Zanelli, ayaka, Bananahemic, Bastian Köcher, Branko Subasic, +Brendan Shanks, Carlos Rafael Giani, Christoph Reiter, Corentin Noël, +Daeseok Youn, Daniel Drake, Daniel Klamt, Dardo D Kleiner, David Ing, +David Svensson Fors, Devarsh Thakkar, Dimitrios Katsaros, Edward Hervey, +Emilio Pozuelo Monfort, Enrique Ocaña González, Ezequiel Garcia, Fabien +Dessenne, Fabrizio Gennari, Florent Thiéry, Francisco Velazquez, +Freyr666, Garima Gaur, Gary Bisson, George Kiagiadakis, Georg Lippitsch, +Georg Ottinger, Geunsik Lim, Göran Jönsson, Guillaume Desmottes, H1Gdev, +Haihao Xiang, Haihua Hu, Harshad Khedkar, Havard Graff, He Junyan, +Hoonhee Lee, Hosang Lee, Hyunjun Ko, Ingo Randolf, Iñigo Huguet, James +Stevenson, Jan Alexander Steffens, Jan Schmidt, Jerome Laheurte, Jimmy +Ohn, Joakim Johansson, Jochen Henneberg, Johan Bjäreholt, John-Mark +Bell, John Nikolaides, Jonathan Karlsson, Jonny Lamb, Jordan Petridis, +Josep Torra, Joshua M. Doe, Jos van Egmond, Juan Navarro, Jun Xie, +Junyan He, Justin Kim, Kai Kang, Kim Tae Soo, Kirill Marinushkin, Kyrylo +Polezhaiev, Lars Petter Endresen, Linus Svensson, Louis-Francis +Ratté-Boulianne, Luis de Bethencourt, Luz Paz, Lyon Wang, Maciej Wolny, +Marc-André Lureau, Marc Leeman, Marcos Kintschner, Marian Mihailescu, +Marinus Schraal, Mark Nauwelaerts, Marouen Ghodhbane, Martin Kelly, +Matej Knopp, Mathieu Duponchelle, Matteo Valdina, Matthew Waters, +Matthias Fend, memeka, Michael Drake, Michael Gruner, Michael Olbrich, +Michael Tretter, Miguel Paris, Mike Wey, Mikhail Fludkov, Naveen +Cherukuri, Nicola Murino, Nicolas Dufresne, Niels De Graef, Nirbheek +Chauhan, Norbert Wesp, Ognyan Tonchev, Olivier Crête, Omar Akkila, +Patricia Muscalu, Patrick Radizi, Patrik Nilsson, Paul Kocialkowski, Per +Forlin, Peter Körner, Peter Seiderer, Petr Kulhavy, Philippe Normand, +Philippe Renon, Philipp Zabel, Pierre Labastie, Roland Jon, Roman +Sivriver, Rosen Penev, Russel Winder, Sam Gigliotti, Sean-Der, Sebastian +Dröge, Seungha Yang, Sjoerd Simons, Snir Sheriber, Song Bing, Soon, +Thean Siew, Sreerenj Balachandran, Stefan Ringel, Stephane Cerveau, +Stian Selnes, Suhas Nayak, Takeshi Sato, Thiago Santos, Thibault +Saunier, Thomas Bluemel, Tianhao Liu, Tim-Philipp Müller, Tomasz +Andrzejak, Tomislav Tustonić, U. Artie Eoff, Ulf Olsson, Varunkumar +Allagadapa, Víctor Guzmán, Víctor Manuel Jáquez Leal, Vincenzo Bono, +Vineeth T M, Vivia Nikolaidou, Wang Fei, wangzq, Whoopie, Wim Taymans, +Wind Yuan, Wonchul Lee, Xabier Rodriguez Calvar, Xavier Claessens, +Haihao Xiang, Yacine Bandou, Yeongjin Jeong, Yuji Kuwabara, Zeeshan Ali, … and many others who have contributed bug reports, translations, sent suggestions or helped testing. -Bugs fixed in 1.14 +Bugs fixed in 1.16 -More than 800 bugs have been fixed during the development of 1.14. +- this section will be filled in in due course + +More than XXX bugs have been fixed during the development of 1.16. This list does not include issues that have been cherry-picked into the -stable 1.12 branch and fixed there as well, all fixes that ended up in -the 1.12 branch are also included in 1.14. +stable 1.16 branch and fixed there as well, all fixes that ended up in +the 1.16 branch are also included in 1.16. This list also does not include issues that have been fixed without a bug report in bugzilla, so the actual number of fixes is much higher. -Stable 1.14 branch +Stable 1.16 branch -After the 1.14.0 release there will be several 1.14.x bug-fix releases +After the 1.16.0 release there will be several 1.16.x bug-fix releases which will contain bug fixes which have been deemed suitable for a stable branch, but no new features or intrusive changes will be added to -a bug-fix release usually. The 1.14.x bug-fix releases will be made from -the git 1.14 branch, which is a stable branch. - -1.14.0 +a bug-fix release usually. The 1.16.x bug-fix releases will be made from +the git 1.16 branch, which is a stable branch. -1.14.0 was released on 19 March 2018. +1.16.0 -1.14.1 - -The first 1.14 bug-fix release (1.14.1) was released on 17 May 2018. - -This release only contains bugfixes and it should be safe to update from -1.14.0. - -Noteworthy bugfixes in 1.14.1 - -- GstPad: Fix race condition causing the same probe to be called - multiple times -- Fix occasional deadlocks on windows when outputting debug logging -- Fix debug levels being applied in the wrong order -- GIR annotation fixes for bindings -- audiomixer, audioaggregator: fix some negotiation issues -- gst-play-1.0: fix leaving stdin in non-blocking mode after exit -- flvmux: wait for caps on all input pads before writing header even - if source is live -- flvmux: don’t wake up the muxer unless there is data, fixes busy - looping if there’s no input data -- flvmux: fix major leak of input buffers -- rtspsrc, rtsp-server: revert to RTSP RFC handling of - sendonly/recvonly attributes -- rtpvrawpay: fix payloading with very large mtu sizes where - everything fits into a single RTP packet -- v4l2: Fix hard-coded enabled v4l2 probe on Linux/ARM -- v4l2: Disable DMABuf for emulated formats when using libv4l2 -- v4l2: Always set colorimetry in S_FMT -- asfdemux: Set stream-format field for H264 streams and handle H.264 - in bytestream format -- x265enc: Fix tagging of keyframes on output buffers -- ladspa: Fix critical during plugin load on Windows -- decklink: Fix COM initialisation on Windows -- h264parse: fix re-use across pipeline stop/restart -- mpegtsmux: fix force-keyframe event handling and PCR/PMT changes - that would confuse some players with generated HLS streams -- adaptivedemux: Support period change in live playlist -- rfbsrc: Fix support for applevncserver and support NULL pool in - decide_allocation -- jpegparse: Fix APP1 marker segment parsing -- h265parse: Make caps writable before modifying them, fixes criticals -- fakevideosink: request an extra buffer if enable-last-sample is - enabled -- wasapisrc: Don’t provide a clock based on WASAPI’s clock -- wasapi: Only use audioclient3 when low-latency, as it might - otherwise glitch with slow CPUs or VMs -- wasapi: Don’t derive device period from latency time, should make it - more robust against glitches -- audiolatency: Fix wave detection in buffers and avoid bogus pts - values while starting -- msdk: fix plugin load on implementations with only HW support -- msdk: dec: set framerate to the driver only if provided, not in 0/1 - case -- msdk: Don’t set extended coding options for JPEG encode -- rtponviftimestamp: fix state change function init/reset causing - races/crashes on shutdown -- decklink: fix initialization failure in windows binary -- ladspa: Fix critical warnings during plugin load on Windows and fix - dependencies in meson build -- gl: fix cross-compilation error with viv-fb -- qmlglsink: make work with eglfs_kms -- rtspclientsink: Don’t deadlock in preroll on early close -- rtspclientsink: Fix client ports for the RTCP backchannel -- rtsp-server: Fix session timeout when streaming data to client over - TCP -- vaapiencode: h264: find best profile in those available, fixing - negotiation errors -- vaapi: remove custom GstGL context handling, use GstGL instead. - Fixes GL Context sharing with WebkitGtk on wayland -- gst-editing-services: various fixes -- gst-python: bump pygobject req to 3.8; fix - GstPad.set_query_function(); dist autogen.sh and configure.ac in - tarball -- g-i: pick up GstVideo-1.0.gir from local build directory in GstGL - build -- g-i: update constant values for bindings -- avoid duplicate symbols in plugins across modules in static builds -- … and many, many more! - -Cerbero build tool and packaging changes in 1.14.1 - -Toolchain updates on iOS and Android necessitated a fairly large number -of changes in our cerbero build tool used to create our binary packages -for the various platforms we support: - -- Add support for Ubuntu 18.04 in cerbero -- Fix generation of fat shared libraries on macOS -- gnutls: also rename assembly functions on macos/ios to fix link - errors -- gnutls: fix assembly symbol names for windows x86 -- openssl: fix linking on android/armv7 -- openssl: fix linker issue with Android NDK’s r16 binutils -- ffmpeg: disable asm for android x86 to fix issues when linking with - apps -- x264: disable asm for android x86 to fix issues when linking with - apps -- gnutls: rename private symbols for armv8, x86 to not conflict with - openssl -- mpg123: disable assembly on android/x86 to fix linker problems with - relocations -- Check built version while loading recipe and rebuild if needed -- Fix packaging of libgcc_s_sjlj which was missing in Windows packages -- Make not-found in library search fatal so we don’t accidentally ship - broken packages -- ship the proxy plugin which was new in 1.14 -- Fix git commands accidentally pulling in locally built libraries and - failing - -Contributors to 1.14.1 - -Antonio Ospite, Aurélien Zanelli, Brendan Shanks, Carlos Rafael Giani, -Edward Hervey, Emilio Pozuelo Monfort, Enrique Ocaña González, Garima -Gaur, Georg Lippitsch, Guillaume Desmottes, Havard Graff, Hoonhee Lee, -Hyunjun Ko, James Stevenson, Jan Alexander Steffens (heftig), Jan -Schmidt, Joakim Johansson, Jun Xie, Kai Kang, Kirill Marinushkin, Mark -Nauwelaerts, Matej Knopp, Mathieu Duponchelle, Matthew Waters, Matthias -Fend, Michael Olbrich, Mikhail Fludkov, Nicolas Dufresne, Nirbheek -Chauhan, Olivier Crête, Omar Akkila, Patrik Nilsson, Philippe Normand, -Pierre Labastie, Sebastian Dröge, Seungha Yang, Sreerenj Balachandran, -Stian Selnes, Takeshi Sato, Thibault Saunier, Tim-Philipp Müller, U. -Artie Eoff, Víctor Manuel Jáquez Leal, Vivia Nikolaidou, Whoopie, Xabier -Rodriguez Calvar, Xavier Claessens, Zeeshan Ali, and countless others. - -List of bugs fixed in 1.14.1 - -For a full list of bugfixes see Bugzilla. Note that this is not the full -list of changes. For the full list of changes please refer to the GIT -logs or ChangeLogs of the particular modules. - -1.14.2 - -The second 1.14 bug-fix release (1.14.2) was released on 20 July 2018. - -This release only contains bugfixes and it should be safe to update from -1.14.x. - -Noteworthy bugfixes in 1.14.2 - -- asfdemux: Only send flush-stop event for flushing seeks -- glcolorbalance: Support OES textures for input/passthrough, avoids - possibly-unnecessary extra texture copy on Android in the default GL - path inside glimagesink. -- parsebin: Don’t try to continue autoplugging a parser if we got raw - caps -- audiobasesrc: Round down segsize to an integer number of samples -- scaletempo: Mark as Audio in classification -- souphttpsrc: thread-safety fixes -- v4l2bufferpool: Validate that capture buffers were queued, to detect - when buffer importation was refused by the driver. -- v4l2bufferpool: Only return eos for M2M devices not v4l2src when - buggy driver sends empty buffer -- v4l2allocator: Fix userptr importation -- v4l2src: Try to avoid TRY_FMT when camera is streaming, some drivers - don’t like it -- v4l2videoenc: Only renegotiate with upstream, fixes use in - GstRtspServer pipeline -- v4l2: many other fixes -- pitch: fix latency reporting, and various other things -- dvb: fix wrong (GPL) license headers in camconditionalaccess code -- webrtc: Fix transportsendbin to fix spurious shut-down failures in - webrtcbin if DTLS negotiation hasn’t completed yet. -- webrtc: Don’t deadlock on blocked pads on shutdown -- webrtcbin: copy sticky events on our ghostpads so users can use - gst_pad_get_current_caps() to determine what to do with newly-added - pads. -- webrtcbin: fix rtpstorage configuration on 32-bit systems -- webrtcbin: implement support for FEC and RTX -- gstplayer: Fix duration-changed CRITICAL warning if duration did not - actually change -- gstplayer: Avoid trying to join the player thread from itself -- codecparsers: mpeg2 parsing fixes for zero-sized packets -- wasapisink: fix a rounding error when calculating the buffer frame - count -- wasapisink: fix missing unlock in case IAudioClient_Start fails -- wasapi: fix potential crash with MinGW -- rtsp-server: fix race during udpsrc setup, avoiding pushing data on - unlinked udpsrc pad -- rtsp-server: fix waiting for multiple streams in rtspclientsink -- gst-editing-services: group: Fix handling clips that are added to a - layer -- gst-editing-services: python binding fixes -- gst-validate launcher: Allow retrieving coredumps from within - flatpak -- gst-validate launcher: Fix the –forever switch which was not - stopping on error -- vaapi: h264 encoder negotiation fixes -- vaapi: fix issues with native EGL display -- more GIR annotations fixes, especially for arrays -- gstreamer-sharp bindings were updated for g-i annotation fixes in - other modules -- fuzzing fixes -- memory leak fixes -- build fixes: - - build fixes for MSVC compiler - - meson: Fix detection of glib-mkenums under MSYS2 plus other - meson buil fixes - - Fix static build symbol redefinition errors (xvimage, gst-libav) - - qmlgl: build fixes for conflicting declaration of type GLsync - for non-android - - gl: build fixes for missing EGLuint64KHR typedef -- … and many more! - -Contributors to 1.14.2 - -Alessandro Decina, Antoine Jacoutot, Brendan Shanks, Carlos Rafael -Giani, Christoph Reiter, Edward Hervey, Göran Jönsson, Guillaume -Desmottes, Hyunjun Ko, Iñigo Huguet, Jan Schmidt, Johan Bjäreholt, -Louis-Francis Ratté-Boulianne, Lyon Wang, Marian Mihailescu, Mark -Nauwelaerts, Mathieu Duponchelle, Matthew Waters, Michael Tretter, -Nicolas Dufresne, Nirbheek Chauhan, Philipp Zabel, Roland Jon, Sebastian -Dröge, Seungha Yang, Sreerenj Balachandran, Suhas Nayak, Thibault -Saunier, Tim-Philipp Müller, Víctor Manuel Jáquez Leal, Vivia -Nikolaidou, wangzq, and many others. Thank you all. - -List of bugs fixed in 1.14.2 - -For a full list of bugfixes see Bugzilla. Note that this is not the full -list of changes. For the full list of changes please refer to the GIT -logs or ChangeLogs of the particular modules. - -1.14.3 - -The third 1.14 bug-fix release (1.14.3) was released on 16 September -2018. - -This release only contains bugfixes and it should be safe to update from -1.14.x. - -Highlighted bugfixes in 1.14.3 - -- opusenc: fix crash on 32-bit platforms -- compositor: fix major buffer leak when doing crossfading on some but - not all pads -- wasapi: various fixes for wasapisrc and wasapisink regressions -- x264enc: Set bit depth to fix “This build of x264 requires 8-bit - depth. Rebuild to…” runtime errors with x264 version ≥ 153 -- audioaggregator, audiomixer: caps negotiation fixes -- input-selector: latency handling fixes -- playbin, playsink: audio visualization support fixes -- dashdemux: fix possible crash if stream is neither isobmff nor - isoff_ondemand profile -- opencv: Fix build for opencv >= 3.4.2 -- h265parse: miscellaneous fixes backported from h264parse -- pads: fix changing of pad offsets from inside pad probes -- pads: ensure that pads are blocked for IDLE probes if they are - called from the streaming thread too - -Other noteworthy bugfixes in 1.14.3 - -- queries: Set default values for position and duration query results -- segment: make gst_segment_position_from_running_time_full() handle - positions before the segment properly -- aggregator: annotate GstAggregatorClass::update_src_caps for - bindings -- aggregator: Don’t leak peer pad of inactive pads when (not) - forwarding QoS events to them -- baseparse: avg_bitrate calculation critical warning fix -- typefind: improved flow return handling in pull mode, flushing is - not an error -- gl: Don’t steal callers reference when setting non-floating elements - via properties -- gl: Also don’t leak floating references to elements set via - properties -- tagdemux: Properly propagate gst_pad_pull_range() errors -- aacparse: fix codec_data buffer leak -- rtpgstpay: Add support for force-keyunit events -- rtpL8pay: don’t try to modify a read-only structure -- rtpvp8pay, rtpvp9pay, rtpopuspay: Fix VP8/VP9/OPUS dual encoding - name handling -- rtp payloaders: Use running_time instead of PTS for config-interval - calculations -- qtdemux: Don’t assert in prefill mode if a track has no samples at - all -- qmlgl: Ensure GL headers are included -- v4l2src: fix first input used is always used next times -- v4l2object: Only offer MMAP/DMABUF pool -- v4l2object: stop V4L2 from zeroing extended colorimetry for - non-mplane -- v4l2object: improve colorspace handling for JPEG sources -- splitmuxsink: fix handling of repeated timestamps and a leak if sink - pads are not released explicitly -- player: Set default position and duration value to - GST_CLOCK_TIME_NONE -- videoaggregator: Make sure to hold object lock while iterating sink - pads -- audiobuffersplit: improve resync handling and compensate better for - accumulated errors -- kmssink: add support for Xilinx DRM Driver, mxsfb-drm driver and the - Allwinner DRM driver (sun4i-drm) -- rsvg: Also accept as ending tag -- ges: project: Compute relocation URIs in missing-uri signal -- ges: formatter: Serialize Transition border and invert properties -- ges: clip: Resync priorities when removing an effect - -Contributors to 1.14.3 - -Christoph Reiter, Devarsh Thakkar, Edward Hervey, Gary Bisson, Iñigo -Huguet, Jan Alexander Steffens (heftig), Jan Schmidt, Jerome Laheurte, -Marcos Kintschner, Mathieu Duponchelle, Matthew Waters, Michael Olbrich, -Nicolas Dufresne, Nirbheek Chauhan, Paul Kocialkowski, Philippe Normand, -Philipp Zabel, Roland Jon, Sebastian Dröge, Seungha Yang, Thibault -Saunier, Tim-Philipp Müller, Yuji Kuwabara, and many others. Thank you -all. - -List of bugs fixed in 1.14.3 - -For a full list of bugfixes see Bugzilla. Note that this is not the full -list of changes. For the full list of changes please refer to the GIT -logs or ChangeLogs of the particular modules. - -1.14.4 - -The fourth 1.14 bug-fix release (1.14.4) was released on 2 October 2018. - -This release only contains bugfixes and it should be safe to update from -1.14.x. - -Highlighted bugfixes in 1.14.4 - -- glviewconvert: wait and set the gl sync meta on buffers -- glviewconvert: Copy composition meta from the primary buffer to both - outputs -- glcolorconvert: Don’t copy overlay composition meta over to NULL - outbufs -- matroskademux: add functionality needed for MSE use case fixing - youtube playback in epiphany/webkit-gtk -- msdk: fix build on windows -- opusenc: fix another crash on 32-bit x86 on windows (alignment issue - in SSE optimisations) -- osxaudio: add support for parsing more channel layouts -- tagdemux: Use upstream GST_EVENT_STREAM_START (and stream-id) if - present -- vorbisdec: fix header handling regression: init decoder immediately - once we have headers -- wasapisink: recover from low buffer levels in shared mode -- fix GstSegment unit test which would fail on some 32-bit x86 CPUs - -Contributors to 1.14.4 - -Alicia Boya García, Christoph Reiter, Edward Hervey, Jan Schmidt, -Matthew Waters, Nicola Murino, Nicolas Dufresne, Sebastian Dröge, -Tim-Philipp Müller, Wangfei, and many others. Thank you all. - -List of bugs fixed in 1.14.4 - -For a full list of bugfixes see Bugzilla. Note that this is not the full -list of changes. For the full list of changes please refer to the GIT -logs or ChangeLogs of the particular modules. +1.16.0 is scheduled to be released around January/February 2019. Known Issues -- The webrtcdsp element (which is unrelated to the newly-landed - GStreamer webrtc support) is currently not shipped as part of the - Windows binary packages due to a build system issue. - -- The gst-libav module in 1.14 will only build against older ffmpeg - 3.x versions and won’t build against the newly-released ffmpeg 4.0 - (as in RPM Fusion for Fedora 28) due to API changes. Use the - internal ffmpeg copy instead if you build using autotools. This is - fixed in git master / upcoming 1.16, but won’t be backported to the - 1.14 branch as it is rather intrusive and difficult to support both - old and new APIs at the same time. - - -Schedule for 1.16 - -Our next major feature release will be 1.16, and 1.15 will be the -unstable development version leading up to the stable 1.16 release. The -development of 1.15/1.16 will happen in the git master branch. - -The plan for the 1.16 development cycle is yet to be confirmed, but it -is expected that feature freeze will be around September 2018 followed -by several 1.15 pre-releases and the new 1.16 stable release in October. +- possibly breaking/incompatible changes to properties of wrapped + FFmpeg decoders and encoders (see above). -1.16 will be backwards-compatible to the stable 1.14, 1.12, 1.10, 1.8, -1.6, 1.4, 1.2 and 1.0 release series. +- The way that GIO modules are named has changed due to upstream GLib + natively adding support for loading static GIO modules. This means + that any GStreamer application using gnutls for SSL/TLS on the + Android or iOS platforms (or any other setup using static libraries) + will fail to link looking for the g_io_module_gnutls_load_static() + function. The new function name is now + g_io_gnutls_load(gpointer data). See Android/iOS sections above for + further details. + + +Schedule for 1.18 + +Our next major feature release will be 1.18, and 1.17 will be the +unstable development version leading up to the stable 1.18 release. The +development of 1.17/1.18 will happen in the git master branch. + +The plan for the 1.18 development cycle is yet to be confirmed, but it +is expected that feature freeze will be around July 2019 followed by +several 1.17 pre-releases and the new 1.18 stable release in +August/September. + +1.18 will be backwards-compatible to the stable 1.16, 1.14, 1.12, 1.10, +1.8, 1.6, 1.4, 1.2 and 1.0 release series. ------------------------------------------------------------------------ _These release notes have been prepared by Tim-Philipp Müller with_ -_contributions from Sebastian Dröge, Sreerenj Balachandran, Thibault -Saunier_ _and Víctor Manuel Jáquez Leal._ +_contributions from Sebastian Dröge._ _License: CC BY-SA 4.0_ diff -Nru gst-plugins-ugly1.0-1.14.4/po/af.po gst-plugins-ugly1.0-1.15.1/po/af.po --- gst-plugins-ugly1.0-1.14.4/po/af.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/af.po 2019-01-17 02:02:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins 0.7.6\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2004-03-18 14:16+0200\n" "Last-Translator: Petri Jooste \n" "Language-Team: Afrikaans \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/az.po gst-plugins-ugly1.0-1.15.1/po/az.po --- gst-plugins-ugly1.0-1.14.4/po/az.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/az.po 2019-01-17 02:02:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-0.8.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2004-03-19 18:29+0200\n" "Last-Translator: Metin Amiroff \n" "Language-Team: Azerbaijani \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/bg.po gst-plugins-ugly1.0-1.15.1/po/bg.po --- gst-plugins-ugly1.0-1.14.4/po/bg.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/bg.po 2019-01-17 02:02:23.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.7.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2016-02-21 21:03+0200\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/ca.po gst-plugins-ugly1.0-1.15.1/po/ca.po --- gst-plugins-ugly1.0-1.14.4/po/ca.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/ca.po 2019-01-17 02:02:23.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2012-01-01 14:19+0100\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/cs.po gst-plugins-ugly1.0-1.15.1/po/cs.po --- gst-plugins-ugly1.0-1.14.4/po/cs.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/cs.po 2019-01-17 02:02:23.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2013-09-07 07:06+0200\n" "Last-Translator: Marek Černocký \n" "Language-Team: Czech \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/da.po gst-plugins-ugly1.0-1.15.1/po/da.po --- gst-plugins-ugly1.0-1.14.4/po/da.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/da.po 2019-01-17 02:02:23.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly-1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2012-12-09 03:56+0100\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/de.po gst-plugins-ugly1.0-1.15.1/po/de.po --- gst-plugins-ugly1.0-1.14.4/po/de.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/de.po 2019-01-17 02:02:23.000000000 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.3.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2014-05-22 18:29+0100\n" "Last-Translator: Christian Kirbach \n" "Language-Team: German \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/el.po gst-plugins-ugly1.0-1.15.1/po/el.po --- gst-plugins-ugly1.0-1.14.4/po/el.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/el.po 2019-01-17 02:02:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2012-03-18 01:04+0100\n" "Last-Translator: Savvas Radevic \n" "Language-Team: Greek \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/en_GB.po gst-plugins-ugly1.0-1.15.1/po/en_GB.po --- gst-plugins-ugly1.0-1.14.4/po/en_GB.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/en_GB.po 2019-01-17 02:02:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins 0.8.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2004-04-26 10:41-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: English (British) \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/eo.po gst-plugins-ugly1.0-1.15.1/po/eo.po --- gst-plugins-ugly1.0-1.14.4/po/eo.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/eo.po 2019-01-17 02:02:23.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.4.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2014-09-21 21:03+0200\n" "Last-Translator: Benno Schulenberg \n" "Language-Team: Esperanto \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/es.po gst-plugins-ugly1.0-1.15.1/po/es.po --- gst-plugins-ugly1.0-1.14.4/po/es.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/es.po 2019-01-17 02:02:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2011-10-02 15:45+0200\n" "Last-Translator: Jorge González González \n" "Language-Team: Spanish \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/eu.po gst-plugins-ugly1.0-1.15.1/po/eu.po --- gst-plugins-ugly1.0-1.14.4/po/eu.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/eu.po 2019-01-17 02:02:23.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly-0.10.13.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2010-03-07 13:12+0200\n" "Last-Translator: Mikel Olasagasti Uranga \n" "Language-Team: Basque \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/fi.po gst-plugins-ugly1.0-1.15.1/po/fi.po --- gst-plugins-ugly1.0-1.14.4/po/fi.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/fi.po 2019-01-17 02:02:23.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.10.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2009-03-10 20:41+0200\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/fr.po gst-plugins-ugly1.0-1.15.1/po/fr.po --- gst-plugins-ugly1.0-1.14.4/po/fr.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/fr.po 2019-01-17 02:02:23.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.7.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2015-12-27 01:51+0100\n" "Last-Translator: Stéphane Aulery \n" "Language-Team: French \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/fur.po gst-plugins-ugly1.0-1.15.1/po/fur.po --- gst-plugins-ugly1.0-1.14.4/po/fur.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/fur.po 2019-01-17 02:02:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2016-11-30 16:23+0100\n" "Last-Translator: Fabio Tomat \n" "Language-Team: Friulian \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/gl.po gst-plugins-ugly1.0-1.15.1/po/gl.po --- gst-plugins-ugly1.0-1.14.4/po/gl.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/gl.po 2019-01-17 02:02:23.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2012-12-15 03:47+0200\n" "Last-Translator: Fran Dieguez \n" "Language-Team: Galician \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/gst-plugins-ugly-1.0.pot gst-plugins-ugly1.0-1.15.1/po/gst-plugins-ugly-1.0.pot --- gst-plugins-ugly1.0-1.14.4/po/gst-plugins-ugly-1.0.pot 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/gst-plugins-ugly-1.0.pot 2019-01-17 02:02:23.000000000 +0000 @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gst-plugins-ugly 1.14.4\n" +"Project-Id-Version: gst-plugins-ugly 1.15.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/hr.po gst-plugins-ugly1.0-1.15.1/po/hr.po --- gst-plugins-ugly1.0-1.14.4/po/hr.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/hr.po 2019-01-17 02:02:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly-1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2018-04-12 16:24-0800\n" "Last-Translator: Božidar Putanec \n" "Language-Team: Croatian \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/hu.po gst-plugins-ugly1.0-1.15.1/po/hu.po --- gst-plugins-ugly1.0-1.14.4/po/hu.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/hu.po 2019-01-17 02:02:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2012-11-30 15:02+0100\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/id.po gst-plugins-ugly1.0-1.15.1/po/id.po --- gst-plugins-ugly1.0-1.14.4/po/id.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/id.po 2019-01-17 02:02:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.2.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2014-01-27 20:04+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/it.po gst-plugins-ugly1.0-1.15.1/po/it.po --- gst-plugins-ugly1.0-1.14.4/po/it.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/it.po 2019-01-17 02:02:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2017-09-15 09:56+0200\n" "Last-Translator: Sebastiano Pistore \n" "Language-Team: Italian \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/ja.po gst-plugins-ugly1.0-1.15.1/po/ja.po --- gst-plugins-ugly1.0-1.14.4/po/ja.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/ja.po 2019-01-17 02:02:23.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2012-12-22 19:42+0900\n" "Last-Translator: Takeshi Hamasaki \n" "Language-Team: Japanese \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/lt.po gst-plugins-ugly1.0-1.15.1/po/lt.po --- gst-plugins-ugly1.0-1.14.4/po/lt.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/lt.po 2019-01-17 02:02:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly-0.10.7.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2008-05-14 02:52+0300\n" "Last-Translator: Gintautas Miliauskas \n" "Language-Team: Lithuanian \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/lv.po gst-plugins-ugly1.0-1.15.1/po/lv.po --- gst-plugins-ugly1.0-1.14.4/po/lv.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/lv.po 2019-01-17 02:02:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.2.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2014-04-20 16:24+0300\n" "Last-Translator: Rihards Prieditis \n" "Language-Team: Latvian \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/ms.po gst-plugins-ugly1.0-1.15.1/po/ms.po --- gst-plugins-ugly1.0-1.14.4/po/ms.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/ms.po 2019-01-17 02:02:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly-0.10.11.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2009-07-16 15:07+0800\n" "Last-Translator: Muhammad Najmi bin Ahmad Zabidi \n" "Language-Team: Malay \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/mt.po gst-plugins-ugly1.0-1.15.1/po/mt.po --- gst-plugins-ugly1.0-1.14.4/po/mt.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/mt.po 2019-01-17 02:02:23.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly-0.10.9.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2008-11-13 18:18+0100\n" "Last-Translator: Michel Bugeja \n" "Language-Team: Maltese \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/nb.po gst-plugins-ugly1.0-1.15.1/po/nb.po --- gst-plugins-ugly1.0-1.14.4/po/nb.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/nb.po 2019-01-17 02:02:23.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2012-12-21 21:38+0100\n" "Last-Translator: Johnny A. Solbu \n" "Language-Team: Norwegian Bokmaal \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/nl.po gst-plugins-ugly1.0-1.15.1/po/nl.po --- gst-plugins-ugly1.0-1.14.4/po/nl.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/nl.po 2019-01-17 02:02:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2017-10-24 23:30+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/or.po gst-plugins-ugly1.0-1.15.1/po/or.po --- gst-plugins-ugly1.0-1.14.4/po/or.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/or.po 2019-01-17 02:02:23.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-0.8.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2004-09-27 13:32+0530\n" "Last-Translator: Gora Mohanty \n" "Language-Team: Oriya \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/pl.po gst-plugins-ugly1.0-1.15.1/po/pl.po --- gst-plugins-ugly1.0-1.14.4/po/pl.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/pl.po 2019-01-17 02:02:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2012-11-28 19:34+0100\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/pt_BR.po gst-plugins-ugly1.0-1.15.1/po/pt_BR.po --- gst-plugins-ugly1.0-1.14.4/po/pt_BR.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/pt_BR.po 2019-01-17 02:02:23.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly-1.7.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2015-12-28 19:54-0200\n" "Last-Translator: Fabrício Godoy \n" "Language-Team: Brazilian Portuguese \n" "Language-Team: Romanian \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/ru.po gst-plugins-ugly1.0-1.15.1/po/ru.po --- gst-plugins-ugly1.0-1.14.4/po/ru.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/ru.po 2019-01-17 02:02:23.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2012-12-01 13:38+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/sk.po gst-plugins-ugly1.0-1.15.1/po/sk.po --- gst-plugins-ugly1.0-1.14.4/po/sk.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/sk.po 2019-01-17 02:02:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.2.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2014-01-30 10:28+0100\n" "Last-Translator: Peter Tuharsky \n" "Language-Team: Slovak \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/sl.po gst-plugins-ugly1.0-1.15.1/po/sl.po --- gst-plugins-ugly1.0-1.14.4/po/sl.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/sl.po 2019-01-17 02:02:23.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 0.10.17.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2012-03-26 22:48+0100\n" "Last-Translator: Klemen Košir \n" "Language-Team: Slovenian \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/sq.po gst-plugins-ugly1.0-1.15.1/po/sq.po --- gst-plugins-ugly1.0-1.14.4/po/sq.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/sq.po 2019-01-17 02:02:23.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2004-08-07 20:29+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/sr.po gst-plugins-ugly1.0-1.15.1/po/sr.po --- gst-plugins-ugly1.0-1.14.4/po/sr.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/sr.po 2019-01-17 02:02:24.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly-1.1.4\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2013-10-03 22:30+0200\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian <(nothing)>\n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/sv.po gst-plugins-ugly1.0-1.15.1/po/sv.po --- gst-plugins-ugly1.0-1.14.4/po/sv.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/sv.po 2019-01-17 02:02:24.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.6.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2015-10-31 16:08+0100\n" "Last-Translator: Sebastian Rasmussen \n" "Language-Team: Swedish \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/tr.po gst-plugins-ugly1.0-1.15.1/po/tr.po --- gst-plugins-ugly1.0-1.14.4/po/tr.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/tr.po 2019-01-17 02:02:24.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly-1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2012-12-01 01:19+0200\n" "Last-Translator: Server Acim \n" "Language-Team: Turkish \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/uk.po gst-plugins-ugly1.0-1.15.1/po/uk.po --- gst-plugins-ugly1.0-1.14.4/po/uk.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/uk.po 2019-01-17 02:02:24.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2012-11-28 20:25+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/vi.po gst-plugins-ugly1.0-1.15.1/po/vi.po --- gst-plugins-ugly1.0-1.14.4/po/vi.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/vi.po 2019-01-17 02:02:24.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.3.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2014-06-30 09:20+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" diff -Nru gst-plugins-ugly1.0-1.14.4/po/zh_CN.po gst-plugins-ugly1.0-1.15.1/po/zh_CN.po --- gst-plugins-ugly1.0-1.14.4/po/zh_CN.po 2018-10-02 22:04:17.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/po/zh_CN.po 2019-01-17 02:02:24.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gst-plugins-ugly 1.5.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-10-02 23:04+0100\n" +"POT-Creation-Date: 2019-01-17 02:02+0000\n" "PO-Revision-Date: 2015-08-28 15:36+0800\n" "Last-Translator: Mingye Wang \n" "Language-Team: Chinese (simplified) \n" diff -Nru gst-plugins-ugly1.0-1.14.4/README gst-plugins-ugly1.0-1.15.1/README --- gst-plugins-ugly1.0-1.14.4/README 2018-03-23 20:44:53.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/README 2018-07-27 22:57:04.000000000 +0000 @@ -1,4 +1,4 @@ -GStreamer 1.13.x development series +GStreamer 1.15.x development series WHAT IT IS ---------- diff -Nru gst-plugins-ugly1.0-1.14.4/RELEASE gst-plugins-ugly1.0-1.15.1/RELEASE --- gst-plugins-ugly1.0-1.14.4/RELEASE 2018-10-02 22:04:12.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/RELEASE 2019-01-17 02:02:27.000000000 +0000 @@ -1,18 +1,18 @@ -This is GStreamer gst-plugins-ugly 1.14.4. +This is GStreamer gst-plugins-ugly 1.15.1. -The GStreamer team is pleased to announce another bug-fix release in the -stable 1.x API series of your favourite cross-platform multimedia framework! +GStreamer 1.15 is the development branch leading up to the next major +stable version which will be 1.16. -The 1.14 release series adds new features on top of the 1.12 series and is +The 1.15 development series adds new features on top of the 1.14 series and is part of the API and ABI-stable 1.x release series of the GStreamer multimedia framework. -Full release notes can be found at: +Full release notes will one day be found at: - https://gstreamer.freedesktop.org/releases/1.14/ + https://gstreamer.freedesktop.org/releases/1.16/ -Binaries for Android, iOS, Mac OS X and Windows will be provided shortly -after the release. +Binaries for Android, iOS, Mac OS X and Windows will usually be provided +shortly after the release. This module will not be very useful by itself and should be used in conjunction with other GStreamer modules for a complete multimedia experience. @@ -65,10 +65,16 @@ ==== Support and Bugs ==== -We use GNOME's bugzilla for bug reports and feature requests: -https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer +We have recently moved from GNOME Bugzilla to GitLab on freedesktop.org +for bug reports and feature requests: -Please submit patches via bugzilla as well. + https://gitlab.freedesktop.org/gstreamer + +Please submit patches via GitLab as well, in form of Merge Requests. See + + https://gstreamer.freedesktop.org/documentation/contribute/ + +for more details. For help and support, please subscribe to and send questions to the gstreamer-devel mailing list (see below for details). @@ -77,8 +83,14 @@ ==== Developers ==== -GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned -from there (see link above). +GStreamer source code repositories can be found on GitLab on freedesktop.org: + + https://gitlab.freedesktop.org/gstreamer + +and can also be cloned from there and this is also where you can submit +Merge Requests or file issues for bugs or feature requests. Interested developers of the core library, plugins, and applications should -subscribe to the gstreamer-devel list. +subscribe to the gstreamer-devel list: + + https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel diff -Nru gst-plugins-ugly1.0-1.14.4/tests/check/elements/x264enc.c gst-plugins-ugly1.0-1.15.1/tests/check/elements/x264enc.c --- gst-plugins-ugly1.0-1.14.4/tests/check/elements/x264enc.c 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/tests/check/elements/x264enc.c 2018-09-24 09:09:27.000000000 +0000 @@ -35,36 +35,35 @@ "height = (int) 288, " \ "framerate = (fraction) 25/1" -#define MPEG_CAPS_STRING "video/x-h264, " \ +#define H264_CAPS_STRING "video/x-h264, " \ "width = (int) 384, " \ "height = (int) 288, " \ "framerate = (fraction) 25/1" + +static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src", + GST_PAD_SRC, + GST_PAD_ALWAYS, + GST_STATIC_CAPS (VIDEO_CAPS_STRING)); + static GstElement * setup_x264enc (const gchar * profile, const gchar * stream_format, const gchar * input_format) { - GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", - GST_PAD_SINK, - GST_PAD_ALWAYS, - GST_STATIC_CAPS (MPEG_CAPS_STRING)); - - GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src", - GST_PAD_SRC, - GST_PAD_ALWAYS, - GST_STATIC_CAPS (VIDEO_CAPS_STRING)); + GstPadTemplate *sink_tmpl; GstElement *x264enc; - gchar *caps_str; GstCaps *caps; GST_DEBUG ("setup_x264enc"); - caps_str = g_strdup_printf ("%s, profile = (string) %s, " - "stream-format = (string) %s", MPEG_CAPS_STRING, profile, stream_format); - sinktemplate.static_caps.string = caps_str; + caps = gst_caps_from_string (H264_CAPS_STRING); + gst_caps_set_simple (caps, "profile", G_TYPE_STRING, profile, + "stream-format", G_TYPE_STRING, stream_format, NULL); + sink_tmpl = gst_pad_template_new ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, caps); + gst_caps_unref (caps); x264enc = gst_check_setup_element ("x264enc"); mysrcpad = gst_check_setup_src_pad (x264enc, &srctemplate); - mysinkpad = gst_check_setup_sink_pad (x264enc, &sinktemplate); + mysinkpad = gst_check_setup_sink_pad_from_template (x264enc, sink_tmpl); gst_pad_set_active (mysrcpad, TRUE); gst_pad_set_active (mysinkpad, TRUE); @@ -72,8 +71,7 @@ gst_caps_set_simple (caps, "format", G_TYPE_STRING, input_format, NULL); gst_check_setup_events (mysrcpad, x264enc, caps, GST_FORMAT_TIME); gst_caps_unref (caps); - - g_free (caps_str); + gst_object_unref (sink_tmpl); return x264enc; } diff -Nru gst-plugins-ugly1.0-1.14.4/tests/check/generic/states.c gst-plugins-ugly1.0-1.15.1/tests/check/generic/states.c --- gst-plugins-ugly1.0-1.14.4/tests/check/generic/states.c 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/tests/check/generic/states.c 2018-12-31 12:04:15.000000000 +0000 @@ -24,8 +24,6 @@ # include "config.h" #endif -#include - #include static GList *elements = NULL; diff -Nru gst-plugins-ugly1.0-1.14.4/tests/check/meson.build gst-plugins-ugly1.0-1.15.1/tests/check/meson.build --- gst-plugins-ugly1.0-1.14.4/tests/check/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/tests/check/meson.build 2018-12-31 12:04:15.000000000 +0000 @@ -1,12 +1,18 @@ # name, condition when to skip the test and extra dependencies ugly_tests = [ - [ 'elements/amrnbenc', not amrnb_dep.found() ], - [ 'elements/mpeg2dec', not mpeg2_dep.found(), [ gstvideo_dep ] ], - [ 'elements/x264enc', not x264_dep.found() ], [ 'elements/xingmux' ], [ 'generic/states' ], ] +# FIXME: unistd dependency or not tested yet on windows +if host_machine.system() != 'windows' + ugly_tests += [ + [ 'elements/amrnbenc', not amrnb_dep.found() ], + [ 'elements/mpeg2dec', not mpeg2_dep.found() or not cdata.has('HAVE_UNISTD_H'), [ gstvideo_dep ] ], + [ 'elements/x264enc', not x264_dep.found() or not cdata.has('HAVE_UNISTD_H') ], + ] +endif + test_defines = [ '-UG_DISABLE_ASSERT', '-UG_DISABLE_CAST_CHECKS', @@ -61,9 +67,10 @@ env.set('GST_PLUGIN_SYSTEM_PATH_1_0', '') env.set('CK_DEFAULT_TIMEOUT', '20') env.set('GST_PLUGIN_LOADING_WHITELIST', 'gstreamer', 'gst-plugins-base', - 'gst-plugins-good', 'gst-plugins-ugly@' + meson.build_root(), separator: ':') + 'gst-plugins-good', 'gst-plugins-ugly@' + meson.build_root()) env.set('GST_PLUGIN_PATH_1_0', [meson.build_root()] + pluginsdirs) env.set('GST_REGISTRY', '@0@/@1@.registry'.format(meson.current_build_dir(), test_name)) + env.set('GST_REGISTRY', join_paths(meson.current_build_dir(), '@0@.registry'.format(test_name))) test(test_name, exe, env: env, timeout: 3 * 60) endif endforeach diff -Nru gst-plugins-ugly1.0-1.14.4/tests/meson.build gst-plugins-ugly1.0-1.15.1/tests/meson.build --- gst-plugins-ugly1.0-1.14.4/tests/meson.build 2018-03-23 20:44:54.000000000 +0000 +++ gst-plugins-ugly1.0-1.15.1/tests/meson.build 2018-12-31 12:04:15.000000000 +0000 @@ -1,3 +1,3 @@ -if host_machine.system() != 'windows' +if not get_option('tests').disabled() and gstcheck_dep.found() subdir('check') endif