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 165501 - ffmpeg flac decoder fails on testsuite flac
ffmpeg flac decoder fails on testsuite flac
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other All
: Normal major
: 0.8.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-28 12:01 UTC by Christian Fredrik Kalager Schaller
Modified: 2005-01-28 12:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Christian Fredrik Kalager Schaller 2005-01-28 12:01:39 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:
Comment 1 Ronald Bultje 2005-01-28 12:38:21 UTC
No, this was a typo that crept in yesterday. It works fine.