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 585559 - buffer-list support for rtph264pay, rtpjpegpay and rtpmp4vpay
buffer-list support for rtph264pay, rtpjpegpay and rtpmp4vpay
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-12 14:06 UTC by Ognyan Tonchev (redstar_)
Modified: 2010-06-22 11:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch introduces buffer-list support to the h264 payloader (9.35 KB, patch)
2009-06-12 14:28 UTC, Ognyan Tonchev (redstar_)
committed Details | Review
This patch introduces buffer-list support to the rtpjpeg payloader (4.92 KB, patch)
2009-06-12 14:29 UTC, Ognyan Tonchev (redstar_)
committed Details | Review
This patch introduces buffer-list support to the rtpmp4v payloader (5.06 KB, patch)
2009-06-12 14:31 UTC, Ognyan Tonchev (redstar_)
committed Details | Review
Unit tests for the rtp payloading with buffer list support (12.30 KB, patch)
2009-06-12 14:33 UTC, Ognyan Tonchev (redstar_)
committed Details | Review
This patch introduces buffer-list support to the basertp payloader (7.45 KB, patch)
2009-06-12 14:53 UTC, Ognyan Tonchev (redstar_)
committed Details | Review
This patch introduces buffer-list support to the rtp buffer API, unit tests also updated (18.59 KB, patch)
2009-06-12 14:56 UTC, Ognyan Tonchev (redstar_)
committed Details | Review

Description Ognyan Tonchev (redstar_) 2009-06-12 14:06:05 UTC
The patches attached to this ticket introduce buffer-list support for the payloaders listed below:

rtph264pay
rtpjpegpay
rtpmp4vpay

included unit tests as well
Comment 1 Ognyan Tonchev (redstar_) 2009-06-12 14:28:05 UTC
Created attachment 136430 [details] [review]
This patch introduces buffer-list support to the h264 payloader
Comment 2 Ognyan Tonchev (redstar_) 2009-06-12 14:29:43 UTC
Created attachment 136431 [details] [review]
This patch introduces buffer-list support to the rtpjpeg payloader
Comment 3 Ognyan Tonchev (redstar_) 2009-06-12 14:31:19 UTC
Created attachment 136432 [details] [review]
This patch introduces buffer-list support to the rtpmp4v payloader
Comment 4 Ognyan Tonchev (redstar_) 2009-06-12 14:33:12 UTC
Created attachment 136433 [details] [review]
Unit tests for the rtp payloading with buffer list support
Comment 5 Ognyan Tonchev (redstar_) 2009-06-12 14:53:12 UTC
Created attachment 136441 [details] [review]
This patch introduces buffer-list support to the basertp payloader
Comment 6 Ognyan Tonchev (redstar_) 2009-06-12 14:56:43 UTC
Created attachment 136443 [details] [review]
This patch introduces buffer-list support to the rtp buffer API, unit tests also updated
Comment 7 Ognyan Tonchev (redstar_) 2009-06-12 14:58:33 UTC
rtp buffer API and basertp payloader also included since payloaders depend on them
Comment 8 Levente Farkas 2010-06-22 11:36:08 UTC
hi,
can you tell what is the buffer-list good for?
thanks in advance.