rtpmux: Fix typo

This commit is contained in:
Olivier Crête 2008-08-11 21:05:34 -04:00 committed by Tim-Philipp Müller
parent 91aef3ec5e
commit 3a7d09a749

View file

@ -427,7 +427,7 @@ gst_rtp_mux_setcaps (GstPad *pad, GstCaps *caps)
NULL);
GST_DEBUG_OBJECT (rtp_mux,
"seting caps %" GST_PTR_FORMAT " on src pad..", caps);
"setting caps %" GST_PTR_FORMAT " on src pad..", caps);
ret = gst_pad_set_caps (rtp_mux->srcpad, caps);
out: