Thibault Saunier 
							
						 
					 
					
						
						
						
						
							
						
						
							f4f473650f 
							
						 
					 
					
						
						
							
							ges: pipeline: Add missing API guard  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7882 > 
						
						
					 
					
						2024-11-13 21:23:43 +00:00 
						 
				 
			
				
					
						
							
							
								Thibault Saunier 
							
						 
					 
					
						
						
						
						
							
						
						
							c00429a917 
							
						 
					 
					
						
						
							
							ges: launch: Fix usage of save-only after loading a project  
						
						... 
						
						
						
						We need to wait for the project to be loaded before saving the file
and quit
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4003 
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7882 > 
						
						
					 
					
						2024-11-13 21:23:43 +00:00 
						 
				 
			
				
					
						
							
							
								Edward Hervey 
							
						 
					 
					
						
						
						
						
							
						
						
							6ba70f5da8 
							
						 
					 
					
						
						
							
							mpegtsmux: Post error on the bus if no mapping is found  
						
						... 
						
						
						
						This is more useful/visible
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7707 > 
						
						
					 
					
						2024-11-13 08:29:25 +01:00 
						 
				 
			
				
					
						
							
							
								Edward Hervey 
							
						 
					 
					
						
						
						
						
							
						
						
							244b00ac08 
							
						 
					 
					
						
						
							
							mpegts: Add custom mapping for vp9  
						
						... 
						
						
						
						This is a custom mapping. There isn't much needed apart from that to store vp9
in mpeg-ts since the bitstream is self contained.
Since there are no official specification we don't want people to be mistaken in
believing that. Therefore that mapping is only used in the muxer if the (new)
property `enable-custom-mappings` is set to TRUE.
* The MPEG-TS Stream Type is Private Data (0x6) with the registration descriptor
  set to `VP09`.
* The Access Unit are VP9 frames stored in PES packets
* As there is no emulation prevention byte in VP9 elementary stream, the can be
  misdetection of PES start code. To avoid this, the start of a PES packet must
  be signalled using the Payload Unit Start Indicator in the transport packet
  header
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7707 > 
						
						
					 
					
						2024-11-13 08:28:36 +01:00 
						 
				 
			
				
					
						
							
							
								Thibault Saunier 
							
						 
					 
					
						
						
						
						
							
						
						
							23ce0d2901 
							
						 
					 
					
						
						
							
							meson: gst: Make GST_FULL_STATIC_COMPILATION a static only arg  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7874 > 
						
						
					 
					
						2024-11-12 16:28:39 +00:00 
						 
				 
			
				
					
						
							
							
								Thibault Saunier 
							
						 
					 
					
						
						
						
						
							
						
						
							650ff6c5d0 
							
						 
					 
					
						
						
							
							nvcodec: gl now supports Y444_16LE  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7858 > 
						
						
					 
					
						2024-11-12 11:31:37 -03:00 
						 
				 
			
				
					
						
							
							
								Thibault Saunier 
							
						 
					 
					
						
						
						
						
							
						
						
							6ed0d547a7 
							
						 
					 
					
						
						
							
							gl: colorconvert: Add support for Y444_10XX and Y444_16XX  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7858 > 
						
						
					 
					
						2024-11-12 11:31:37 -03:00 
						 
				 
			
				
					
						
							
							
								Seungha Yang 
							
						 
					 
					
						
						
						
						
							
						
						
							43fc9525ca 
							
						 
					 
					
						
						
							
							d3d12swapchainsink: Fix error when the sink is reused  
						
						... 
						
						
						
						Release backbuffer just before releasing swapchain
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7867 > 
						
						
					 
					
						2024-11-12 12:03:18 +00:00 
						 
				 
			
				
					
						
							
							
								Théo Maillart 
							
						 
					 
					
						
						
						
						
							
						
						
							a1c92c0cb1 
							
						 
					 
					
						
						
							
							mpegvideoparse: do not set delta unit flag on unknown frame type  
						
						... 
						
						
						
						When encoding an image to mpeg2 video, with something like:
  gst-launch-1.0 encodebin name=e profile=mpegpsmux:video/mpeg,mpegversion=2,systemstream=false ! \
                 filesink location=sample.mpg filesrc num-buffers=1 blocksize=$(stat -c%s sample.png) \
                 location=sample/dts.png ! pngdec ! e.
