From 54efd7ae52a78fa2553a2f1f4626d54eee4d295f Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 13 Oct 2005 15:26:22 +0000 Subject: [PATCH] typo fixes Original commit message from CVS: * examples/stats/mp2ogg.c: * gst/ffmpegcolorspace/gstffmpegcodecmap.c: typo fixes --- ChangeLog | 6 ++++++ examples/stats/mp2ogg.c | 2 +- gst/ffmpegcolorspace/gstffmpegcodecmap.c | 8 ++++---- tests/old/examples/stats/mp2ogg.c | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index ee0c062..d39e806 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-13 Stefan Kost + + * examples/stats/mp2ogg.c: + * gst/ffmpegcolorspace/gstffmpegcodecmap.c: + typo fixes + 2005-10-13 Michael Smith * ext/ogg/gstoggmux.c: diff --git a/examples/stats/mp2ogg.c b/examples/stats/mp2ogg.c index d39323c..fc56d5b 100644 --- a/examples/stats/mp2ogg.c +++ b/examples/stats/mp2ogg.c @@ -20,7 +20,7 @@ #include /* This example app demonstartes the use of pad query and convert to - * get usefull statistics about a plugin. In this case we monitor the + * get useful statistics about a plugin. In this case we monitor the * compression status of mpeg audio to ogg vorbis transcoding. */ diff --git a/gst/ffmpegcolorspace/gstffmpegcodecmap.c b/gst/ffmpegcolorspace/gstffmpegcodecmap.c index e0b91f6..b120cf0 100644 --- a/gst/ffmpegcolorspace/gstffmpegcodecmap.c +++ b/gst/ffmpegcolorspace/gstffmpegcodecmap.c @@ -108,7 +108,7 @@ gst_ffmpeg_set_palette (GstCaps * caps, AVCodecContext * context) * to a GstCaps. If the context is ommitted, no fixed values * for video/audio size will be included in the GstCaps * - * See below for usefullness + * See below for usefulness */ static GstCaps * @@ -291,7 +291,7 @@ gst_ffmpeg_pixfmt_to_caps (enum PixelFormat pix_fmt, AVCodecContext * context) * to a GstCaps. If the context is ommitted, no fixed values * for video/audio size will be included in the GstCaps * - * See below for usefullness + * See below for usefulness */ static GstCaps * @@ -394,7 +394,7 @@ gst_ffmpegcsp_codectype_to_caps (enum CodecType codec_type, /* Convert a GstCaps (audio/raw) to a FFMPEG SampleFmt * and other audio properties in a AVCodecContext. * - * For usefullness, see below + * For usefulness, see below */ static void @@ -429,7 +429,7 @@ gst_ffmpeg_caps_to_smpfmt (const GstCaps * caps, /* Convert a GstCaps (video/raw) to a FFMPEG PixFmt * and other video properties in a AVCodecContext. * - * For usefullness, see below + * For usefulness, see below */ static void diff --git a/tests/old/examples/stats/mp2ogg.c b/tests/old/examples/stats/mp2ogg.c index d39323c..fc56d5b 100644 --- a/tests/old/examples/stats/mp2ogg.c +++ b/tests/old/examples/stats/mp2ogg.c @@ -20,7 +20,7 @@ #include /* This example app demonstartes the use of pad query and convert to - * get usefull statistics about a plugin. In this case we monitor the + * get useful statistics about a plugin. In this case we monitor the * compression status of mpeg audio to ogg vorbis transcoding. */ -- 2.7.4