mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
ext/ffmpeg/gstffmpeg.c: set correct version on the plug-in - the GStreamer
Original commit message from CVS: * ext/ffmpeg/gstffmpeg.c: set correct version on the plug-in - the GStreamer FFMpeg version. I could swear I had already done this before.
This commit is contained in:
parent
929a05fa83
commit
25a4d049dd
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2006-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* 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 <thomas at apestaart dot org>
|
2006-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_class_init),
|
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_class_init),
|
||||||
|
|
|
@ -128,6 +128,6 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
"ffmpeg",
|
"ffmpeg",
|
||||||
"All FFMPEG codecs",
|
"All FFMPEG codecs",
|
||||||
plugin_init,
|
plugin_init,
|
||||||
FFMPEG_VERSION, "LGPL", "FFMpeg", "http://ffmpeg.sourceforge.net/")
|
GST_FFMPEG_VERSION, "LGPL", "FFMpeg", "http://ffmpeg.sourceforge.net/")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue