Skip to content

gstreamer: parse: Don't assume that child proxy child objects are GstObjects

The name is already passed via the signal parameters so it doesn't have to be retrieved again via GstObject API, which would crash on other GObjects. Child proxy child objects can be any kind of GObject and the code here otherwise handles this correctly already.

Merge request reports