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 556484 - Implement getcaps in rtpL16pay
Implement getcaps in rtpL16pay
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-15 22:50 UTC by Olivier Crête
Modified: 2009-01-23 08:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Implement getcaps for L16 (3.83 KB, patch)
2008-10-15 22:50 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2008-10-15 22:50:10 UTC
Attached is a patch that implements getscaps in rtpL16pay, enabling reverse negotiation. I've also made the statics caps a bit more strict and removed the "rate" optional parameter (it should be clock-rate in SDP)
Comment 1 Olivier Crête 2008-10-15 22:50:49 UTC
Created attachment 120688 [details] [review]
Implement getcaps for L16
Comment 2 Wim Taymans 2008-10-27 11:28:49 UTC
        Patch by: Olivier Crete <tester at tester dot ca>

        * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
        (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
        Implement getcaps in rtpL16pay. Fixes #556484.