summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2007-02-09 19:58:19 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2007-02-09 19:58:19 +0000
commit4840c7182da45da0ede2ab2a505e9eb2ad48d8a4 (patch)
tree79407773c9096b67e61272893a418496cc0c7578
parentb0d8e2f710d6e47872600e6cec1f682597b76acb (diff)
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.
-rw-r--r--ChangeLog6
-rw-r--r--ext/ffmpeg/gstffmpegdec.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 39c2133..f3548af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
diff --git a/ext/ffmpeg/gstffmpegdec.c b/ext/ffmpeg/gstffmpegdec.c
index dca8414..160c81e 100644
--- a/ext/ffmpeg/gstffmpegdec.c
+++ b/ext/ffmpeg/gstffmpegdec.c
@@ -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;
}