Spelling fix

Original commit message from CVS:
Spelling fix
This commit is contained in:
Johan Dahlin 2004-02-16 17:09:18 +00:00
parent bf47789f8a
commit b1e7c18aee
4 changed files with 4 additions and 4 deletions

View file

@ -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;
}

View file

@ -301,7 +301,7 @@ gst_flacdec_error_callback (const FLAC__SeekableStreamDecoder *decoder,
error = "CRC mismatch";
break;
default:
error = "unkown error";
error = "unknown error";
break;
}

View file

@ -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);

View file

@ -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);