Removing video sinks from a tee dynamically

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Removing video sinks from a tee dynamically

Peter Ward-5
I'm trying to remove a video sink from a tee, and I'm getting the following X error:

$ python removal.py
(removal.py:5342): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstpython_d.so': /usr/lib/gstreamer-0.10/libgstpython_d.so: undefined symbol: _Py_RefTotal
No accelerated IMDCT transform found
X Error of failed request:  BadShmSeg (invalid shared segment parameter)
  Major opcode of failed request:  132 (XVideo)
  Minor opcode of failed request:  19 ()
  Segment id in failed request:  0x4800009
  Serial number of failed request:  255
  Current serial number in output stream:  256

Could someone enlighten me as to why the code crashes, and/or what the right way to fix it is?

(the code is also at http://paste.pocoo.org/show/155358/)

Thanks,
  Peter

--
Peter Ward
http://identi.ca/flowblok/
http://flowblok.selfip.net:8001/

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

removal.py (914 bytes) Download Attachment