Add progress report element to cp example.

This commit is contained in:
Stefan Kost 2009-01-26 11:11:18 +02:00
parent 3cb127e9d9
commit 378bddc8c5

View file

@ -44,7 +44,8 @@ def filter(input, output):
# create a new bin to hold the elements
bin = gst.parse_launch('filesrc name=source ! ' +
# This 'statistics' element is depreciated in 0.10
'progressreport ! ' +
# This 'statistics' element is depreciated in 0.10
#'statistics silent=false buffer-update-freq=1 ' +
#'update_on_eos=true ! ' +
'filesink name=sink')