The only frame's type is set to an invalid value 0
The consequence is that mpegvideoparse sets the delta unit flag on the buffer because
it is not an I frame, then decodebin3 drops this only frame because the delta
unit flag is set and the decoder receives eos before it was able to receive any
encoded data
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7832 > 
						
						
					 
					
						2024-11-12 09:13:10 +00:00 
						 
				 
			
				
					
						
							
							
								Víctor Manuel Jáquez Leal 
							
						 
					 
					
						
						
						
						
							
						
						
							986b91fbe9 
							
						 
					 
					
						
						
							
							h26Xbitwriter: use quote form directive for internal header  
						
						... 
						
						
						
						Since nalutils.h is not installed it should be included for the local path.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7868 > 
						
						
					 
					
						2024-11-12 06:29:22 +00:00 
						 
				 
			
				
					
						
							
							
								Alicia Boya García 
							
						 
					 
					
						
						
						
						
							
						
						
							2080aff70c 
							
						 
					 
					
						
						
							
							adapter: Improve documentation for gst_adapter_available()  
						
						... 
						
						
						
						When I first read the documentation of gst_adapter_available() and
gst_adapter_available_fast() I got quite confused as it seemed that
both performed the same purpose but one was slower than the other.
I shared it with other people and found they also arrived at the same
wrong conclusion.
Hopefully this patch will make the actual purpose clearer.
Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/issues/12 
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7859 > 
						
						
					 
					
						2024-11-11 17:25:18 +00:00 
						 
				 
			
				
					
						
							
							
								Niklas Jang 
							
						 
					 
					
						
						
						
						
							
						
						
							3dcdea9e80 
							
						 
					 
					
						
						
							
							docs: tutorials: improve Linux compile instruction for newbies  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7859 > 
						
						
					 
					
						2024-11-11 17:25:18 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Schuring 
							
						 
					 
					
						
						
						
						
							
						
						
							1a9ecaeec9 
							
						 
					 
					
						
						
							
							docs: plugin development: add example for enum property  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7859 > 
						
						
					 
					
						2024-11-11 17:25:18 +00:00 
						 
				 
			
				
					
						
							
							
								Zeno Endemann 
							
						 
					 
					
						
						
						
						
							
						
						
							7112f1b874 
							
						 
					 
					
						
						
							
							docs: application-development: Clarify usage of static elements  
						
						... 
						
						
						
						Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/issues/41 
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7859 > 
						
						
					 
					
						2024-11-11 17:25:18 +00:00 
						 
				 
			
				
					
						
							
							
								Tim-Philipp Müller 
							
						 
					 
					
						
						
						
						
							
						
						
							96d762c6eb 
							
						 
					 
					
						
						
							
							docs: installing-on-windows: %HOMEFOLDER% does not exist  
						
						... 
						
						
						
						%HOMEPATH% does, however.
Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/issues/52 
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7859 > 
						
						
					 
					
						2024-11-11 17:25:18 +00:00 
						 
				 
			
				
					
						
							
							
								Tim-Philipp Müller 
							
						 
					 
					
						
						
						
						
							
						
						
							4702cae7ff 
							
						 
					 
					
						
						
							
							tutorials: gstreamer tools: fix broken webm to ogg transcode pipeline  
						
						... 
						
						
						
						The pipeline would error out with not-negotiated. Reason is that
the webm file doesn't have an average frame duration set in the
headers, so matroskademux outputs framerate=0/1, but theora in
Ogg really requires a fixed framerate, so that errors out.
Change example to H.264/AAC in MP4, which is more useful.
Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/issues/108 
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7859 > 
						
						
					 
					
						2024-11-11 17:25:18 +00:00 
						 
				 
			
				
					
						
							
							
								Tim-Philipp Müller 
							
						 
					 
					
						
						
						
						
							
						
						
							74d75e481c 
							
						 
					 
					
						
						
							
							docs: fix up some old 0.10-style raw video caps  
						
						... 
						
						
						
						See https://gitlab.freedesktop.org/gstreamer/gst-docs/-/issues/108 
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7859 > 
						
						
					 
					
						2024-11-11 17:25:18 +00:00 
						 
				 
			
				
					
						
							
							
								Tim-Philipp Müller 
							
						 
					 
					
						
						
						
						
							
						
						
							6e4a3ad69b 
							
						 
					 
					
						
						
							
							docs: tools: sync gst-launch page with man page  
						
						... 
						
						
						
						This still had the content from 0.10 time.
See https://gitlab.freedesktop.org/gstreamer/gst-docs/-/issues/108 
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7859 > 
						
						
					 
					
						2024-11-11 17:25:17 +00:00 
						 
				 
			
				
					
						
							
							
								Tim-Philipp Müller 
							
						 
					 
					
						
						
						
						
							
						
						
							566e377272 
							
						 
					 
					
						
						
							
							gst-launch-1.0: update man page a little  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7859 > 
						
						
					 
					
						2024-11-11 17:25:17 +00:00 
						 
				 
			
				
					
						
							
							
								Tim-Philipp Müller 
							
						 
					 
					
						
						
						
						
							
						
						
							2947150de3 
							
						 
					 
					
						
						
							
							security-advisories: sync with www module  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7865 > 
						
						
					 
					
						2024-11-11 17:11:31 +00:00 
						 
				 
			
				
					
						
							
							
								Víctor Manuel Jáquez Leal 
							
						 
					 
					
						
						
						
						
							
						
						
							d9aa8a78ea 
							
						 
					 
					
						
						
							
							h264bitwriter: implement gst_h264_bit_writer_filler()  
						
						... 
						
						
						
						This is required for vulkan encoder since it can only write slides after aligned
offsets.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7785 > 
						
						
					 
					
						2024-11-11 16:05:38 +00:00 
						 
				 
			
				
					
						
							
							
								Sid Sethupathi 
							
						 
					 
					
						
						
						
						
							
						
						
							8be9693b1e 
							
						 
					 
					
						
						
							
							gs: update building README  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7860 > 
						
						
					 
					
						2024-11-11 13:39:50 +00:00 
						 
				 
			
				
					
						
							
							
								Dean Zhang (张安迪) 
							
						 
					 
					
						
						
						
						
							
						
						
							a7f35d4f3c 
							
						 
					 
					
						
						
							
							qtdemux: Add support for m1v fourcc when subtype is vide  
						
						... 
						
						
						
						Some special videos with mlv fourcc can't be recognized by
qtdemux when the subtype of the video is vide instead of
m1v, and will cause negotiation error in subsequent plugin.
So make the handle in qtdemux_video_caps. It might be better
than nothing.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7855 > 
						
						
					 
					
						2024-11-11 12:04:04 +00:00 
						 
				 
			
				
					
						
							
							
								Taruntej Kanakamalla 
							
						 
					 
					
						
						
						
						
							
						
						
							36d8243397 
							
						 
					 
					
						
						
							
							ptp: use ip_mreq instead of ip_mreqn for macOS  
						
						... 
						
						
						
						To join a multicast the macOS still uses the interface address
from the ip_mreq instead of the ip_mreqn unlike other Linux systems.
So add a new conditional block for macOS to use ip_mreq for IP_ADD_MEMBERSHIP
and ip_mreqn for IP_MULTICAST_IF
This is similar to the fix in the glib for multicast join/leave
operation on macOS
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4333 
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7851 > 
						
						
					 
					
						2024-11-11 10:26:43 +00:00 
						 
				 
			
				
					
						
							
							
								Sebastian Dröge 
							
						 
					 
					
						
						
						
						
							
						
						
							e57bd3b0dc 
							
						 
					 
					
						
						
							
							riff: Add support for M101 Matrox uncompressed SD video codec  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7823 > 
						
						
					 
					
						2024-11-11 08:47:41 +00:00 
						 
				 
			
				
					
						
							
							
								Sebastian Dröge 
							
						 
					 
					
						
						
						
						
							
						
						
							c6a6b75358 
							
						 
					 
					
						
						
							
							avcodecmap: Add support for M101 Matrox uncompressed SD video codec  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7823 > 
						
						
					 
					
						2024-11-11 08:47:41 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Nieto 
							
						 
					 
					
						
						
						
						
							
						
						
							0d85cdafd5 
							
						 
					 
					
						
						
							
							exiftag: handle GST_TAG_CAPTURING_LIGHT_SOURCE tag  
						
						... 
						
						
						
						This exif tag allows to specify the different light conditions
when taking a picture. This tag is defined in:
https://exiftool.org/TagNames/EXIF.html#LightSource 
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5571 > 
						
						
					 
					
						2024-11-10 12:57:36 +00:00 
						 
				 
			
				
					
						
							
							
								Sebastian Dröge 
							
						 
					 
					
						
						
						
						
							
						
						
							b5e119bbcc 
							
						 
					 
					
						
						
							
							ccconverter: Don't override in_fps_entry when trying to take output  
						
						... 
						
						
						
						This allows to handle CDP streams where the framerate is not provided by the
caps and generally gives preference to the framerate inside the CDP packets over
the one in the caps.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7532 > 
						
						
					 
					
						2024-11-10 08:37:36 +00:00 
						 
				 
			
				
					
						
							
							
								Tim-Philipp Müller 
							
						 
					 
					
						
						
						
						
							
						
						
							7e9866844f 
							
						 
					 
					
						
						
							
							audioresample: skip pointless loop in broken test_fft unit test  
						
						... 
						
						
						
						Variable f1 is never used, so just skip that loop for now.
