no idea who broke this
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 17 Oct 2004 17:02:25 +0000 (17:02 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 17 Oct 2004 17:02:25 +0000 (17:02 +0000)
Original commit message from CVS:
no idea who broke this

configure.ac
examples/Makefile.am
examples/gst/bps.py

index 6d925c5..99a1178 100644 (file)
@@ -165,7 +165,6 @@ AC_OUTPUT([
   Makefile
   examples/Makefile
   examples/gst/Makefile
-  examples/gstplay/Makefile
   gst/Makefile
   pkgconfig/Makefile
   pkgconfig/gst-python.pc
index e228a74..04bf732 100644 (file)
@@ -1,3 +1,2 @@
 SUBDIRS = \
-       gst \
-       gstplay
+       gst
index 0f23e6a..82976f3 100755 (executable)
@@ -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()