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 585839 - Support for sending RTP packets as GstBufferList in the gstrtpbin
Support for sending RTP packets as GstBufferList in the gstrtpbin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-15 11:37 UTC by Branko Subasic
Modified: 2009-06-19 17:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch introduces support for GstBufferLists in the gstrtpbin (16.73 KB, patch)
2009-06-15 11:42 UTC, Branko Subasic
committed Details | Review
Unit test that tests GstRtpBin with GstBufferList (9.55 KB, patch)
2009-06-15 13:52 UTC, Branko Subasic
committed Details | Review

Description Branko Subasic 2009-06-15 11:37:40 UTC
These patches introduce the possibility to send multiple RTP packets as a GstBufferList in gstrtpbin. Unit test that makes sure that that the GstBufferList pushed to the gstrtpbin is not corrupted on it's way through the gstrtpbin.
Comment 1 Branko Subasic 2009-06-15 11:42:33 UTC
Created attachment 136623 [details] [review]
This patch introduces support for GstBufferLists in the gstrtpbin
Comment 2 Branko Subasic 2009-06-15 13:52:51 UTC
Created attachment 136632 [details] [review]
Unit test that tests GstRtpBin with GstBufferList
Comment 3 Wim Taymans 2009-06-19 17:11:18 UTC
commit c70dbe94b5ff9a0993d852605d40c21020c59552
Author: Branko Subasic <branko.subasic at axis.com>
Date:   Fri Jun 19 19:09:19 2009 +0200

    rtpbin: add support for buffer-list
    
    Add support for sending buffer-lists.
    Add unit test for testing that the buffer-list passed through rtpbin.
    
    fixes #585839