[gst-devel] Re: [gst-cvs] rbultje gst-ffmpeg: gst-ffmpeg/ gst-ffmpeg/ext/ffmpeg/
Thomas Vander Stichele
thomas at apestaart.org
Mon Oct 25 13:55:05 CEST 2004
I'm sorry, but I have no idea what you two are talking about. Can you
be more specific about what is wrong ?
Thomas
On Mon, 2004-10-25 at 00:47, David I. Lehn wrote:
> * 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
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list