[Bug 653840] MP3 stream starts playing with strange noise

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 17 04:30:03 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=653840
  GStreamer | gst-plugins | 0.10.32

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-08-17 11:30:00 UTC ---
(From update of attachment 193887)
Hrm, I'm not sure about this:

 - is the G_OBJECT() run-time cast/check kosher here? Won't it throw a warning?

 - weak unrefs generally aren't thread-safe

 - chain isn't refcounted, the code seems
   to assume that the chain will
   always live longer than the ts_offset
   object, which may not be the
   case (then the callback will
   likely just crash afaict)

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