mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
1b036156af
Using from gst import ges did not make much sense
11 lines
249 B
Python
11 lines
249 B
Python
import glib
|
|
import gst
|
|
|
|
from common import TestCase
|
|
import ges
|
|
|
|
class GlobalFunctions(TestCase):
|
|
|
|
def testGlobalFunctions(self):
|
|
tl = ges.timeline_new_audio_video()
|
|
tr = ges.timeline_standard_transition_new_for_nick("crossfade")
|