Opened 5 years ago
Closed 5 years ago
#14023 closed enhancement (fixed)
gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gstreamer-vaapi gst-libav- 1.18.0
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 10.1 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (7)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
comment:3 by , 5 years ago
It looks like your patch would be an easy fix for us.
sed -e "s/leaks.c'/&, not tracer_hooks or not gst_debug'/" \
-i tests/check/meson.build
comment:4 by , 5 years ago
We better use --wrap-mode=nodownload
for gst-plugins-base, preventing it from downloading some OpenGL headers. The system OpenGL headers (from mesa) would be used insteadly.
comment:5 by , 5 years ago
The release notes are at https://gstreamer.freedesktop.org/releases/1.18/. They are too large to post here, going down over a thousand lines.
comment:6 by , 5 years ago
The gtk-doc dependency has been removed and replaced in favor of 'hotdoc' (https://pypi.org/project/hotdoc/).
Note:
See TracTickets
for help on using tickets.
I encounter https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/585. It seems
-Dgst_debug=false
triggers it.I'll leave a comment there.