mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
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:
parent
b0d8e2f710
commit
4840c7182d
2 changed files with 7 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue