[Bug 727017] Strategy for binary compatibility from 1.2 to 1.4

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 5 14:27:07 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=727017
  GStreamer | gst-plugins-bad | git

Olivier Crete (Tester) <olivier.crete> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |olivier.crete at ocrete.ca
         Resolution|                            |NOTABUG

--- Comment #1 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2014-06-05 21:27:01 UTC ---
In gst-plugins-bad, we never guarantee compatibility, so it is generally not
safe to use libraries from -bad outside of it. In core and -base, we always
guarantee compatibility, so that means that we only add fields at the end of
structures that are never stack allocated and otherwise we put padding at the
end of the structure for future extension.

This is documented at:
http://gstreamer.freedesktop.org/documentation/

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