GNOME Bugzilla – Bug 378487
Warning on gst-ffmpeg - missing Codec ?
Last modified: 2007-01-17 17:16:18 UTC
Hi, i just updated gst-ffmpeg from cvs, now i have the following Warnings : ** (<unknown>:30281): WARNING **: Unknown codec ID 264, please add here ** (<unknown>:30281): WARNING **: Unknown codec ID 1105985574, please add here
Step to reproduce (but you can try with any encoder) gst-launch videotestsrc ! ffenc_mpeg2video ! fakesink
Upping the severity. Changing those to g_message instead of g_warning would allow to use --g-fatal-warnings to debug GStreamer apps.
This is with current CVS? I can't reproduce this, and at least for the encoders the g_warning has been replaced by a GST_INFO by Thomas a while ago.
Might be so. In which released version would that change be? :)
It's indeed still there, search for "please add here" in ext/ffmpeg/gstffmpegcodecmap.c to find it.
Before any code messup, I would like confirmation that this gst-ffmpeg was built with included ffmpeg mirror and not external ffmpeg. Could people seeing this warning please paste the top 10lines of 'gst-inspect-0.10 ffmpeg' ?
That's with an external ffmpeg, as used on livna: Plugin Details: Name: ffmpeg Description: All FFMPEG codecs Filename: /usr/lib64/gstreamer-0.10/libgstffmpeg.so Version: 0.10.2 License: LGPL Source module: gst-ffmpeg Binary package: FFMpeg Origin URL: http://ffmpeg.sourceforge.net/
Right, we don't fix bugs that use external fffmpeg. We only fix gst-ffmpeg which has been built with internal ffmpeg repository.