gkralik / python-gst-tutorial

Python version of GStreamer tutorials (http://docs.gstreamer.com/display/GstSDK/Tutorials)
113 stars 42 forks source link

get_static_pad don't exists #4

Closed socieboy closed 3 years ago

socieboy commented 3 years ago

Running your example i found that a method doesn't exists.

    display_queue_pad = tee_display_pad.get_static_pad("sink")

AttributeError: 'GstTeePad' object has no attribute 'get_static_pad'

https://github.com/gkralik/python-gst-tutorial/blob/3734fd35b04e458acddeb2c45fe701b72f7c0b27/basic-tutorial-7.py#L65