mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
no idea who broke this
Original commit message from CVS: no idea who broke this
This commit is contained in:
parent
f16c91e135
commit
4edc8ef05f
3 changed files with 3 additions and 3 deletions
|
@ -165,7 +165,6 @@ AC_OUTPUT([
|
|||
Makefile
|
||||
examples/Makefile
|
||||
examples/gst/Makefile
|
||||
examples/gstplay/Makefile
|
||||
gst/Makefile
|
||||
pkgconfig/Makefile
|
||||
pkgconfig/gst-python.pc
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
SUBDIRS = \
|
||||
gst \
|
||||
gstplay
|
||||
gst
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue