mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-24 23:16:30 +00:00
gst/extend/discoverer.py: this is a module, not a program, so don't require versions
Original commit message from CVS: * gst/extend/discoverer.py: this is a module, not a program, so don't require versions
This commit is contained in:
parent
2b4ab44e91
commit
39b3a029bb
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-01-17 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst/extend/discoverer.py:
|
||||||
|
this is a module, not a program, so don't require versions
|
||||||
|
|
||||||
2007-01-17 Thomas Vander Stichele <thomas at apestaart dot org>
|
2007-01-17 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -25,12 +25,8 @@ Class and functions for getting multimedia information about files
|
||||||
|
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
import pygtk
|
|
||||||
pygtk.require('2.0')
|
|
||||||
import gobject
|
import gobject
|
||||||
|
|
||||||
import pygst
|
|
||||||
pygst.require('0.10')
|
|
||||||
import gst
|
import gst
|
||||||
|
|
||||||
from gst.extend.pygobject import gsignal
|
from gst.extend.pygobject import gsignal
|
||||||
|
|
Loading…
Reference in a new issue