Thibault Saunier
07ad3439ce
Merging gst-plugins-bad
2021-09-24 16:14:04 -03:00
Thibault Saunier
5ff769d731
Move files from gst-plugins-good into the "subprojects/gst-plugins-good/" subdir
2021-09-24 16:13:50 -03:00
Thibault Saunier
2217dc11ee
Merging gst-plugins-good
2021-09-24 16:13:37 -03:00
Thibault Saunier
2fd28195ca
Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir
2021-09-24 16:13:26 -03:00
Thibault Saunier
d2822d09ea
Merging gst-plugins-base
2021-09-24 16:13:17 -03:00
Thibault Saunier
6c364d9626
Move files from gstreamer into the "subprojects/gstreamer/" subdir
2021-09-24 16:13:07 -03:00
Tim-Philipp Müller
ce5b31a1b0
Release 1.19.2
2021-09-23 01:36:20 +01:00
Tim-Philipp Müller
5e7a44cf54
Release 1.19.2
2021-09-23 01:36:17 +01:00
Tim-Philipp Müller
b27bcc187e
Release 1.19.2
2021-09-23 01:36:15 +01:00
Tim-Philipp Müller
0d7e952001
Release 1.19.2
2021-09-23 01:36:11 +01:00
Tim-Philipp Müller
9fc9a20652
Release 1.19.2
2021-09-23 01:36:03 +01:00
Tim-Philipp Müller
c3ddb29cb2
Release 1.19.2
2021-09-23 01:35:54 +01:00
Tim-Philipp Müller
6580cad30e
Release 1.19.2
2021-09-23 01:35:45 +01:00
Tim-Philipp Müller
fc34303569
Release 1.19.2
2021-09-23 01:35:40 +01:00
Tim-Philipp Müller
0b037e35e7
Release 1.19.2
2021-09-23 01:35:27 +01:00
Tim-Philipp Müller
4f649c9556
Release 1.19.2
2021-09-23 01:35:17 +01:00
Tim-Philipp Müller
ca8068c6d7
Release 1.19.2
2021-09-23 01:34:50 +01:00
Tim-Philipp Müller
499d3cd726
Release 1.19.2
2021-09-23 01:34:00 +01:00
Tim-Philipp Müller
20bbeb5e37
Release 1.19.2
2021-09-23 01:33:41 +01:00
Tim-Philipp Müller
ce937bcb21
Release 1.19.2
2021-09-23 01:33:09 +01:00
Tim-Philipp Müller
b4ca58df76
Release 1.19.2
2021-09-23 01:32:33 +01:00
Mathieu Duponchelle
27d4c5157d
scripts/release: fix license files paths
...
The previous version only worked when the script was run from
the root source directory
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/165 >
2021-09-23 01:20:22 +02:00
Nicolas Dufresne
eb9511646d
audiobuffersplit: Remove unneeded buffer_clip wrapper
...
This is just a small cleanup noticed while reading.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2544 >
2021-09-22 23:06:06 +00:00
Vivek R
d5e94da30c
opencv: cvtracker: add draw property
...
This property controls the drawing of rectangle around the tracked object.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2454 >
2021-09-22 20:19:10 +00:00
Vivek R
d28f11998d
opencv: add cvtracker plugin
...
This adds an object tracker plugin.
Tracker implementations from https://docs.opencv.org/3.4/d0/d0a/classcv_1_1Tracker.html
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2454 >
2021-09-22 20:19:10 +00:00
Vivek R
3764a1617d
opencv: patch to ensure headers are detected
...
This patch is used to ensure opencv headers are detected.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2454 >
2021-09-22 20:19:09 +00:00
Tim-Philipp Müller
2d23bccf47
rtph263pdepay: flag keyframes on output buffers
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1091 >
2021-09-22 14:03:57 +01:00
Sebastian Dröge
55ca21edae
clocksync: Add some debug output to the clock waiting code
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/841 >
2021-09-22 12:04:44 +00:00
Tim-Philipp Müller
11a151ef80
mpegtsmux, mpegpsmux: remove GPL from choice of licenses and add SPDX license identifiers
...
Some people need to avoid inclusion of GPL code for their use cases and thus
get easily spooked by GPL license headers. This code is actually licensed
under different licenses, only one of which is GPL, and it's already possible
to just upgrade from LGPL to GPL anyway so having the GPL listed explicitly
as one of the choices doesn't really add anything. So remove GPL from the list
and also add SPDX license identifiers while we're at it.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2539 >
2021-09-22 00:20:02 +00:00
Tim-Philipp Müller
cc50672d29
pbutils: codec-utils: fix g-ir-scanner warning
...
Warning: GstPbutils: gst_codec_utils_h264_get_profile_flags_level:
unknown parameter 'codec_data' in documentation comment, should be 'codecs_data
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1279 >
2021-09-21 22:39:46 +01:00
Seungha Yang
589ff8ca6d
wasapideviceprovider: Add support for dynamic device add/remove
...
Adding IMMDeviceEnumerator::RegisterEndpointNotificationCallback
in order to support device monitoring.
On OnDeviceAdded(), OnDeviceRemoved(), and OnDefaultDeviceChanged()
callback, wasapi device provider implementation will enumerate
devices again and will notify newly added and removed device
via GstDeviceProvider API.
As a bonus point, this IMMDeviceEnumerator abstraction object
will spawn a dedicated internal COM thread, so various COM thread
related issues of WASAPI plugin can be resolved by this commit.
Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1649
Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1110
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2484 >
2021-09-21 17:34:35 +00:00
Jan Alexander Steffens (heftig)
e4a9db6abe
x264enc: Strip trailing whitespace from x264's log messages
...
x264 has linebreaks at the end of its log messages that we should
ignore.
Add G_GNUC_PRINTF to the callback to make sure GCC lets us forward the
format string to another function marked as printf (g_strdup_vprintf)
without triggering -Wformat-nonliteral.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/85 >
2021-09-21 17:50:26 +02:00
Jan Alexander Steffens (heftig)
de87e0d381
x264enc: Add the func/line info to the log callback
...
It looks awkward when it's missing. At least point us at the callback
function.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/85 >
2021-09-21 15:38:04 +02:00
Jan Alexander Steffens (heftig)
de465be3e4
x264enc: Reduce log spam about bit depth support
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/85 >
2021-09-21 15:17:59 +02:00
Nicolas Dufresne
3607c617a5
alsasink: Allow stop() function to happen during failing writes
...
In ALSA, there is possible temporary failures that may require a retry,
though in certain situation, this may leak to the write() function
holding on a lock forever preventing the pipeline from going to pause
or stop. Fix this by shortly dropping the lock between retries.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1261 >
2021-09-20 18:06:44 +00:00
Nicolas Dufresne
7b76c97de9
alsasink: Improve logging in write() function
...
This moves the "written X frames" lower so that we don't trace
confusing negative values on errors and add the error code in the
"Write error" log.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1261 >
2021-09-20 18:06:44 +00:00
Stéphane Cerveau
3c937c8023
openjpeg: add unit test
...
Test various format supported with subframes.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/979 >
2021-09-20 15:11:03 +00:00
Stéphane Cerveau
0d0e89108b
jpeg2000parse + openjpeg: Switch striped mode to its own caps
...
It's not compatible with any other element that use the non-striped
mode. In addition, in this mode, we require that every frame have the
same number of stripes or that the MARKER bit be present, which is
different from the other
formats too.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/979 >
2021-09-20 15:11:03 +00:00
Stéphane Cerveau
619cbca642
openjpegdec: Fix crash with AYUV64 in subframe mode
...
Remove useless generic fill_frame methods to use
the packed one for AYUV and AYUV64.
Fix gst-launch-1.0 -v videotestsrc !
video/x-raw,width=640,height=480,format=AYUV64 ! openjpegenc
num-stripes=8 ! openjpegdec max-threads=8 ! videoconvert !
autovideosink sync=false
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/979 >
2021-09-20 15:11:02 +00:00
Stéphane Cerveau
86be138973
openjpegdec: support for a multithreaded decoding.
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/979 >
2021-09-20 15:11:02 +00:00
Aaron Boxer
18c3437546
openjpegdec: enable sub frame mode
...
Rebuild output frame from multiple stripes input.
Keep the first frame and fill it with the following stripes to finish
a complete frame only once.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/979 >
2021-09-20 15:11:02 +00:00
Olivier Crête
9e2e2f01ec
mpegtsmux: Require frame alignment for JPEG 2000
...
We have yet to implement stripe alignment with the required descriptor.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/979 >
2021-09-20 15:11:02 +00:00
Olivier Crête
b2f7cb3372
openjpegdec: Reject stripes for now
...
They're not implemented.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/979 >
2021-09-20 15:11:02 +00:00
Olivier Crête
27d1313404
openjpegenc: Only allow stripe with image/x-jpc format
...
It's the only format that our MPEG-TS muxer allows and the carriage of
JPEG 2000 stripes is only defined for MPEG-TS as far as I know.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/979 >
2021-09-20 15:11:02 +00:00
Stéphane Cerveau
116a10d531
openjpegenc: support for a multithreaded encoding.
...
This commit introduces a multithreaded encoder allowing
to encode mulitple stripes or subframes in separated threads.
This feature aims to enhance the overall latency of a codec
pipeline.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/979 >
2021-09-20 15:11:02 +00:00
Philippe Normand
0538929847
wpe: context thread dispatch fixes
...
Use dedicated mutex/cond/flag for jobs being dispatched in the context thread.
The previous code was signalling the thread startup condition, which is wrong.
When WPEContextThread::dispatch() is invoked it means the thread has already
correctly been started up.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2533 >
2021-09-20 14:44:19 +00:00
Philippe Normand
4af3442d4a
wpe: Properly wait on context thread startup condition
...
Fixes #1661
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2533 >
2021-09-20 14:44:19 +00:00
Nicolas Dufresne
9dfd237741
doc: Update kmssink caps cache
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2530 >
2021-09-20 14:08:56 +00:00
Nicolas Dufresne
360620fea4
kmssink: Add RGB16/BGR16 support
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2530 >
2021-09-20 14:08:56 +00:00
Nicolas Dufresne
f1b0b95dc4
kmssink: Sort format according to GST_VIDEO_FORMATS_ALL
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2530 >
2021-09-20 14:08:56 +00:00