mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
debugutils: fix order of caps on an unnegotiated link
headlabel is the sink_pad (where the link points to) and not the other way around.
This commit is contained in:
parent
fba696eb05
commit
f989e6f2d7
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ debug_dump_element_pad_link (GstPad * pad, GstElement * element,
|
|||
* we need an empty label to make space */
|
||||
fprintf (out, "%s%s_%s -> %s_%s [labeldistance=\"10\", labelangle=\"0\", "
|
||||
"label=\" \", "
|
||||
"headlabel=\"%s\", taillabel=\"%s\"]\n",
|
||||
"taillabel=\"%s\", headlabel=\"%s\"]\n",
|
||||
spc, element_name, pad_name, peer_element_name, peer_pad_name,
|
||||
media_src, media_sink);
|
||||
g_free (media_src);
|
||||
|
|
Loading…
Reference in a new issue