Hi,
<class 'gst._gst.MessageType'> <flags GST_MESSAGE_STATE_CHANGED of type GstMessageType> <gst.Message GstMessageState, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING; from udpsrc1 at 0x9684408> <class 'gst._gst.MessageType'> <flags GST_MESSAGE_STATE_CHANGED of type GstMessageType> <gst.Message GstMessageState, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PLAYING; from rtp-pipeline at 0x9684448> <class 'gst._gst.MessageType'> <flags GST_MESSAGE_STATE_CHANGED of type GstMessageType> <gst.Message GstMessageState, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING; from udpsrc1 at 0x94d2e98> <class 'gst._gst.MessageType'> <flags GST_MESSAGE_STATE_CHANGED of type GstMessageType> <gst.Message GstMessageState, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_PLAYING; from rtp-pipeline at 0x94d2ed8> <class 'gst._gst.MessageType'> <flags GST_MESSAGE_STATE_CHANGED of type GstMessageType> <gst.Message GstMessageState, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING; from udpsrc1 at 0x9684300> <class 'gst._gst.MessageType'> <flags GST_MESSAGE_STATE_CHANGED of type GstMessageType> source=gst.element_factory_make("udpsrc") source.set_property("port",self.sourceport) source.set_property("timeout",3000) source.set_property("caps",self.caps) destination=gst.element_factory_make("multiudpsink") destination.set_property("clients",self.destinations) self.pipeline.add(source,destination) gst.element_link_many(source,destination) self.pipeline.set_state(gst.STATE_PLAYING) Nicola ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |