[Bug 658297] New: rmdemux looses tags
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Sep 5 14:02:15 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=658297
GStreamer | gst-plugins-ugly | 0.10.30
Summary: rmdemux looses tags
Classification: Platform
Product: GStreamer
Version: 0.10.30
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-ugly
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: sarkiaponius at alice.it
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=195733)
--> (https://bugzilla.gnome.org/attachment.cgi?id=195733)
Output of the second pipeline with the -v option
rmdemux seems to find tags in Real Audio filea:
$ gst-launch -t filesrc location=ra/ilgattopardo/ilgattopardo1.ra \
! decodebin2 ! fakesink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
FOUND TAG : found by element "rmdemux0".
title: Il Gattopardo - 1 p.ta
artist: Terzo Anello - Ad alta voce
copyright: Copyright © 1997 2000 Netia Digital Audio
<more output...>
But it forgets to pass those tags over to other elements:
$ gst-launch -t filesrc location=ra/ilgattopardo/ilgattopardo1.ra \
! decodebin2 ! lamemp3enc ! id3v2mux \
! filesink location=ilgattopardo1.mp3
$ eyeD3 ilgattopardo1.mp3
ilgattopardo1.mp3 [ 10.13 MB ]
-------------------------------------------------------------------------------
Time: 44:26 MPEG1, Layer III [ 32 kb/s @ 44100 Hz - Mono ]
-------------------------------------------------------------------------------
ID3 v2.4:
title: artist:
album: year: None
track:
No tags are found in the resulting MP3 files.
--
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