[gst-devel] Re: [gst-cvs] rbultje gst-ffmpeg: gst-ffmpeg/ gst-ffmpeg/ext/ffmpeg/

David I. Lehn dlehn at vt.edu
Sun Oct 24 15:48:00 CEST 2004


* Ronald S. Bultje <rbultje at freedesktop.org> [2004-10-24T18:26:44-0400]:
> Index: gstffmpegcodecmap.c
> RCS file: /home/cvs/gstreamer/gst-ffmpeg/ext/ffmpeg/gstffmpegcodecmap.c,v
> retrieving revision 1.62
> retrieving revision 1.63
> diff -u -d -r1.62 -r1.63
> --- gstffmpegcodecmap.c	4 Oct 2004 16:11:30 -0000	1.62
> +++ gstffmpegcodecmap.c	24 Oct 2004 22:24:43 -0000	1.63
> @@ -1685,3 +1685,267 @@
>    return id;
>  }
> +G_CONST_RETURN gchar *
> +gst_ffmpeg_get_codecid_longname (enum CodecID codec_id)
> +{
> +  const gchar *name = NULL;
> +  switch (codec_id) {
> +    case CODEC_ID_MPEG1VIDEO:
> +      name = "MPEG-1 video";
> +      break;
> +    case CODEC_ID_MPEG2VIDEO:
> +      name = "MPEG-2 video";
> +    case CODEC_ID_H263:
> +      name = "H.263 video";
> +    case CODEC_ID_RV10:
...
> gstreamer-cvs-verbose mailing list
> gstreamer-cvs-verbose at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose

I try to look over many commits via gstreamer-cvs-verbose list.  But
it's been broken for a very long time now, since around the indentation
changes.  Can someone who understands CVS fu please fix this?  The
mailed out diffs are just sometimes totally wrong and in cases like the
above it's hard to tell if the commit is wrong or the mailed diff is
wrong.  Thanks.

-dave




More information about the gstreamer-devel mailing list