projects
/
platform
/
upstream
/
gst-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a728c
)
require 0.9 gst-python
author
Thomas Vander Stichele
<thomas@apestaart.org>
Sun, 4 Sep 2005 01:04:08 +0000
(
01:04
+0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Sun, 4 Sep 2005 01:04:08 +0000
(
01:04
+0000)
Original commit message from CVS:
require 0.9 gst-python
mangle-tmpl.py
patch
|
blob
|
history
diff --git
a/mangle-tmpl.py
b/mangle-tmpl.py
index 4342749c1a6640e693bea4e4cca630fba07d0d07..801b71167fb2dbb677dad2f72b785f6cdebfd325 100644
(file)
--- a/
mangle-tmpl.py
+++ b/
mangle-tmpl.py
@@
-10,6
+10,9
@@
import glob
import re
import sys
import os
+
+import pygst
+pygst.require('0.9')
import gst
class Tmpl: