summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpL16depay.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-02-16 17:09:18 +0000
committerJohan Dahlin <johan@gnome.org>2004-02-16 17:09:18 +0000
commitb1e7c18aeeaa752d9bc236a04b254824189b2523 (patch)
tree2a8fe20d54e0e8e1b6569d174fec23103b86f5b7 /gst/rtp/gstrtpL16depay.c
parentbf47789f8a32c43f20a9d806352decc21a5e8db2 (diff)
Spelling fix
Original commit message from CVS: Spelling fix
Diffstat (limited to 'gst/rtp/gstrtpL16depay.c')
-rw-r--r--gst/rtp/gstrtpL16depay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpL16depay.c b/gst/rtp/gstrtpL16depay.c
index 16d128c6..51ec258c 100644
--- a/gst/rtp/gstrtpL16depay.c
+++ b/gst/rtp/gstrtpL16depay.c
@@ -194,7 +194,7 @@ gst_rtpL16parse_payloadtype_change (GstRtpL16Parse *rtpL16parse, rtp_payload_t p
rtpL16parse->channels = 2;
break;
default:
- g_warning ("unkown payload_t %d\n", pt);
+ g_warning ("unknown payload_t %d\n", pt);
}
gst_rtpL16_caps_nego (rtpL16parse);