GNOME Bugzilla – Bug 587278
Support for GstBufferList in appsink
Last modified: 2009-06-29 10:15:55 UTC
Added support for GstBufferList in appsink.
Created attachment 137542 [details] [review] GstBufferList support in appsink, with corresponding unit test
commit 3928dbbb451f3d0035ef967cba95d4c74ac92cc7 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Mon Jun 29 12:14:43 2009 +0200 appsink: add docs and signals Add docs for the new callback. Add signals for the new buffer-list support. commit 55a5679d89270093484774c2845213260da0da77 Author: Branko Subasic <branko@lnxbranko2.se.axis.com> Date: Mon Jun 29 10:24:36 2009 +0200 Added unit tests for buffer list support in appsink. commit 6518d283d57dd5f58cfd3c7e9b5bc95daf276e61 Author: Branko Subasic <branko@lnxbranko2.se.axis.com> Date: Wed Jun 17 11:12:08 2009 +0200 Added buffer list support. commit fb0fd53212751080e266a2bf9d9c5f7772ab1425 Author: Branko Subasic <branko@lnxbranko2.se.axis.com> Date: Wed Jun 17 09:23:11 2009 +0200 Added buffer list support.