gstreamer/message: enhance Debug impl for Message[Ref]
When "{:?}"
printing a Message[Ref]
, the following issues lower the
experience:
- If the
Message
seqnum isGST_SEQNUM_INVALID
(0), a panic occurs due to an assertion failure inMessageRef::get_seqnum
. - The
src
of theMessage
displays theGString
address.
Origin issue for an occurrence of the first case above fixed in gst-plugins-base!860 (merged)
Edited by François Laignel