From b1e7c18aeeaa752d9bc236a04b254824189b2523 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 16 Feb 2004 17:09:18 +0000 Subject: [PATCH] Spelling fix Original commit message from CVS: Spelling fix --- examples/indexing/indexmpeg.c | 2 +- ext/flac/gstflacdec.c | 2 +- gst/rtp/gstrtpL16depay.c | 2 +- gst/rtp/gstrtpL16parse.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/indexing/indexmpeg.c b/examples/indexing/indexmpeg.c index 85df98d40e..29b89280b6 100644 --- a/examples/indexing/indexmpeg.c +++ b/examples/indexing/indexmpeg.c @@ -242,7 +242,7 @@ main (gint argc, gchar *argv[]) pipeline = make_mpeg_decoder_pipeline (argv[2], index); break; default: - g_print ("unkown type %d\n", atoi (argv[1])); + g_print ("unknown type %d\n", atoi (argv[1])); return -1; } diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c index f468838ca7..25769bcfc4 100644 --- a/ext/flac/gstflacdec.c +++ b/ext/flac/gstflacdec.c @@ -301,7 +301,7 @@ gst_flacdec_error_callback (const FLAC__SeekableStreamDecoder *decoder, error = "CRC mismatch"; break; default: - error = "unkown error"; + error = "unknown error"; break; } diff --git a/gst/rtp/gstrtpL16depay.c b/gst/rtp/gstrtpL16depay.c index 16d128c6a6..51ec258ca1 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); diff --git a/gst/rtp/gstrtpL16parse.c b/gst/rtp/gstrtpL16parse.c index 16d128c6a6..51ec258ca1 100644 --- a/gst/rtp/gstrtpL16parse.c +++ b/gst/rtp/gstrtpL16parse.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);