mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
remove print
Original commit message from CVS: remove print
This commit is contained in:
parent
acdb03ae74
commit
8cf39edbdc
1 changed files with 0 additions and 3 deletions
|
@ -151,7 +151,6 @@ class Preroll(TestCase):
|
|||
self.assertEquals(ret[0], gst.STATE_CHANGE_ASYNC)
|
||||
self.assertEquals(ret[1], gst.STATE_PAUSED)
|
||||
self.assertEquals(ret[2], gst.STATE_VOID_PENDING)
|
||||
print ret
|
||||
|
||||
# to actually complete preroll, we need to link and re-enable fakesrc
|
||||
src.set_state(gst.STATE_READY)
|
||||
|
@ -162,8 +161,6 @@ class Preroll(TestCase):
|
|||
self.assertEquals(ret[1], gst.STATE_PAUSED)
|
||||
self.assertEquals(ret[2], gst.STATE_VOID_PENDING)
|
||||
|
||||
print ret
|
||||
|
||||
self.bin.set_state(gst.STATE_NULL)
|
||||
self.bin.get_state(timeout=None)
|
||||
|
||||
|
|
Loading…
Reference in a new issue