mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Add progress report element to cp example.
This commit is contained in:
parent
3cb127e9d9
commit
378bddc8c5
1 changed files with 2 additions and 1 deletions
|
@ -44,6 +44,7 @@ def filter(input, output):
|
|||
|
||||
# create a new bin to hold the elements
|
||||
bin = gst.parse_launch('filesrc name=source ! ' +
|
||||
'progressreport ! ' +
|
||||
# This 'statistics' element is depreciated in 0.10
|
||||
#'statistics silent=false buffer-update-freq=1 ' +
|
||||
#'update_on_eos=true ! ' +
|
||||
|
|
Loading…
Reference in a new issue