Skip to content
Snippets Groups Projects
Commit 59dbed69 authored by François Laignel's avatar François Laignel Committed by Sebastian Dröge
Browse files

gstreamer/message: enhance Debug impl for Message[Ref]

When "{:?}" printing a Message[Ref], the following issues lower the
experience:

- If the Message seqnum is GST_SEQNUM_INVALID (0), a panic occurs due
  to an assertion failure in MessageRef::get_seqnum.
- The src of the Message displays the GString address.

Origin issue for an occurrence of the first case above fixed in
gstreamer/gst-plugins-base!860
parent fac12343
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment