summaryrefslogtreecommitdiff
path: root/omx/gstomxaudioenc.h
Commit message (Collapse)AuthorAgeFilesLines
* omx: Let base classes handle EOSSebastian Dröge2014-08-141-3/+0
| | | | https://bugzilla.gnome.org//show_bug.cgi?id=734774
* omxaudioenc: Rename component variableSebastian Dröge2013-02-251-2/+2
|
* omx: Some minor refactoring and cleanupSebastian Dröge2013-02-121-1/+0
|
* omx: Fix includes to properly work with the 1.0 releasesSebastian Dröge2013-01-171-0/+1
|
* omx: Update to new GLib thread APISebastian Dröge2012-11-121-2/+2
|
* Port to Gst 0.11Olivier Crête2012-04-131-10/+1
|
* omxaudioenc: Use correct timestamp, duration and filled length for the EOS ↵Sebastian Dröge2011-12-061-0/+2
| | | | buffers
* omxaudioenc: Use audio base classes from gst-plugins-base instead of having ↵Sebastian Dröge2011-11-251-6/+6
| | | | our own copies
* omxaudioenc: Don't try to drain the component after EOSSebastian Dröge2011-11-081-0/+3
| | | | | | And don't send EOS twice in any case. This most likely will cause the component to not output it again and is not necessary anyway.
* omxaudioenc: Implement draining of the component and use itSebastian Dröge2011-11-011-0/+6
| | | | | This makes sure that all buffers are encoded and pushed downstream before flushing the ports and losing some buffers.
* omxaudioenc: Forward downstream flow returns to upstreamSebastian Dröge2011-11-011-0/+2
|
* omxaudioenc: Add vfunc to get the number of samples inside a bufferSebastian Dröge2011-08-171-0/+1
|
* omxaudioenc: Add initial version of audio encoder base classSebastian Dröge2011-08-161-0/+85