The test has never actually tested actual resampling because of
that bug it seems, and the test fails if fixed to actually resample.
For now we just avoid the pointless 126*12 pipelines that were just
testing the same thing (nothing) over and over again.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7827 > 
						
						
					 
					
						2024-11-09 02:54:35 +00:00 
						 
				 
			
				
					
						
							
							
								Olivier Crête 
							
						 
					 
					
						
						
						
						
							
						
						
							65549da07e 
							
						 
					 
					
						
						
							
							tensormeta: Add Python unit tests for the tensor meta APIs  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000 > 
						
						
					 
					
						2024-11-08 14:58:49 +00:00 
						 
				 
			
				
					
						
							
							
								Olivier Crête 
							
						 
					 
					
						
						
						
						
							
						
						
							9153024af1 
							
						 
					 
					
						
						
							
							girs: Update analytics  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000 > 
						
						
					 
					
						2024-11-08 14:58:49 +00:00 
						 
				 
			
				
					
						
							
							
								Olivier Crête 
							
						 
					 
					
						
						
						
						
							
						
						
							d934ea3f7a 
							
						 
					 
					
						
						
							
							tensormeta: Add APIs to create and access GstTensorMeta contents  
						
						... 
						
						
						
						Also document those APIs better.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000 > 
						
						
					 
					
						2024-11-08 14:58:49 +00:00 
						 
				 
			
				
					
						
							
							
								Olivier Crête 
							
						 
					 
					
						
						
						
						
							
						
						
							5e73e8e1b3 
							
						 
					 
					
						
						
							
							tensor: Add APIs to create and access GstTensor contents  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000 > 
						
						
					 
					
						2024-11-08 14:58:49 +00:00 
						 
				 
			
				
					
						
							
							
								Olivier Crête 
							
						 
					 
					
						
						
						
						
							
						
						
							4295386804 
							
						 
					 
					
						
						
							
							tensors: Use full GstTensorDataType type name in type members  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000 > 
						
						
					 
					
						2024-11-08 14:58:49 +00:00 
						 
				 
			
				
					
						
							
							
								Olivier Crête 
							
						 
					 
					
						
						
						
						
							
						
						
							e01a3b1d79 
							
						 
					 
					
						
						
							
							analytics: Add APIs to add or get a GstTensorMeta  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000 > 
						
						
					 
					
						2024-11-08 14:58:49 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Morin 
							
						 
					 
					
						
						
						
						
							
						
						
							6a5a63f051 
							
						 
					 
					
						
						
							
							analytics: Adding abstraction on tensor dims  
						
						... 
						
						
						
						Tensor can be row or col major, but it's also possible that the order by we need
to read the tensor with more than two dimension need to be described. The
reserved field in GstTensorDim is there for this purpose. If we need this we
can add  GST_TENSOR_DIM_ORDER_INDEXED, and follow an index defining order for
each dimension.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000 > 
						
						
					 
					
						2024-11-08 14:58:49 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Morin 
							
						 
					 
					
						
						
						
						
							
						
						
							8169863f01 
							
						 
					 
					
						
						
							
							analytics: Make GstTensor more suitable for inline allocation  
						
						... 
						
						
						
						GstTensor contained two fields (data, dims) that were dynamicallay allocated. For
data it's for a GstBuffer and we have pool for efficient memory management. For
dims it's a small array to store the dimension of the tensor. The dims field
can be allocated inplace by moving it at the end of the structure. This will
allow a better memory management when GstTensor is stored in an analytics meta
which will take advantage of the _clear interface for re-use.
- New api to allocate and free GstTensor
To continue to support use-cases where GstTensor is not stored in an
analytics-meta we provide gst_tensor_alloc, gst_tensor_alloc_n and
gst_tensor_free that will facilitate memory management.
- Make GstTensor a boxed type
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000 > 
						
						
					 
					
						2024-11-08 14:58:49 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Morin 
							
						 
					 
					
						
						
						
						
							
						
						
							7c925eae61 
							
						 
					 
					
						
						
							
							analytics: Move batch to GstTensor  
						
						... 
						
						
						
						- batch_size is required to interpret the tensor depending on the tensor format
