GNOME Bugzilla – Bug 598483
Trying to use the FFMPEG plugin on OS X 10.5 gives typename error
Last modified: 2010-02-18 23:04:16 UTC
Trying to use the FFMPEG plugin causes the following two lines to be printed before the program crashes. This is using the latest git version. 0:00:00.117149000 17300 0x61cb50 ERROR GST_REGISTRY gstregistrychunks.c:516:gst_registry_chunks_load_feature: Unknown type from typename '' for plugin 'ffmpeg' 0:00:00.117193000 17300 0x61cb50 ERROR GST_REGISTRY gstregistrychunks.c:784:_priv_gst_registry_chunks_load_plugin: Error while loading binary feature for plugin 'ffmpeg' A sample file is available at http://machintosh.net/mpegtssamples/vlc-output-1MB.ts that causes this behavior. I have attached the debug output.
Is this still reproducable with current version of GStreamer and gst-ffmpeg? If yes, could you attach: - a stack trace of the crash - a GST_DEBUG=*:5 log up until the crash - maybe the ~/.gstreamer-0.10/registry* file
This is fixed in 0.10.26.
Great, thanks for the confirmation.