mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
11 lines
258 B
Python
11 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")
|