[Bug 641341] Image meta tags not preserved correctly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 27 15:17:36 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=641341
  GStreamer | gst-plugins-base | 0.10.x

--- Comment #6 from Gautier Portet <kassoulet at gmail.com> 2012-06-27 22:17:30 UTC ---
$ gst-launch --version
gst-launch-0.10 version 0.10.36
GStreamer 0.10.36
http://download.fedora.redhat.com/fedora

1. Converting a flac file with back and front covers to vorbis.

gst-launch filesrc location=test.flac ! decodebin2 ! audioconvert ! vorbisenc !
oggmux ! filesink location=test.flac.ogg

Result: No images in resulting file.

2. Converting a vorbis file with back and front covers to flac.

$ gst-launch filesrc location=test.ogg ! decodebin2 ! audioconvert ! flacenc  !
filesink location=test.ogg.flac

Result: Two images in resulting file, but the second is a duplicate of the
first.

Converting from flac to flac works as expected, vorbis to vorbis not.


Test files: https://dl.dropbox.com/u/182583/gst-covers-test.zip

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list