mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 07:55:57 +08:00
BUG: Untabify video.py.
This commit is contained in:
@@ -173,7 +173,7 @@ class GstVideo(object):
|
||||
self.appsink.set_property('caps', gst.caps_from_string(caps))
|
||||
if self.pipeline.set_state(gst.STATE_PLAYING) == gst.STATE_CHANGE_FAILURE:
|
||||
raise NameError("Failed to load video source %s" % self.source)
|
||||
buff = self.appsink.emit('pull-preroll')
|
||||
buff = self.appsink.emit('pull-preroll')
|
||||
|
||||
def get(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user