-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gstreamer AppSource Implementation for AV playback on the desktop (#36)
* extract video pipeline into separate method, run go fmt * added an example of a failure * use a waveparser, works with an oggmux, just not hearing anything with an audiosink * added vorbis hack, and now it works * added queues to the video pipeline * works * use vtdec to bring down cpu usage * add comments * add fix for NSThread mainloop problem * minor clean ups, add mac os only compile flag * minor clean ups, add mac os only compile flag * add linux adapter * set sync to false for faster playback * minor fixes
- Loading branch information
1 parent
60a9d7b
commit db245f2
Showing
8 changed files
with
490 additions
and
126 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.