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.
This commit is contained in:
Thomas Vander Stichele 2006-11-17 15:29:42 +00:00
parent 5eae399a60
commit 38970e4d85
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2006-11-17 Thomas Vander Stichele <thomas at apestaart dot org>
* 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 <ensonic@users.sf.net>
Patch by: Ville Syrjala <ville.syrjala@movial.fi>

View file

@ -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;
}