File: ChangeLog

package info (click to toggle)
gst-python1.0 1.26.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 968 kB
  • sloc: python: 7,964; ansic: 1,854; makefile: 33
file content (350 lines) | stat: -rw-r--r-- 12,942 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
=== release 1.26.2 ===

2025-05-29 23:56:43 +0100  Tim-Philipp Müller <tim@centricular.com>

	* NEWS:
	* RELEASE:
	* gst-python.doap:
	* meson.build:
	  Release 1.26.2

2025-05-29 15:52:24 +0200  Thibault Saunier <tsaunier@igalia.com>

	* gi/overrides/Gst.py:
	* testsuite/test_gst.py:
	  python: Convert buffer metadata API to use @property decorators
	  Convert buffer metadata getter/setter methods to Python properties for
	  more intuitive access. This makes the API more Pythonic by allowing
	  direct property assignment (buf.pts = 42) instead of method calls
	  (buf.set_pts(42)).
	  Updated properties: flags, pts, dts, duration, offset, offset_end
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9138>

2025-05-23 13:09:04 +0200  Thibault Saunier <tsaunier@igalia.com>

	* gi/overrides/Gst.py:
	* gi/overrides/gstmodule.c:
	* testsuite/test_gst.py:
	  python: Make use of the new structure.is_writable method
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9071>

2025-05-23 00:25:53 +0200  Thibault Saunier <tsaunier@igalia.com>

	* gi/overrides/Gst.py:
	* gi/overrides/gstmodule.c:
	* testsuite/test_gst.py:
	  python: Add overrides for Buffer/Query/Event/Context to handle writability
	  And make them look more like proper MiniObject
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9071>

2025-05-22 23:26:23 +0200  Thibault Saunier <tsaunier@igalia.com>

	* gi/overrides/Gst.py:
	* gi/overrides/gstmodule.c:
	* testsuite/test_gst.py:
	  python: Factor out a MiniObject class that all mini object will be based on
	  Making the API closer to what it should be as Caps are MiniObject
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9071>

2025-05-22 19:19:27 +0200  Thibault Saunier <tsaunier@igalia.com>

	* gi/overrides/Gst.py:
	* gi/overrides/gstmodule.c:
	* testsuite/test_gst.py:
	  python: Add a Caps.get_value variant that does not copy the structures
	  Keeping the __getitem__ implementation the same way
	  This also now make structure.set_value() raise an exception if the structure
	  was not writable
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9071>

2025-05-18 15:25:00 +0200  Thibault Saunier <tsaunier@igalia.com>

	* gi/overrides/Gst.py:
	* gi/overrides/gstmodule.c:
	* testsuite/test_gst.py:
	  python: Add overrides to be able to write into the GstStructure inside GstCaps
	  Add Python bindings for allowing to modify GstCaps structures with proper
	  writability checks.
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9071>

2025-04-01 18:35:50 +0530  Nirbheek Chauhan <nirbheek@centricular.com>

	* plugin/meson.build:
	  gst-python: Fix warning about not specifying gst_plugins in the
	  ../meson.build:231: WARNING: DEPRECATED use of the `plugins` variable in gst-python.
	  ../meson.build:232: WARNING: The variable should now be called `gst_plugins` and use:
	  ../meson.build:233: WARNING: `declare_dependency( link_with: <plugin_target>,
	  variable: {'full_path': <plugin_target>.full_path()})` instead
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8919>

2025-04-01 18:04:28 +0530  Nirbheek Chauhan <nirbheek@centricular.com>

	* meson.build:
	  gst-python: Use allow_fallback instead of fallback
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8919>

2025-04-24 20:26:57 +0100  Tim-Philipp Müller <tim@centricular.com>

	* meson.build:
	  Back to development after 1.26.1
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8890>

=== release 1.26.1 ===

2025-04-24 20:20:14 +0100  Tim-Philipp Müller <tim@centricular.com>

	* NEWS:
	* RELEASE:
	* gst-python.doap:
	* meson.build:
	  Release 1.26.1

2025-03-20 10:09:21 +0100  Matteo Bruni <matteo.bruni@gmail.com>

	* plugin/gstpythonplugin.c:
	  gst-python: fix compatibility with PyGObject>=3.52.0
	  PyGObject 3.52.0 moved OverridesProxyModule _introspection_module to __slots__,
	  causing Segmentation Faults when accessing the field.
	  Since _introspection_module is used to get Gst.Element but is never actually
	  used afterward, we fix the issue by removing this part.
	  Fixes #4314
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8685>

2025-03-11 20:23:16 +0000  Tim-Philipp Müller <tim@centricular.com>

	* meson.build:
	  Back to development after 1.26.0
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8618>

=== release 1.26.0 ===

2025-03-11 20:14:44 +0000  Tim-Philipp Müller <tim@centricular.com>

	* NEWS:
	* RELEASE:
	* gst-python.doap:
	* meson.build:
	  Release 1.26.0

2025-02-23 23:52:57 +0000  Tim-Philipp Müller <tim@centricular.com>

	* meson.build:
	  Back to development after 1.25.90

=== release 1.25.90 ===

2025-02-23 23:44:10 +0000  Tim-Philipp Müller <tim@centricular.com>

	* NEWS:
	* RELEASE:
	* gst-python.doap:
	* meson.build:
	  Release 1.25.90

2025-02-09 17:47:32 +0000  Tim-Philipp Müller <tim@centricular.com>

	* meson.build:
	  Back to development after 1.25.50

=== release 1.25.50 ===

2025-02-09 17:35:17 +0000  Tim-Philipp Müller <tim@centricular.com>

	* NEWS:
	* RELEASE:
	* gst-python.doap:
	* meson.build:
	  Release 1.25.50

2025-01-22 10:44:33 -0300  L. E. Segovia <amy@centricular.com>

	* meson.build:
	* meson_options.txt:
	  meson: Add python-exe option to override target Python installation
	  Fixes #4185
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8337>

2025-01-20 14:53:36 -0600  Olivier Crête <olivier.crete@collabora.com>

	* gi/overrides/GstAnalytics.py:
	* testsuite/test_analytics.py:
	  python: Add __eq__ to Mtd classes
	  Also programatically iterate all of the base classes to register them.
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8237>

2025-01-19 15:10:53 -0500  Daniel Morin <daniel.morin@collabora.com>

	* testsuite/test_analytics.py:
	  gst-python: Test for GstAnalyticsRelationMeta iterator
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8237>

2025-01-03 10:37:14 -0500  Daniel Morin <daniel.morin@collabora.com>

	* gi/overrides/GstAnalytics.py:
	* gi/overrides/gstanalyticsmodule.c:
	* gi/overrides/meson.build:
	* meson.build:
	  analytics: Adding iterator for AnalyticsRelationMeta
	  Allow to create an iterator for Mtd's inside an AnalyticsRelationMeta
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8237>

2025-01-17 16:51:22 +0100  Mathieu Duponchelle <mathieu@centricular.com>

	* meson.build:
	  meson: bump minimum version to 1.4 in every subprojects
	  36c01d05797ad9c7778939c54870f979bdcbba1f bumped to 1.4 for gst-devtools
	  and the root project, but we usually keep those in sync everywhere.
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8312>

2025-01-14 15:00:43 +0000  Tim-Philipp Müller <tim@centricular.com>

	* meson.build:
	  Back to development after 1.25.1

=== release 1.25.1 ===

2025-01-14 14:52:48 +0000  Tim-Philipp Müller <tim@centricular.com>

	* NEWS:
	* RELEASE:
	* gst-python.doap:
	* meson.build:
	  Release 1.25.1

2025-01-06 15:16:02 -0600  Olivier Crête <olivier.crete@collabora.com>

	* testsuite/test_analytics.py:
	  analytics: Tensor dimensions are always row-major or col-major
	  Simplify by removing the extra fields, as this is what all
	  frameworks give us.
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8250>

2024-12-30 18:05:36 -0500  Daniel Morin <daniel.morin@collabora.com>

	* testsuite/test_analytics.py:
	  python tests: Adapt analytics unit test
	  - Adapt test to batch size moved into dims field
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8191>

