Seungha Yang
338d5501d0
nvdsdewarp: Disallow resizing in case of passthrough
...
It's not supported yet
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8558 >
2025-07-23 12:37:43 +00:00
Seungha Yang
608e57e542
nvdsdewarp: Avoid synchronization if possible
...
If input/output memory objects have the same cuda stream,
don't need to synchronize stream
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8558 >
2025-07-23 12:37:43 +00:00
Seungha Yang
6d2530fb37
nvdsdewarp: Cache texture object
...
... instead of creating texture for every frame
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8558 >
2025-07-23 12:37:43 +00:00
Seungha Yang
f93e200bfe
nvdsdewarp: Add support for output resizing
...
... and adding "add-borders" property
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8558 >
2025-07-23 12:37:43 +00:00
Stéphane Cerveau
7320acdaca
vkdownload: implement decide_allocation virtual method
...
In the case of caps change such as frame size, a new buffer pool should be
created according to this new caps via the decide_allocation() vmethod.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8931 >
2025-07-23 09:45:20 +00:00
Olivier Crête
9fb3df1422
analyticsoverlay: Add expire-overlay property
...
If there has been no new data for this amount of time, just
expire the overlay and don't send one. Otherwise, it keeps sending
the old one for the following frames.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9409 >
2025-07-22 23:31:23 +00:00
Seungha Yang
5325ec41e4
nvencoder: Always allow interlaced stream
...
... even if hardware does not support interlaced encoding at bitstream level.
Although interlacing information is not written in the bitstream,
that information can be signalled via container, thus allow interlaced
stream.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9328 >
2025-07-22 15:49:04 +00:00
Seungha Yang
4f932ee081
d3d12swapchainsink: Add last-rendered-sample action signal
...
Add a new action signal to allow applications to capture
the most recently rendered frame directly from the swapchain
back buffer.
Unlike the existing "last-sample" property, which exposes
the raw input sample before any sink-side processing, this
signal captures the final displayed image after any internal
image processing (e.g., UV remap, color balance, overlay) has been
applied.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9423 >
2025-07-22 12:02:15 +00:00
Stéphane Cerveau
559dbdecf1
tests: vkh26xenc: use vkvideoencodebase
...
To avoid duplicating code, use vkvideoencodebase.c
Code cleanup and function clarifications.
Fix leaks in case of multiple device.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9077 >
2025-07-22 10:35:16 +00:00
Olivier Crête
69e91b78a7
tflite: Add support for VSI delegate
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9410 >
2025-07-21 17:40:04 -04:00
Olivier Crête
d1b00839c3
classifiertensordecoder: Use utility functions to get tensors
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9419 >
2025-07-21 14:49:42 +00:00
Olivier Crête
d1483d6c55
classifiertensordecoder: Handle error cases better with labels file
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9419 >
2025-07-21 14:49:42 +00:00
Olivier Crête
fe0d7f249d
ssdobjectdetector: Validate tensor type and dimensions
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9419 >
2025-07-21 14:49:42 +00:00
Olivier Crête
561e2b28af
tensor: Print tensor name in debug name
...
It makes it easier to understand which one is rejected.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9419 >
2025-07-21 14:49:42 +00:00
Tim-Philipp Müller
15c9bc4d2a
unixfd: fix and improve the example pipelines in the documentation
...
- Add a videoconvert element before the videosink so that the output
works no matter what format gets negotiated (A444_16LE for me)
- Specify a reasonable video format and size with a capsfilter, so
we don't default to something silly like A444_16LE @ 240p.
- Add a timeoverlay element, so it's obvious when stoppping/restarting
the pipeline that the input stream is just picked up again from the
moment the consumer pipeline is restarted.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9422 >
2025-07-18 17:52:42 +01:00
Philippe Normand
990c8b91a9
transcoder: Fix warning/error APIs
...
The GError pointers were actually not out-parameters. :(
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9407 >
2025-07-18 08:02:50 +00:00
Philippe Normand
a03d5bedd3
transcoder: Remove unused priv->bus variable
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9407 >
2025-07-18 08:02:50 +00:00
Philippe Normand
9babc9a9e5
transcoder: signal-adapter: Fix error/warning details access
...
The field names were missing in the gst_structure_get() calls...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9407 >
2025-07-18 08:02:50 +00:00
Philippe Normand
e31b1d8859
check: Silence some OpenSSL memory leaks
...
The OpenSSL version shipping in Fedora 40 leaks memory, the issue is fixed in
F42.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9323 >
2025-07-18 00:57:40 +00:00
Philippe Normand
6db20592ef
dtls: Use ECDSA private key for default certificate
...
ECDSA is widely used in browsers and SFUs, some servers such as the ones using
BouncyCastle only accept certificates signed with ECDSA.
Based on closed MR https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2458
Fixes #4516
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9323 >
2025-07-18 00:57:40 +00:00
Olivier Crête
2c3f2747d6
tensormeta: Check dimensions when retrieving tensor
...
Modify the API to retrieve the tensor meta to check for the dimensions
as well.
Also fix an API mistake, the buffer whose dimensions should be checheck
is the one inside the GstTensor, not another buffer some outside.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9411 >
2025-07-17 17:43:32 +00:00
Olivier Crête
5f52eaae83
tensormeta: Don't crash on invalid tensor name
...
It's a valid case to check for an existing tensor.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9411 >
2025-07-17 17:43:32 +00:00
Stéphane Cerveau
d1022fb469
vkupload: fix the refactored frame copy
...
When refactoring the code in 743c425f64,
the wrong GstBuffer has been used to copy to,
leading to a failing frame copy.
The bug has been discovered running
elements_vkcolorconvert.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9373 >
2025-07-17 15:30:25 +00:00
Seungha Yang
0d1cd40097
d3d12swapchainsink: Update uv-remap signal to support background color
...
Allow per viewport background color setting
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9393 >
2025-07-17 12:55:11 +00:00
Sebastian Dröge
d255ed96f0
tensor: Clarify meaning of the dimensions array in the docs
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9325 >
2025-07-17 11:25:59 +00:00
Olivier Crête
b11ccc5cdf
analyticsmeta: Remove incorrect check
...
The value can be NULL which is the wildcard
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9413 >
2025-07-16 18:55:55 -04:00
raghu447
d868357270
tensordecoder: rename facedetector element
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9344 >
2025-07-16 20:35:04 +00:00
Julian Bouzas
36bb470d1d
h266parse: Parse and attach LCEVC metadata to buffers if present
...
Similar to h264parse and h265parse, this patch enhances the element to parse
LCEVC enhancement data from SEI, and attach it to output buffers as GstLcevcMeta.
The 'lcevc' field in the output caps is also set to TRUE or FALSE depending on
whether LCEVC data is present or not.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9365 >
2025-07-15 19:23:41 -04:00
Julian Bouzas
e44bab9fe9
h266parse: Parse and process SEI registered user data
...
Similar to h264parse and h265parse, this patch improves the element to parse
the SEI registered user data from NAL units. The core structure of H266 SEI for
ITU-T T.35 is the same as the other parsers, so we can re-use the same logic.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9365 >
2025-07-15 19:23:39 -04:00
Seungha Yang
66880012c5
examples: d3d12swapchainsink: Add support for force-aspect-ratio change
...
Adding keyboard control for "force-aspect-ratio" property change
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9392 >
2025-07-14 17:07:35 +00:00
Seungha Yang
fc73216671
d3d12swapchainsink: Fix force-aspect-ratio change in playing state
...
Set output updated flag so that viewport can be calculated again
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9392 >
2025-07-14 17:07:35 +00:00
Sebastian Dröge
6ce4637aab
analytics: Include new batch meta in the single-include header
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9391 >
2025-07-14 15:07:37 +03:00
Sebastian Dröge
3a51f42ab0
analytics: Add GstAnalyticsBatchMeta for batches of buffers from one or more streams
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9282 >
2025-07-13 18:25:26 +02:00
Doug Nazar
c00d77e6d7
avtp: crf: Setup socket during state change to ensure we handle failure
...
Previously the socket would be created in the thread, which take some
time to start. As the tests were so short they would usually pass as
they don't actually use the socket.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9364 >
2025-07-10 15:50:30 +00:00
Doug Nazar
7d8f9b840f
avtp: crf: tests: Only run tests if packet socket is available
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9364 >
2025-07-10 15:50:30 +00:00
Mathieu Duponchelle
cde27346fb
rtmp2src: don't send window acknowledgement size commands twice
...
This causes servers such as AWS MediaLive to drop the connection, and
the message flow chart as documented in the "spec" always has the
server sending it first, and the client replying to it on reception of
the Set Peer Bandwidth, which we do since 286a3829b637.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9360 >
2025-07-10 09:04:16 +00:00
Mathieu Duponchelle
668ef84171
rtmp2src: fix playback of URIs without a playpath
...
ffmpeg manages to play RTMP URLs in the form:
```
protocol://servername:port/appname
```
and does not require a second component to the path, adapt our code to
allow using such URLs as `tcUrl`.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9360 >
2025-07-10 09:04:16 +00:00
Piotr Brzeziński
c43d3900bf
vtenc: Fix negotiation failure with profile=main-422-10
...
Previous version passed just enough data to the parser to detect
main/main-10, but main-422-10 is one of the range extensions profiles.
Those need a few more bits to be accurately detected, and since those
were just uinitialized memory previously, we'd incorrectly end up with
main or main-10 when the encoder was in fact giving us 4:2:2 10bit
output.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9348 >
2025-07-10 08:04:45 +00:00
Nicolas Dufresne
8092669a18
wayland: window: Fix next video info leak
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9353 >
2025-07-09 20:07:38 +00:00
Nicolas Dufresne
c803ce7a9c
waylandsink: Parse and set the HDR10 metadata
...
Basically whenever the compositor have support for it, and the caps includes it,
set the mastering display and light content level information.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9353 >
2025-07-09 20:07:38 +00:00
Nicolas Dufresne
c61b6f76b0
wayland: display: Detect HDR10 metadata feature
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9353 >
2025-07-09 20:07:38 +00:00
Doug Nazar
24dcc0a009
openh264: Ensure src_pic is initialized before use
...
valgrind was showing reads of uninitialized memory and the
library examples all memset the structure before use.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9352 >
2025-07-09 07:13:06 +00:00
Julian Bouzas
7ad82930e2
h265parse: Parse and attach LCEVC metadata to buffers if present
...
Similar to h264parse, this patch enhances the element to parse LCEVC enhancement
data from SEI, and attach it to output buffers as GstLcevcMeta. The 'lcevc'
field in the output caps is also set to TRUE or FALSE depending on whether LCEVC
data is present or not.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9335 >
2025-07-08 22:36:08 +00:00
Tim-Philipp Müller
24ee088cee
Back to development after 1.27.1
2025-07-08 20:00:07 +01:00
Tim-Philipp Müller
1fa56616fb
Release 1.27.1
2025-07-08 19:58:12 +01:00
Matthew Waters
4ed83e5973
vulkanfullscreenquad: add locks for synchronisation
...
Now all API can be accessed from any thread.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9337 >
2025-07-08 11:43:13 +00:00
Doug Nazar
f11d258545
cpu-throttling-clock: fix race between async callback and unscheduling
...
It's possible that the callback is already scheduled to run on another
thread when we unschedule it during dispose and we would then access
a freed object.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9151 >
2025-07-08 09:05:29 +00:00
Doug Nazar
13f3656b7b
h266parse: test: Pass correct size argument to va_arg function
...
sizeof(int) != sizeof (gsize)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9151 >
2025-07-08 09:05:29 +00:00
Doug Nazar
0add16906a
analytics: tests: Copy correct size of array to buffer
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9151 >
2025-07-08 09:05:29 +00:00
Doug Nazar
50a6f31902
decklink: Fix a memory leak
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9151 >
2025-07-08 09:05:29 +00:00