After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 587278 - Support for GstBufferList in appsink
Support for GstBufferList in appsink
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-29 08:38 UTC by Branko Subasic
Modified: 2009-06-29 10:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GstBufferList support in appsink, with corresponding unit test (16.26 KB, patch)
2009-06-29 08:39 UTC, Branko Subasic
committed Details | Review

Description Branko Subasic 2009-06-29 08:38:09 UTC
Added support for GstBufferList in appsink.
Comment 1 Branko Subasic 2009-06-29 08:39:38 UTC
Created attachment 137542 [details] [review]
GstBufferList support in appsink, with corresponding unit test
Comment 2 Wim Taymans 2009-06-29 10:15:55 UTC
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.