the batch are not necessarily memory plane therefore it's preferable to keep it
inside GstTensor.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000 > 
						
						
					 
					
						2024-11-08 14:58:49 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Morin 
							
						 
					 
					
						
						
						
						
							
						
						
							43c7e524ce 
							
						 
					 
					
						
						
							
							analytics: Decouple GstTensor from GstTensorMeta  
						
						... 
						
						
						
						- To support transporting tensor as GstMeta, Analytics-Meta and Media we need to
  decouple GstTensor from GstTensorMeta.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000 > 
						
						
					 
					
						2024-11-08 14:58:49 +00:00 
						 
				 
			
				
					
						
							
							
								Olivier Crête 
							
						 
					 
					
						
						
						
						
							
						
						
							8fa4c8f2f0 
							
						 
					 
					
						
						
							
							tensordecoders: Move decoder out of the ONNX plugin  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000 > 
						
						
					 
					
						2024-11-08 14:58:49 +00:00 
						 
				 
			
				
					
						
							
							
								Olivier Crête 
							
						 
					 
					
						
						
						
						
							
						
						
							03fd6fadbc 
							
						 
					 
					
						
						
							
							analytics: Move tensor meta to the analytics library  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000 > 
						
						
					 
					
						2024-11-08 14:58:49 +00:00 
						 
				 
			
				
					
						
							
							
								Edward Hervey 
							
						 
					 
					
						
						
						
						
							
						
						
							09be1ab863 
							
						 
					 
					
						
						
							
							urisourcebin: Also use event probe for HLS use-cases  
						
						... 
						
						
						
						Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3957 
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7822 > 
						
						
					 
					
						2024-11-08 09:14:21 +00:00 
						 
				 
			
				
					
						
							
							
								Thibault Saunier 
							
						 
					 
					
						
						
						
						
							
						
						
							932f0a6175 
							
						 
					 
					
						
						
							
							validate: flow: Fix logging upstream events  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7700 > 
						
						
					 
					
						2024-11-07 20:52:46 +00:00 
						 
				 
			
				
					
						
							
							
								Thibault Saunier 
							
						 
					 
					
						
						
						
						
							
						
						
							56000b91b7 
							
						 
					 
					
						
						
							
							validate: Add a way to force monitoring all pipelines in a .validatetest file  
						
						... 
						
						
						
						See documentation for more details
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7700 > 
						
						
					 
					
						2024-11-07 20:52:45 +00:00 
						 
				 
			
				
					
						
							
							
								Thibault Saunier 
							
						 
					 
					
						
						
						
						
							
						
						
							302797a965 
							
						 
					 
					
						
						
							
							validate: Add a deep-property-path parameter to the wait signal  
						
						... 
						
						
						
						Allowing wait actions to wait on any property of any element in the pipeline,
even for elements that might be added later in the pipeline. This also
works for pads which can be pretty useful
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7700 > 
						
						
					 
					
						2024-11-07 20:52:45 +00:00 
						 
				 
			
				
					
						
							
							
								Thibault Saunier 
							
						 
					 
					
						
						
						
						
							
						
						
							2c88bbf07f 
							
						 
					 
					
						
						
							
							validate: Allow overriding features rank early in testfiles meta  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7700 > 
						
						
					 
					
						2024-11-07 20:52:45 +00:00 
						 
				 
			
				
					
						
							
							
								Thibault Saunier 
							
						 
					 
					
						
						
						
						
							
						
						
							f5b0f91d33 
							
						 
					 
					
						
						
							
							validate: launcher: Remove log files for passing tests by default  
						
						... 
						
						
						
						Adding an option to keep them no matter what.
Log files are often pretty large and keeping them around can be annoying,
usually people won't look at logs files for passing tests, and we do not
even print them out.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7700 > 
						
						
					 
					
						2024-11-07 20:52:45 +00:00 
						 
				 
			
				
					
						
							
							
								Thibault Saunier 
							
						 
					 
					
						
						
						
						
							
						
						
							0cdd22f176 
							
						 
					 
					
						
						
							
							validate: Remove some regex related python 3.12 warnings  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7700 > 
						
						
					 
					
						2024-11-07 20:52:45 +00:00 
						 
				 
			
				
					
						
							
							
								Thibault Saunier 
							
						 
					 
					
						
						
						
						
							
						
						
							dfd5357214 
							
						 
					 
					
						
						
							
							validate: scenario: Add a way to make the select-streams run several times  
						
						... 
						
						
						
						Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7700 > 
						
						
					 
					
						2024-11-07 20:52:45 +00:00 
						 
				 
			
				
					
						
							
							
								Thibault Saunier 
							
						 
					 
					
						
						
						
						
							
						
						
							19060b2ce0 
							
						 
					 
					
						
						
							
							validate: Add a way to retrieve HTTP server port in .validatetest files  
						
						... 
						
						
						
						By setting a `$(http_server_port)s` variable in a dedicated config file
and making sure that file can always be imported in `.validatetest`
files.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7700 > 
						
						
					 
					
						2024-11-07 20:52:45 +00:00