Bug#383825: /usr/lib/gstreamer-0.10/libgstmad.so: id3mux plugin eats files

Sebastian Dröge slomo at circular-chaos.org
Wed Feb 27 13:50:38 UTC 2008


Am Mittwoch, den 27.02.2008, 08:43 -0500 schrieb Daniel Jacobowitz:
> On Wed, Feb 27, 2008 at 02:27:24PM +0100, Sebastian Dröge wrote:
> > Could you try again everything with " mp3parse ! mad " instead of
> > "decodebin" please? :) 
> 
> They still end up with no tags.
> 
> gst-launch-0.10 -t filesrc location=test.mp3 ! mp3parse ! mad !
> audioconvert ! lame ! id3v2mux ! filesink location=mad-test2v2.mp3
> 
> If I use decodebin, gst-launch -t prints out the tags from test.mp3.
> If I use mp3parse ! mad, it doesn't even do that, so it's not
> surprising that mad-test2v2.mp3 ends up with no tags.

Gnar, sorry...

put a id3demux before mp3parse:

gst-launch-0.10 -t filesrc location=test.mp3 ! id3demux ! mp3parse !
mad ! audioconvert ! lame ! id3v2mux ! filesink location=mad-test2v2.mp3

(and of course the same with id3mux).

I get valid tags with both of them
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://lists.alioth.debian.org/pipermail/pkg-gstreamer-maintainers/attachments/20080227/1528ee91/attachment.pgp 


More information about the Pkg-gstreamer-maintainers mailing list