mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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:
parent
5eae399a60
commit
38970e4d85
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue