[gstreamer-bugs] [Bug 154632] New: - Cannot create spider element using python bindings

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Oct 5 19:59:56 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=154632
GStreamer | gst-python | Ver: 0.8.5

           Summary: Cannot create spider element using python bindings
           Product: GStreamer
           Version: 0.8.5
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: phr at gbg.bg
         QAContact: gstreamer-bugs at lists.sourceforge.net


in a python shell 
Python 2.3.4
>>> from gst import *
>>> mySpider = Element('spider')
>>> print mySpider
<gst.Bin object (GstBin) at 0x40208f2c>
>>>mySpider.get_property('name')
spider
>>>
the object expected is GstSpider.
The default name of the object is
spider0 (as described by <gst-inspect spider>)


Problem occurs with Gstreamer 0.8.5 and gst-python 0.7.6

I am not sure if it is a problem but it might be helpful to know that 
when doing 
$<gst-inspect spider>
the output in the last 20 lines looks like this:

INIT------------gst-inspect spider--------------

Pads:
  UNKNOWN!!!: 'sink'
, ghost of real pad sink_ident:sink
    Implementation:
    Pad Template: 'sink'

Element Properties:
  name                : The name of the object
                        String. (Default "spider0")
  factories           : allowed factories for autoplugging
                        Unknown type 68 "gpointer"

Children:
  sink_ident

EXIT------------gst-inspect spider-----------

There is a bunch of unknowns over here which might be causing the problem
but nevertheless gst-launch works perfectly fine.

Georgi.T.D

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list