mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
typo fixes
Original commit message from CVS: * examples/stats/mp2ogg.c: * gst/ffmpegcolorspace/gstffmpegcodecmap.c: typo fixes
This commit is contained in:
parent
e3b8cd9265
commit
54efd7ae52
4 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
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>
|
2005-10-13 Michael Smith <msmith@fluendo.com>
|
||||||
|
|
||||||
* ext/ogg/gstoggmux.c:
|
* ext/ogg/gstoggmux.c:
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
/* This example app demonstartes the use of pad query and convert to
|
/* 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.
|
* compression status of mpeg audio to ogg vorbis transcoding.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -108,7 +108,7 @@ gst_ffmpeg_set_palette (GstCaps * caps, AVCodecContext * context)
|
||||||
* to a GstCaps. If the context is ommitted, no fixed values
|
* to a GstCaps. If the context is ommitted, no fixed values
|
||||||
* for video/audio size will be included in the GstCaps
|
* for video/audio size will be included in the GstCaps
|
||||||
*
|
*
|
||||||
* See below for usefullness
|
* See below for usefulness
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static GstCaps *
|
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
|
* to a GstCaps. If the context is ommitted, no fixed values
|
||||||
* for video/audio size will be included in the GstCaps
|
* for video/audio size will be included in the GstCaps
|
||||||
*
|
*
|
||||||
* See below for usefullness
|
* See below for usefulness
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static GstCaps *
|
static GstCaps *
|
||||||
|
@ -394,7 +394,7 @@ gst_ffmpegcsp_codectype_to_caps (enum CodecType codec_type,
|
||||||
/* Convert a GstCaps (audio/raw) to a FFMPEG SampleFmt
|
/* Convert a GstCaps (audio/raw) to a FFMPEG SampleFmt
|
||||||
* and other audio properties in a AVCodecContext.
|
* and other audio properties in a AVCodecContext.
|
||||||
*
|
*
|
||||||
* For usefullness, see below
|
* For usefulness, see below
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@ -429,7 +429,7 @@ gst_ffmpeg_caps_to_smpfmt (const GstCaps * caps,
|
||||||
/* Convert a GstCaps (video/raw) to a FFMPEG PixFmt
|
/* Convert a GstCaps (video/raw) to a FFMPEG PixFmt
|
||||||
* and other video properties in a AVCodecContext.
|
* and other video properties in a AVCodecContext.
|
||||||
*
|
*
|
||||||
* For usefullness, see below
|
* For usefulness, see below
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
/* This example app demonstartes the use of pad query and convert to
|
/* 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.
|
* compression status of mpeg audio to ogg vorbis transcoding.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue