gst-python: Fix README.md
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6876>
This commit is contained in:
parent
afc1eadfdc
commit
f4fdae1ce0
@ -39,7 +39,7 @@ to use the overrides. They will be loaded automatically on
|
|||||||
```python
|
```python
|
||||||
import gi
|
import gi
|
||||||
gi.require_version('Gst', '1.0')
|
gi.require_version('Gst', '1.0')
|
||||||
gi.repository import GObject, Gst
|
from gi.repository import GObject, Gst
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that additional imports will be required for other GStreamer libraries to
|
Note that additional imports will be required for other GStreamer libraries to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user