I am using gstcefsrc (fork), and I need to send application defined data to cefsrc. The only way I have found is to either add a property, or add a function to the klass and cast to the type in my app and call it. Is there an idiomatic gstreamer/GObject way to do this? I figured I would simply add a property and call it a day, but thought I would ask if there is a better way to do this.
The data will be passed over IPC to a chromium render process. The code that will handle this will not touch any gstreamer API’s.
Thanks,
steve