mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
5 lines
47 B
Python
5 lines
47 B
Python
|
import pygst
|
||
|
pygst.require('0.10')
|
||
|
import gst
|
||
|
|