From 38970e4d85d325d20502e72f92686bbb7d40b902 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 17 Nov 2006 15:29:42 +0000 Subject: [PATCH] ext/ffmpeg/gstffmpegenc.c: My console is not your TODO list. Original commit message from CVS: * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register): My console is not your TODO list. If it were your TODO list, you would have DONE it by now. --- ChangeLog | 6 ++++++ ext/ffmpeg/gstffmpegenc.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e8237b164b..4d5a697db2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-11-17 Thomas Vander Stichele + + * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register): + My console is not your TODO list. + If it were your TODO list, you would have DONE it by now. + 2006-11-16 Stefan Kost Patch by: Ville Syrjala diff --git a/ext/ffmpeg/gstffmpegenc.c b/ext/ffmpeg/gstffmpegenc.c index ff6a87e0c8..d2e9c36e92 100644 --- a/ext/ffmpeg/gstffmpegenc.c +++ b/ext/ffmpeg/gstffmpegenc.c @@ -952,7 +952,7 @@ gst_ffmpegenc_register (GstPlugin * plugin) /* name */ if (!gst_ffmpeg_get_codecid_longname (in_plugin->id)) { - g_warning ("Add encoder %s (%d) please", in_plugin->name, in_plugin->id); + GST_INFO ("Add encoder %s (%d) please", in_plugin->name, in_plugin->id); goto next; }