mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ to use the overrides. They will be loaded automatically on
|
|||
```python
|
||||
import gi
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue