mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +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
|
Makefile
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
examples/gst/Makefile
|
examples/gst/Makefile
|
||||||
examples/gstplay/Makefile
|
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
pkgconfig/Makefile
|
pkgconfig/Makefile
|
||||||
pkgconfig/gst-python.pc
|
pkgconfig/gst-python.pc
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
gst \
|
gst
|
||||||
gstplay
|
|
||||||
|
|
|
@ -82,7 +82,9 @@ class BPS(object):
|
||||||
print '%s:' % (method,),
|
print '%s:' % (method,),
|
||||||
self.method = method
|
self.method = method
|
||||||
|
|
||||||
|
print self.pipeline.get_state()
|
||||||
self.pipeline.set_state(gst.STATE_PLAYING)
|
self.pipeline.set_state(gst.STATE_PLAYING)
|
||||||
|
print self.pipeline.get_state()
|
||||||
|
|
||||||
if method == 'py':
|
if method == 'py':
|
||||||
self.start = time.time()
|
self.start = time.time()
|
||||||
|
|
Loading…
Reference in a new issue