udpsrc: feature request: stats property
Is feature requests created as issues in gitlab?
May I suggest to implement a stats property on the udpsrc element?
The only fields in the structure i can think of is:
num-received-bytes(guint64) - could be used for calculating a bitrate which would be really useful. num-pushed-bytes(guint64) - since there is a skip-first-bytes property this could differ from above. num-pushed-buffers(guint64) num-timeouts(guint64) time-since-last-packet(guint64) - useful?