On Fri Oct 6 04:50:09 2023 +0000, Zebediah Figura wrote:
This is supposed to have a slash in it. I'm not sure whether any element actually cares, but I'd feel more comfortable following that guideline. Probaly we should just use gst_pad_create_stream_id(). (We may also consider using appsrc instead of a bare src pad, although I don't know if it'll actually save us a significant amount work. It will take care of the start-of-stream events for us, but that's not really that much code all things considered.)
gst_pad_create_stream_id() requires a parent element parameter. But our my_src pads don't belong to a parent element.