2024-12-18 17:11:33 -0300  Thibault Saunier <tsaunier@igalia.com>

	* testsuite/meson.build:
	  meson: Give the same name for api_version in all modules
	  There were 2 version of it, apiversion and api_version, I chose the one
	  with most occurencies: `api_version`
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8178>

2024-12-11 11:53:47 +0100  Oskar Fiedot <oskar.fiedot@intel.com>

	* testsuite/test_analytics.py:
	  analytics: add rotation to object detection mtd
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7938>

2024-11-15 11:46:14 -0300  Thibault Saunier <tsaunier@igalia.com>

	* meson.build:
	  meson: Bump minimum version to 1.3
	  Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4025
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7899>

2024-11-04 19:33:09 -0500  Olivier Crête <olivier.crete@collabora.com>

	* testsuite/test_analytics.py:
	  tensormeta: Add Python unit tests for the tensor meta APIs
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000>

2024-10-27 12:49:40 -0300  Thibault Saunier <tsaunier@igalia.com>

	* meson.build:
	  meson: Remove c_std=gnu99 in validate and python
	  This is not needed and causes warning with latest meson
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7766>

2024-08-07 16:26:12 -0400  Olivier Crête <olivier.crete@collabora.com>

	* testsuite/test_analytics.py:
	  python tests: Add test for analytics segmentation
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6026>

2024-08-07 16:25:03 -0400  Olivier Crête <olivier.crete@collabora.com>

	* testsuite/meson.build:
	  python tests: Add analytics lib runtime path
	  This way, it will run it against the just compiled version when doing full build.
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6026>

2024-09-03 16:10:33 -0400  Xavier Claessens <xclaessens@netflix.com>

	* testsuite/meson.build:
	  meson: do not invoke pkgconfig directly in gst-python
	  That bypass env setup by Meson and is dead code anyway because
	  pluginsdirs is later overriden by the proper gst_dep.get_variable()
	  solution.
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7445>

2024-07-24 18:39:00 +0200  Paweł Kotiuk <kotiuk@zohomail.eu>

	* examples/stream_camera_rtsp.py:
	  example: Add example for streaming camera rith RTSP
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6965>

2024-08-02 19:16:36 -0400  Olivier Crête <olivier.crete@collabora.com>

	* testsuite/meson.build:
	* testsuite/test_analytics.py:
	  python: Add unit test for analytics API
	  This is a way to validate that the GObject Annotations are correct
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7297>

2024-06-22 14:38:06 -0400  Dan Yeaw <dan@yeaw.me>

	* meson_options.txt:
	  gst-python: Fix python3 not found in Windows
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7090>

2024-05-17 13:44:17 +0000  Hyunwoo <ez.amiryo@gmail.com>

	* README.md:
	  gst-python: Fix README.md
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6876>

2024-04-26 03:37:47 +0530  Nirbheek Chauhan <nirbheek@centricular.com>

	* meson.build:
	  meson: Fix Python library searching on Windows
	  Neither LIBDIR nor LIBPL are set with the native windows Python
	  (unlike MSYS2), so we need to use `prefix` which takes us to the
	  rootdir of the Python installation.
	  The name is also different: it's python312.dll, not python3.12.dll.
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6734>

2024-04-26 02:59:37 +0530  Nirbheek Chauhan <nirbheek@centricular.com>

	* meson.build:
	  meson: Fix Python library name fetching on Windows
	  `python.get_variable('FOO', [])` becomes `python.get_variable('FOO')`
	  due to how Meson treats empty arrays in arguments, which breaks the
	  fallback feature of get_variable().
	  So we need to actually check whether the variable exists before trying
	  to fetch it.
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6734>

2024-04-12 19:54:55 +0530  Nirbheek Chauhan <nirbheek@centricular.com>

	* meson.build:
	* plugin/meson.build:
	  meson: Don't link to python for the gi overrides module
	  We only need to link to python directly for the plugin:
	  https://github.com/mesonbuild/meson/issues/7712#issuecomment-689357908
	  https://github.com/Homebrew/homebrew-core/pull/165176#issuecomment-2051835257
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6622>

2024-03-05 12:58:57 +0000  Tim-Philipp Müller <tim@centricular.com>

	* RELEASE:
	* meson.build:
	  Back to development
	  Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6261>

=== release 1.24.0 ===