This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
# needed for casting PyCObject to void pointer | |
from ctypes import pythonapi, c_void_p, py_object | |
from PySide.QtCore import * | |
from PySide.QtGui import * | |
import gobject | |
import pygst |