[Bug 700770] Can't play specific mp3 file

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 21 12:03:02 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700770
  GStreamer | don't know | 1.x

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-05-21 19:02:55 UTC ---
Could you make the mp3 file available please?

Does this work:

 $ gst-launch-1.0 playbin uri=file:///path/to/foo.mp3

?

> (Banshee:2434): GLib-GObject-WARNING **:
> /build/buildd/glib2.0-2.36.0/./gobject/gsignal.c:2475: signal `new-decoded-pad'
> is invalid for instance `0xb2657120' of type `GstDecodeBin'

This looks like an oversight when porting some code from GStreamer 0.10 to 1.0.
Does banshee use only playbin, or does it use uridecodebin/decodebin?
"new-decoded-pad" needs to be replaced with "pad-added", and the signal
callback signature is slightly different (no 'gboolean last' argument).

After that there are lots of exceptions and then some attempts to cast a NULL
pointer to a GObject.

Not clear to me there's a bug in GStreamer here.

-- 
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