IRC log of #cubox of Wed 31 Jul 2013. All times are in CEST < Back to index

15:38 dv_ man.
15:39 dv_ to call the BMM changes I did to gstreamer 1.0 xvimagesink "hacks" would be an understatement
15:39 dv_ this got to be a crime in some country
22:26 dv_ _rmk_: I officially share your sentiments about properly refcounted dma buffers
22:27 _rmk_ :)
22:27 dv_ it would help me out of so many headaches
22:28 dv_ trying to adapt a buffer pool to the freescale decoder. but their api is pretty awkward to use together with a pool
22:29 dv_ you have to register a number of allocated output frames , and cannot do this again. which means: you get a fixed number of output frames for your decoder, this number cannot change until you reinitialize the decoder
22:29 dv_ imagine what that means for overlays etc.
22:30 dv_ at least with vmeta, I can allocate an additional output frame if necessary..