MCPcopy Index your code
hub / github.com/GStreamer/gst-python / fakesink

Method fakesink

old_examples/bps.py:57–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 return src
56
57 def fakesink(self):
58 sink = gst.element_factory_make('fakesink','sink')
59 sink.set_property('silent', 1)
60 return sink
61
62 def build_pipeline(self, buffers):
63 pipeline = gst.Pipeline('pipeline')

Callers 1

build_pipelineMethod · 0.95

Calls 1

set_propertyMethod · 0.80

Tested by

no test coverage detected