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 585842 - Support for GstBufferList in gstmultiudpsink
Support for GstBufferList in gstmultiudpsink
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.16
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-15 12:00 UTC by Ognyan Tonchev (redstar_)
Modified: 2009-06-30 18:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GstBufferList support for gstmultiudpsink (10.05 KB, patch)
2009-06-15 12:07 UTC, Ognyan Tonchev (redstar_)
committed Details | Review
Disables render_list() for multiudpsink on Windows (1.75 KB, patch)
2009-06-30 17:39 UTC, LRN
committed Details | Review

Description Ognyan Tonchev (redstar_) 2009-06-15 12:00:48 UTC
This patch introduces support for GstBufferList to gstmultiudpsink. Unit test also included.
Comment 1 Ognyan Tonchev (redstar_) 2009-06-15 12:07:13 UTC
Created attachment 136627 [details] [review]
GstBufferList support for gstmultiudpsink
Comment 2 Wim Taymans 2009-06-16 13:05:36 UTC
commit 375523be7178aef6b0d998811e4a301d0ba96c3f
Author: Ognyan Tonchev <ognyan@axis.com>
Date:   Tue Jun 16 15:04:15 2009 +0200

    multiudpsink: add support for buffer lists
    
    Add support for BufferList and add a unit test.
    
    Fixes #585842
Comment 3 LRN 2009-06-30 17:39:10 UTC
Created attachment 137638 [details] [review]
Disables render_list() for multiudpsink on Windows
Comment 4 Wim Taymans 2009-06-30 18:39:19 UTC
commit 122d40a742b18ddaf8873d9c700f87738bd74f38
Author: LRN <lrn1986 at gmail.com>
Date:   Tue Jun 30 21:35:37 2009 +0400

    Don't use sendmsg()-dependent code on Windows
    
    Fixes #585842