[Bug 697808] sdp: add boxed type for GstSDPMessage

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 11 16:05:11 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=697808
  GStreamer | gst-plugins-base | 1.0.6

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #241311|none                        |needs-work
             status|                            |

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-04-11 23:05:07 UTC ---
(From update of attachment 241311)
>+++ b/gst-libs/gst/sdp/gstsdpmessage.h
>@@ -251,6 +251,7 @@ typedef struct {
>  * The contents of the SDP message.
>  */
> typedef struct {
>+  GType            type;
>   gchar            *version;
>   GstSDPOrigin      origin;
>   gchar            *session_name;


This breaks ABI I'm afraid. I think we'll have to do without the
GST_IS_SDP_MESSAGE() for now.

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