summaryrefslogtreecommitdiffstats
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
parentbf47789f8a32c43f20a9d806352decc21a5e8db2 (diff)
Spelling fix
Original commit message from CVS: Spelling fix
-rw-r--r--examples/indexing/indexmpeg.c2
-rw-r--r--ext/flac/gstflacdec.c2
-rw-r--r--gst/rtp/gstrtpL16depay.c2
-rw-r--r--gst/rtp/gstrtpL16parse.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/indexing/indexmpeg.c b/examples/indexing/indexmpeg.c
index 85df98d4..29b89280 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 f468838c..25769bcf 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 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);
diff --git a/gst/rtp/gstrtpL16parse.c b/gst/rtp/gstrtpL16parse.c
index 16d128c6..51ec258c 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);