diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-01-26 11:11:18 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-01-26 11:11:18 +0200 |
commit | 378bddc8c5e5afccebbadfd53deb9c6542f4c964 (patch) | |
tree | e45a211d55c46564f9bf79bac8030d61bf4d367b | |
parent | 3cb127e9d92f4cd28837452888e032d0a301cf3a (diff) |
Add progress report element to cp example.
-rwxr-xr-x | examples/cp.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/cp.py b/examples/cp.py index 025b30f..1111098 100755 --- a/examples/cp.py +++ b/examples/cp.py @@ -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') |