[gstreamer-bugs] [Bug 323658] [id3mux] Changing of ID3 tags is broken in gstreamer

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Apr 22 06:05:38 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=323658
 GStreamer | gst-plugins-ugly | Ver: 0.10.3





------- Comment #53 from Alex Lancaster  2006-04-22 13:05 UTC -------
Created an attachment (id=64103)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=64103&action=view)
One-line fix to fix id3mux plugin so the mp3 content is written

This adds one-line:

gst_buffer_set_caps (buffer, GST_PAD_CAPS (tag->srcpad));

before the gst_pad_push() call, which appeared to prevent the actual mp3
content from also being written to the file and resulted in only the tags being
written to the file, resulting in the truncated file.

This works for me against id3demux in the released gstreamer-plugins-good
0.10.2 as well as gstreamer-plugins-good id3demux in CVS.


-- 
Configure bugmail: http://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