add data probe by i-n-g-o · Pull Request #103 · gstreamer-java/gst1-java-core
Navigation Menu
{{ message }}
gstreamer-java / gst1-java-core Public
- Notifications You must be signed in to change notification settings
- Fork 71
Merged
neilcsmith-net merged 1 commit intogstreamer-java:masterfrom
Jun 13, 2018Merged
add data probe#103
neilcsmith-net merged 1 commit intogstreamer-java:masterfrom
add data probe#103
neilcsmith-net merged 1 commit intogstreamer-java:masterfrom
Conversation
Copy link
Member
neilcsmith-net
commented
Jun 12, 2018
neilcsmith-net commented
Jun 12, 2018Thanks for this!
Descriptions welcomed, particularly with links to relevant upstream docs! 😄
| return listener.dataReceived(pad, buffer); | ||
| } | ||
|
|
||
| //We have to negate the return value to keep consistency with gstreamer's API |
Copy link
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What exactly does this comment mean?
Copy link
Contributor Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that is actually a copied comment from addEventProbe. no idea what it means :D
neilcsmith-net
merged commit
8bef024
into
gstreamer-java:master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment