From 4edc8ef05f4cada1c4da1ecb347f2650a29a0955 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 17 Oct 2004 17:02:25 +0000 Subject: [PATCH] no idea who broke this Original commit message from CVS: no idea who broke this --- configure.ac | 1 - examples/Makefile.am | 3 +-- examples/gst/bps.py | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6d925c5d5b..99a1178bee 100644 --- a/configure.ac +++ b/configure.ac @@ -165,7 +165,6 @@ AC_OUTPUT([ Makefile examples/Makefile examples/gst/Makefile - examples/gstplay/Makefile gst/Makefile pkgconfig/Makefile pkgconfig/gst-python.pc diff --git a/examples/Makefile.am b/examples/Makefile.am index e228a745dd..04bf7323ef 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1,2 @@ SUBDIRS = \ - gst \ - gstplay + gst diff --git a/examples/gst/bps.py b/examples/gst/bps.py index 0f23e6a027..82976f3714 100755 --- a/examples/gst/bps.py +++ b/examples/gst/bps.py @@ -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()