gstreamer/subprojects
Alexander Slobodeniuk 7aace62267 aggregator: fix chaining up in GObject "constructed" virtual methods
This doesn't always bring visible issue, but is formally incorrect:
not chaining up means that the code doesn't trigger GstObject and
GstElement "constructed" implementations.

In particular both GstElement's and GstObject's classes in
"constructed" may sign up this object for tracing and
GstObject's class sets GST_OBJECT_FLAG_CONSTRUCTED flag.

If we don't chain up none of this is going to be executed.

For example, before the fix leaks tracer couldn't detect this leak:
```c

int main (int argc, char **argv) {
  g_setenv ("GST_TRACERS", "leaks(name=all-leaks)", TRUE);
  g_setenv ("GST_DEBUG", "GST_TRACER:7", TRUE);
  g_setenv ("G_DEBUG", "fatal-warnings", TRUE);

  gst_init (&argc, &argv);

  // leak audiomixer: doesn't detect because it's based on the aggregator
  gst_element_factory_make ("audiomixer", "Jerry");

  // leak videoconvert: this one is detected fine because it's not
  // based on the aggregator
  //gst_element_factory_make ("videoconvert", "Tom");

  gst_deinit ();
  return 0;
}

// $ cc tst.c $(pkg-config --cflags --libs gstreamer-1.0) -o tst && ./tst
```

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8416>
2025-02-10 17:49:28 +00:00
..
gst-devtools Back to development after 1.25.50 2025-02-09 17:47:32 +00:00
gst-docs Back to development after 1.25.50 2025-02-09 17:47:32 +00:00
gst-editing-services Back to development after 1.25.50 2025-02-09 17:47:32 +00:00
gst-examples Back to development after 1.25.50 2025-02-09 17:47:32 +00:00
gst-integration-testsuites Back to development after 1.25.50 2025-02-09 17:47:32 +00:00
gst-libav Back to development after 1.25.50 2025-02-09 17:47:32 +00:00
gst-plugins-bad vkutils: update gst_vulkan_handle_set_context doc 2025-02-10 16:13:20 +00:00
gst-plugins-base pbutils: add profile-tier-level functions for VVC/H.266 2025-02-10 09:20:22 +00:00
gst-plugins-good qtdemux: add support for VVC/H.266 2025-02-10 09:20:22 +00:00
gst-plugins-ugly Back to development after 1.25.50 2025-02-09 17:47:32 +00:00
gst-python Back to development after 1.25.50 2025-02-09 17:47:32 +00:00
gst-rtsp-server Back to development after 1.25.50 2025-02-09 17:47:32 +00:00
gstreamer aggregator: fix chaining up in GObject "constructed" virtual methods 2025-02-10 17:49:28 +00:00
gstreamer-sharp Back to development after 1.25.50 2025-02-09 17:47:32 +00:00
gstreamer-vaapi Back to development after 1.25.50 2025-02-09 17:47:32 +00:00
macos-bison-binary
packagefiles subprojects: ntv2: Add check for libudev 2024-12-04 18:29:34 +00:00
webview2
win-flex-bison-binaries
win-nasm
win-pkgconfig
avtp.wrap
cairo.wrap cairo.wrap: Update to 1.18.2 and fix MSYS2 build 2024-11-06 17:20:37 +00:00
dav1d.wrap
DirectX-Headers.wrap
directxmath.wrap
dssim.wrap
dv.wrap
expat.wrap
fdk-aac.wrap
FFmpeg.wrap subprojects: Update ffmpeg to 7.1 2024-11-07 10:38:08 +00:00
flac.wrap
fontconfig.wrap
freetype2.wrap
fribidi.wrap
gdk-pixbuf.wrap ci: Add a gdk-pixbuf file-based wrap for gtk4 2024-10-24 15:52:15 +05:30
gl-headers.wrap
glib-networking.wrap
glib.wrap subprojects: update glib wrap to 2.82.2 2024-10-26 14:33:11 +03:00
gobject-introspection.wrap
graphene.wrap
gst-plugins-rs.wrap Back to development after 1.25.50 2025-02-09 17:47:32 +00:00
gtk-sharp.wrap
gtk.wrap meson: Bump gtk4 and pango wraps 2024-08-17 15:00:11 +05:30
harfbuzz.wrap
json-glib.wrap subprojects: add fallback_urls for json-glib and pygobject wraps 2024-11-07 13:43:29 +00:00
lame.wrap
libdrm.wrap libdrm.wrap: Bump to latest 2.4.120 2024-05-29 15:49:45 +00:00
libffi.wrap
libgudev.wrap wraps: libgudev: add fallback uri 2024-07-24 11:44:28 +00:00
libjpeg-turbo.wrap
liblc3.wrap subprojects: update liblc3 wrap to 1.1.1 2024-06-28 13:38:36 +01:00
libmicrodns.wrap
libnice.wrap
libopenjp2.wrap meson: Update openjpeg wrap to 2.5.2, fixes a warning 2024-09-10 14:59:36 +00:00
libpng.wrap
libpsl.wrap
libsoup.wrap subprojects: Fix libsoup build on windows with gcc14 2024-08-14 04:34:28 +00:00
libsrtp2.wrap
libva.wrap meson: Fix libva.wrap meson build 2024-06-13 04:48:56 +00:00
libwpe.wrap
libxml2.wrap
ntv2.wrap ntv2: Update to AJA NTV2 SDK 17.1.0 2024-09-27 16:43:37 +00:00
ogg.wrap
openh264.wrap subprojects: update openh264 to 2.4.1 2024-09-08 15:31:27 +00:00
opus.wrap subprojects: bump opus wrap to 1.5.2 2024-06-22 12:26:22 +01:00
orc.wrap
pango.wrap meson: Bump gtk4 and pango wraps 2024-08-17 15:00:11 +05:30
pcre2.wrap
pixman.wrap
proxy-libintl.wrap
pycairo.wrap
pygobject.wrap subprojects: add fallback_urls for json-glib and pygobject wraps 2024-11-07 13:43:29 +00:00
soundtouch.wrap pitch: add validate tests 2024-05-02 13:26:09 +02:00
sqlite3.wrap
vorbis.wrap
vpx.wrap subprojects: bump libvpx wrap to 1.14 2024-08-14 04:34:27 +00:00
wayland-protocols.wrap
webrtc-audio-processing.wrap webrtcdsp: Bump to WebRTC AudioProcessing 2.1 2025-01-24 15:53:36 -05:00
wpebackend-fdo.wrap
x264.wrap
zlib.wrap