summaryrefslogtreecommitdiff
path: root/subprojects/gst-plugins-base/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2023-02-23 18:22:59 +0000
committerTim-Philipp Müller <tim@centricular.com>2023-02-23 18:22:59 +0000
commit1c37d0ddecec540110fcd7dc37105dc6f9298a02 (patch)
tree3965bba85f9a7876bafc21f5dd6465fa17ae4f1e /subprojects/gst-plugins-base/ChangeLog
parent33e62f4b8e51d092e4bef60f6468c92e9a5efb22 (diff)
Update ChangeLogs for 1.20.6
Diffstat (limited to 'subprojects/gst-plugins-base/ChangeLog')
-rw-r--r--subprojects/gst-plugins-base/ChangeLog103
1 files changed, 103 insertions, 0 deletions
diff --git a/subprojects/gst-plugins-base/ChangeLog b/subprojects/gst-plugins-base/ChangeLog
index e6ff054d76..0722ed9013 100644
--- a/subprojects/gst-plugins-base/ChangeLog
+++ b/subprojects/gst-plugins-base/ChangeLog
@@ -1,7 +1,110 @@
+2023-02-22 15:05:56 +0000 Tristan van Berkom <tristan.vanberkom@codethink.co.uk>
+
+ * gst-libs/gst/gl/x11/gstglwindow_x11.c:
+ gstglwindow_x11.c: Fix colormap leak
+ This fixes an X server side memory leak, this is normally not severe
+ but in some circumstances where the glwindow is recreated frequently
+ it can result in a very bad memory leak.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4049>
+
+2023-02-13 11:46:03 -0800 Yang, Xuchen <xuchen.yang@dolby.com>
+
+ * gst-libs/gst/audio/audio-channel-mixer.c:
+ audio: channel-mix: Fix channel count limit to be able to equal 64
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3956>
+
+2023-01-25 13:19:01 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/gst/sdp/gstmikey.c:
+ sdp: Fix gst_mikey_payload_key_data_set_interval() array length annotation
+ Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1744
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3794>
+
+2022-12-24 23:41:52 -0500 F. Duncanh <fduncanh@gmail.com>
+
+ * gst-libs/gst/gl/meson.build:
+ plugins-base/tests/check/meson.build: add omitted Wayland dependence
+ SUSE places Wayland include files in /usr/include/wayland, and needs
+ a Cflag added to wayland_client_deps by pkg-config, which is added to
+ gl_winsys_deps: add this as a dependency in gstgl_dep to fix issue.
+ Fixes #1607
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3768>
+
+2023-01-11 15:41:03 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * po/LINGUAS:
+ * po/af.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/ka.po:
+ * po/lt.po:
+ * po/lv.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:
+ gst-plugins-base: update translations
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3764>
+
+2022-12-29 11:02:10 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/gst/gl/gstglcontext.c:
+ gl: Mark `gst_gl_context_new_wrapped()` return value as `nullable`
+ If a GL context is requested for which no API support is compiled in
+ then `NULL` is returned.
+ Also remove a useless `NULL` check: `g_object_new()` can't possibly
+ return `NULL`, ever.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3668>
+
+2022-12-29 03:52:42 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
+
+ * gst-libs/gst/gl/meson.build:
+ meson: Add gstreamer-gl-1.0 pkgconfig vars to internal dependency
+ So we can fetch gl_winsys, gl_platforms, etc directly using
+ gst_gl_dep.get_variable() when building gstreamer as a subproject, or
+ when building gst-plugins-rs's gtk4 plugin.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3667>
+
+2022-12-20 00:39:36 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ Back to development
+
=== release 1.20.5 ===
2022-12-19 23:34:42 +0000 Tim-Philipp Müller <tim@centricular.com>
+ * ChangeLog:
* NEWS:
* RELEASE:
* gst-plugins-base.doap: