mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
rtpmux: Fix typo
This commit is contained in:
parent
91aef3ec5e
commit
3a7d09a749
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue