[gstreamer-bugs] [Bug 396774] Make GstElementDetails extensible

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 6 02:35:26 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=396774
  GStreamer | gstreamer (core) | git

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.31

--- Comment #38 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-09-06 09:35:17 UTC ---
* moving meta_data to  GstElementFactoryPrivate, break serialisation for the
registry.
* the empty string serialization is okay (used already like this for
plugin->cache_data)
* I'll keep the gst-inspect like it for simplicity, lets change that as soon as
we add a first !string detail

commit 65356fbb7a74568cd528907c12f77eb6a42e7ad7
Author: Stefan Kost <ensonic at users.sf.net>
Date:   Tue Aug 10 14:05:22 2010 +0300

    element-details: allow for arbitrary element details

    Add a GstStructure to GstElementClass and GstElementFactory. Add
setters/getter.
    Handle it in the registry code. Print items in gst-inspect.
    Fixes #396774.

    API: gst_element_class_set_XXX(), gst_element_factory_get_XXX()

Irks. Just after pushing, I noticed that I have not updated the API: comment in
the commit :/

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list