[Bug 677918] g-i: GstPlayBin raises RuntimeError accesing to property element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 12 01:43:34 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=677918
  GStreamer | gst-plugins-base | 0.11.x

--- Comment #3 from Ángel Guzmán Maeso (shakaran) <shakaran at gmail.com> 2012-06-12 08:43:30 UTC ---
They are public member attributes on class, so you can access.

It should not be exposed or it should be private on python if no reason to show
or use it.

On .gir file appears Pipeline class:

<class name="Pipeline"
           c:symbol-prefix="pipeline"
           c:type="GstPipeline"
           parent="Bin"
           glib:type-name="GstPipeline"
           glib:get-type="gst_pipeline_get_type"
           glib:type-struct="PipelineClass">

The are a field "bin":
      <field name="bin">
        <type name="Bin" c:type="GstBin"/>
      </field>

The same for element, probably inherit by GstBin.

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