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 533087 - GstRTSPTransport kept opaque in docs
GstRTSPTransport kept opaque in docs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal minor
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-14 10:57 UTC by Zeeshan Ali
Modified: 2008-05-21 06:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zeeshan Ali 2008-05-14 10:57:09 UTC
In the RTSP lib docs, GstRTSPTransport struct is kept opaque while there are no getters/setters for all of it's fields (e.g lower_transport).

I'll write a patch later but must file this bug before i forget. :)
Comment 1 Sebastian Dröge (slomo) 2008-05-21 06:39:15 UTC
Ok, I've fixed in CVS now... I hope you don't mind ;)

2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>

        * gst-libs/gst/rtsp/gstrtsptransport.h:
        Make the GstRTSPTransport struct members public as there are no
        setters/getters and it's supposed to be changed directly.
        Fixes bug #533087.