no idea who broke this

Original commit message from CVS:
no idea who broke this
This commit is contained in:
Thomas Vander Stichele 2004-10-17 17:02:25 +00:00
parent f16c91e135
commit 4edc8ef05f
3 changed files with 3 additions and 3 deletions

View file

@ -165,7 +165,6 @@ AC_OUTPUT([
Makefile
examples/Makefile
examples/gst/Makefile
examples/gstplay/Makefile
gst/Makefile
pkgconfig/Makefile
pkgconfig/gst-python.pc

View file

@ -1,3 +1,2 @@
SUBDIRS = \
gst \
gstplay
gst

View file

@ -82,7 +82,9 @@ class BPS(object):
print '%s:' % (method,),
self.method = method
print self.pipeline.get_state()
self.pipeline.set_state(gst.STATE_PLAYING)
print self.pipeline.get_state()
if method == 'py':
self.start = time.time()