+2005-10-13 Stefan Kost <ensonic@users.sf.net>
+
+ * examples/stats/mp2ogg.c:
+ * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
+ typo fixes
+
2005-10-13 Michael Smith <msmith@fluendo.com>
* ext/ogg/gstoggmux.c:
#include <gst/gst.h>
/* 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.
*/
* 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 *
* 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 *
/* 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
/* 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
#include <gst/gst.h>
/* 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.
*/