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 464475 - the mode property if the caps of rtpilbc*pay should be of type string
the mode property if the caps of rtpilbc*pay should be of type string
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-07 20:19 UTC by Olivier Crête
Modified: 2007-08-08 10:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make mode cap property into a string (2.94 KB, patch)
2007-08-07 20:20 UTC, Olivier Crête
none Details | Review
improved patch (2.94 KB, patch)
2007-08-07 20:41 UTC, Olivier Crête
none Details | Review

Description Olivier Crête 2007-08-07 20:19:24 UTC
The mode property is an optional RTP property and should therefore be of type string, not int.
Comment 1 Olivier Crête 2007-08-07 20:20:04 UTC
Created attachment 93240 [details] [review]
Make mode cap property into a string
Comment 2 Olivier Crête 2007-08-07 20:41:39 UTC
Created attachment 93241 [details] [review]
improved patch

Improved version (has an array of possible modes)
Comment 3 Wim Taymans 2007-08-08 10:55:05 UTC
        Patch by: Olivier Crete <tester at tester dot ca>

        * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
        * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
        Make mode property a string. Fixes #464475.