Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Cortado
Commits
394e3edb
Commit
394e3edb
authored
Mar 29, 2010
by
ogg.k.ogg.k
Browse files
when using a fakesink, don't forget to start it in PAUSE mode
parent
1d5bf4b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/com/fluendo/player/CortadoPipeline.java
View file @
394e3edb
...
...
@@ -241,6 +241,7 @@ public class CortadoPipeline extends Pipeline implements PadListener, CapsListen
}
oksinkpad
=
fakesink
.
getPad
(
"sink"
);
add
(
fakesink
);
fakesink
.
setState
(
PAUSE
);
}
kselector
=
ElementFactory
.
makeByName
(
"selector"
,
"selector"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment