Skip to content

Instantly share code, notes, and snippets.

@aalinat
aalinat / kanan-player.py
Created March 24, 2012 16:34
pygtk video player
#!/usr/bin/env python
import pygst
pygst.require("0.10")
import gst, pygtk, gtk
import sys
class Main(object):
def __init__(self):
self.multimedia_file=""
# Create the GUI
self.win = gtk.Window()