gst-plugins-rs/plugins
Thibault Saunier c53e5b8bb2 Allow passing free form metadatas about consumers/producers/listenners
In some applications people might need to be able to pass more metadata
than the only "display-name" this commit allow that by adding a field in
all signalling structure where it is free form json and removing the
"display-name" as the free form `meta` field allows application to pass
this kind of information without any problem.

On the "webrtcsink" side this commit adds a `meta` property as a
gst::Structure which will be passed as a json string to the signalling
server so we enforce data to be structured.
2022-07-27 16:57:20 +02:00
..
examples webrtcsink: address Sebastian's latest comments 2022-03-26 00:16:29 +01:00
src Allow passing free form metadatas about consumers/producers/listenners 2022-07-27 16:57:20 +02:00
build.rs Initial commit 2021-10-28 05:14:41 +02:00
Cargo.toml Use StreamConsumer from gstreamer itself 2022-05-23 13:52:39 +02:00