mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 00:16:13 +00:00
12 lines
258 B
Python
12 lines
258 B
Python
|
import glib
|
||
|
import gst
|
||
|
|
||
|
from common import TestCase
|
||
|
from gst import ges
|
||
|
|
||
|
class GlobalFunctions(TestCase):
|
||
|
|
||
|
def testGlobalFunctions(self):
|
||
|
tl = ges.timeline_new_audio_video()
|
||
|
tr = ges.timeline_standard_transition_new_for_nick("crossfade")
|