| python Programming Glossary: filesrcGstreamer of python's gst.LinkError problem http://stackoverflow.com/questions/2993777/gstreamer-of-pythons-gst-linkerror-problem  def main pipeline gst.Pipeline 'pipleline' filesrc gst.element_factory_make filesrc filesrc filesrc.set_property.. gst.Pipeline 'pipleline' filesrc gst.element_factory_make filesrc filesrc filesrc.set_property 'location' 'C a.mp3' decode gst.element_factory_make.. 'pipleline' filesrc gst.element_factory_make filesrc filesrc filesrc.set_property 'location' 'C a.mp3' decode gst.element_factory_make.. 
 Playing RTSP with python-gstreamer http://stackoverflow.com/questions/4192871/playing-rtsp-with-python-gstreamer  between my source rtspsrc as it work with decodebin with a filesrc don't work of course with rtph264depay I don't understand why.. 
 |