Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | androidmedia: Conditionally use get_{input,output}_buffer() Android 21 APIs | Sebastian Dröge | 2015-05-31 | 1 | -2/+0 |
| | | | | | Also properly set limit/position on byte buffer, some codecs prefer to have correct values there. | ||||
* | androidmedia: Fix draining logic to let the base class handle EOS events | Sebastian Dröge | 2014-08-14 | 1 | -3/+2 |
| | | | | https://bugzilla.gnome.org//show_bug.cgi?id=734775 | ||||
* | androidmedia: add gst_amc_color_format_copy | Chen Jie | 2014-05-26 | 1 | -2/+3 |
| | | | | | | gst_amc_color_format_copy will copy in/out a frame resides at a GstAmcBuffer. Lots of codes in gst_amc_video_*_fill_buffer are moved to this new function. | ||||
* | androidmedia: add support for video encoding | Chen Jie | 2014-05-23 | 1 | -0/+98 |
https://bugzilla.gnome.org/show_bug.cgi?id=705129 |