[Bug 707765] New: id3v2 blob frames are not encapsuled in a GstSample
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Sep 9 06:36:05 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=707765
GStreamer | gst-plugins-base | git
Summary: id3v2 blob frames are not encapsuled in a GstSample
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: matthieu.bouron at collabora.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
id3v2 blob frames are not encapsuled in a GstSample as expected by id3mux and
id3v2mux.
This results in the following warnings when such frames are found in the id3
metadata:
gst-launch-1.0 filesrc location=/tmp/i.aiff ! decodebin ! audioconvert !
lamemp3enc ! id3mux ! fakesink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Redistribute latency...
0:00:00.061111861 4088 0x7f79dc04a540 WARN tagmux
gsttagmux.c:459:gst_tag_mux_sink_event:<id3mux0> dropping newsegment event in
time format
(gst-launch-1.0:4088): GStreamer-CRITICAL **: gst_sample_get_buffer: assertion
`GST_IS_SAMPLE (sample)' failed
(gst-launch-1.0:4088): GStreamer-CRITICAL **: gst_sample_get_caps: assertion
`GST_IS_SAMPLE (sample)' failed
(gst-launch-1.0:4088): GStreamer-CRITICAL **: gst_sample_get_buffer: assertion
`GST_IS_SAMPLE (sample)' failed
(gst-launch-1.0:4088): GStreamer-CRITICAL **: gst_sample_get_caps: assertion
`GST_IS_SAMPLE (sample)' failed
[...]
0:00:00.061633624 4088 0x7f79dc04a540 WARN id3mux
id3tag.c:1163:foreach_add_tag: Unsupported tag 'isrc' - not written
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 0:00:07.750327166
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
--
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