GNOME Bugzilla – Bug 165501
ffmpeg flac decoder fails on testsuite flac
Last modified: 2005-01-28 12:38:21 UTC
Please describe the problem: [cschalle@cschalle small]$ totem dark.441-16-s.flac (totem:23986): GLib-CRITICAL **: g_key_file_add_group: assertion `g_key_file_lookup_group_node (key_file, group_name) == NULL' failed (totem:23986): GLib-CRITICAL **: g_key_file_add_group: assertion `g_key_file_lookup_group_node (key_file, group_name) == NULL' failed ERROR (0x99e7558 - 307476:01:24.343713000) GST_PADS(23986) gstpad.c(2563):gst_pad_set_explicit_caps:<ffdec_flac0> failed to negotiate (try_set_caps with "audio/x-raw-int, rate=(int)44100, channels=(int)2, signed=(boolean)true, endianness=(int)1234, width=(int)16, depth=(int)16" returned REFUSED) ERROR (0x99e7558 - 307476:01:24.344539000) ffmpeg(23986) gstffmpegdec.c(548):gst_ffmpegdec_negotiate:<ffdec_flac0> Failed to link ffmpeg decoder (flac) to next element ERROR (0x99e7558 - 307476:01:24.344839000) scheduler(23986) gstoptimalscheduler.c(2648):gst_opt_scheduler_iterate:<GstOptScheduler@0x99e74b0> in error state [cschalle@cschalle small]$ gst-inspect|grep flac typefindfunctions: audio/x-flac: flac typefindfunctions: application/x-id3: mp3, mp2, mp1, mpga, ogg, flac, tta ffmpeg: ffdec_flac: FFMPEG FLAC lossless audio decoder Steps to reproduce: One more bug where the ffmpeg decoder should not have a rank set until it actually works. Better to be told there is no plugin installed than a borked playback. Actual results: Expected results: Does this happen every time? Other information:
No, this was a typo that crept in yesterday. It works fine.