diff --git a/ChangeLog b/ChangeLog index f51dd754af..cacb9b4a8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-02-11 Thomas Vander Stichele + + * ext/ffmpeg/gstffmpeg.c: + set correct version on the plug-in - the GStreamer + FFMpeg version. I could swear I had already done this + before. + 2006-02-11 Thomas Vander Stichele * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_class_init), diff --git a/ext/ffmpeg/gstffmpeg.c b/ext/ffmpeg/gstffmpeg.c index 3ff831704c..e11e8ea534 100644 --- a/ext/ffmpeg/gstffmpeg.c +++ b/ext/ffmpeg/gstffmpeg.c @@ -128,6 +128,6 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, "ffmpeg", "All FFMPEG codecs", plugin_init, - FFMPEG_VERSION, "LGPL", "FFMpeg", "http://ffmpeg.sourceforge.net/") + GST_FFMPEG_VERSION, "LGPL", "FFMpeg", "http://ffmpeg.sourceforge.net/")