mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -25,12 +25,8 @@ Class and functions for getting multimedia information about files
|
|||
|
||||
import os.path
|
||||
|
||||
import pygtk
|
||||
pygtk.require('2.0')
|
||||
import gobject
|
||||
|
||||
import pygst
|
||||
pygst.require('0.10')
|
||||
import gst
|
||||
|
||||
from gst.extend.pygobject import gsignal
|
||||
|
|
Loading…
Reference in a new issue