docs: manual: fix name reversal in basics-pads

https://bugzilla.gnome.org/show_bug.cgi?id=747532
This commit is contained in:
Alison Chaiken 2015-04-08 14:21:43 -07:00 committed by Tim-Philipp Müller
parent f190d01e0d
commit faf05a4194

View file

@ -190,7 +190,7 @@ link_to_multiplexer (GstPad *tolink_pad,
sinkname = gst_pad_get_name (pad);
gst_object_unref (GST_OBJECT (pad));
g_print ("A new pad %s was created and linked to %s\n", srcname, sinkname);
g_print ("A new pad %s was created and linked to %s\n", sinkname, srcname);
g_free (sinkname);
g_free (srcname);
}