Skip to content

Commit

Permalink
we are sending the timestamps in all supported versions, and turning …
Browse files Browse the repository at this point in the history
…off "do-timestamp" seems to silence some internal gstreamer debug warnings

git-svn-id: https://xpra.org/svn/Xpra/trunk@16831 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Sep 12, 2017
1 parent b8df8a8 commit 84fd0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/sound/sink.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(self, sink_type=None, sink_options={}, codecs=get_decoders(), codec
self.level_lock = Lock()
pipeline_els = []
appsrc_el = ["appsrc",
"do-timestamp=1",
#"do-timestamp=1",
"name=src",
"emit-signals=0",
"block=0",
Expand Down

0 comments on commit 84fd0c0

Please sign in to comment.