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 352110 - [flacdec] no support for ogg flac
[flacdec] no support for ogg flac
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.6
Other Linux
: Normal normal
: 0.10.5
Assigned To: Tim-Philipp Müller
GStreamer Maintainers
: 374040 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-08-20 06:44 UTC by Ralph Giles
Modified: 2006-11-14 12:37 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Ralph Giles 2006-08-20 06:44:48 UTC
GStreamer, at least as shipped in Ubuntu 6.06+ supports native flac but not ogg flac. Steps to reproduce:

$ sudo apt-get install flac
$ flac file.wav
$ totem file.flac
[ plays correctly ]
$ flac --ogg file.wav
$ totem file.ogg
[ Alert box:
   Totem could not play 'file:///home/giles/media/monty-vorbis-postfish.ogg'.
   You do not have a decoder installed to handle this file. You might need to install the necessary plugins. ]

This is probably a bug in oggdemux not recognizing the stream type, but I believe the actual flacdec component is in gst-plugins-good.
Comment 1 Tim-Philipp Müller 2006-08-22 12:31:03 UTC
Fixed in -good CVS (I am surprised that it did throw that error though, I'd have expected it to just do nothing):

 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>

        * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
        (gst_flac_dec_write), (gst_flac_dec_loop),
        (gst_flac_dec_sink_event), (gst_flac_dec_chain),
        (gst_flac_dec_src_query):
        * ext/flac/gstflacdec.h:
          Make flac-in-ogg work (#352100).

Comment 2 Tim-Philipp Müller 2006-11-14 12:37:36 UTC
*** Bug 374040 has been marked as a duplicate of this bug. ***