ext/ffmpeg/gstffmpegdec.c: My console is not your TODO list.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_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 2007-02-09 19:58:19 +00:00
parent b0d8e2f710
commit 4840c7182d
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2007-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
My console is not your TODO list.
If it were your TODO list, you would have DONE it by now.
2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
* ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_register):

View file

@ -2130,7 +2130,7 @@ gst_ffmpegdec_register (GstPlugin * plugin)
/* name */
if (!gst_ffmpeg_get_codecid_longname (in_plugin->id)) {
g_warning ("Add decoder %s (%d) please", in_plugin->name, in_plugin->id);
GST_INFO ("Add decoder %s (%d) please", in_plugin->name, in_plugin->id);
goto next;
}