[gstreamer-bugs] [Bug 513018] crash in Volume Control: I typed my password at t...

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jan 30 02:38:08 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=513018

  GStreamer | don't know | Ver: 0.10.x

Sebastian Dröge changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |blocker
             Status|NEEDINFO                    |NEW
     Ever Confirmed|0                           |1
   Target Milestone|HEAD                        |0.10.16




------- Comment #5 from Sebastian Dröge  2008-01-30 10:38 UTC -------
Ok, found the problem... damn.

struct _GstMixerTrackClass {
  GObjectClass parent;

#ifndef GST_DISABLE_DEPRECATED
  /* signals (deprecated) */
  void (* mute_toggled)   (GstMixerTrack *channel,
                           gboolean       mute);
  void (* record_toggled) (GstMixerTrack *channel,
                           gboolean       record);
  void (* volume_changed) (GstMixerTrack *channel,
                           gint          *volumes);
#endif /* not GST_DISABLE_DEPRECATED */

  gpointer _gst_reserved[GST_PADDING];
};



Before we compiled releases with GST_DISABLE_DEPRECATED, now we compile
without. And this happyly breaks ABI... patch for fixing this comes in a few
minutes...


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=513018.




More information about the Gstreamer-bugs mailing list