[Bug 711681] Remove usage of deprecated GValueArray in rtpsession

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 11 04:24:23 PST 2013


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

Jan Schmidt <thaytan> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thaytan at noraisin.net

--- Comment #8 from Jan Schmidt <thaytan at noraisin.net> 2013-11-11 12:24:17 UTC ---
Code can know what type a GValue with the G_VALUE_TYPE macro, which returns the
GType of the contained data.

There's no equivalent for GArray to know that the content is GValues.

We could just subsume the GValueArray type, or make a GstTypedArray and make
the introspectors suck it up.

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