After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 378487 - Warning on gst-ffmpeg - missing Codec ?
Warning on gst-ffmpeg - missing Codec ?
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-23 14:03 UTC by Laurent Glayal
Modified: 2007-01-17 17:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laurent Glayal 2006-11-23 14:03:37 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
Comment 1 Laurent Glayal 2006-11-23 15:59:28 UTC
Step to reproduce (but you can try with any encoder)

gst-launch videotestsrc ! ffenc_mpeg2video ! fakesink

Comment 2 Bastien Nocera 2007-01-16 17:12:31 UTC
Upping the severity. Changing those to g_message instead of g_warning would allow to use --g-fatal-warnings to debug GStreamer apps.
Comment 3 Tim-Philipp Müller 2007-01-16 17:57:26 UTC
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.
Comment 4 Bastien Nocera 2007-01-16 23:51:35 UTC
Might be so. In which released version would that change be? :)
Comment 5 René Stadler 2007-01-17 16:17:47 UTC
It's indeed still there, search for "please add here" in ext/ffmpeg/gstffmpegcodecmap.c to find it.
Comment 6 Edward Hervey 2007-01-17 16:42:19 UTC
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' ?
Comment 7 Bastien Nocera 2007-01-17 17:05:36 UTC
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/
Comment 8 Edward Hervey 2007-01-17 17:16:18 UTC
Right, we don't fix bugs that use external fffmpeg.

We only fix gst-ffmpeg which has been built with internal ffmpeg repository.